Skip to content

Commit

Permalink
version bump (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman authored Jan 5, 2021
1 parent ab3280e commit ab0ad26
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 18 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ For each column the following statistics - if relevant for the column type - are

## Announcements

### Version v2.9.0 released
### Version v2.10.0rc1 released

The release candidate for v2.9.0 was already out for a while, now v2.9.0 is finally released. See the changelog below to know what has changed.
v2.10.0rc1 includes a major overhaul of the type system, now fully reliant on visions.
See the changelog below to know what has changed.

### Spark backend in progress

We can happily announce that we're working on a Spark backend for generating profile reports.
We can happily announce that we're nearing v1 for the Spark backend for generating profile reports.
Stay tuned.

### Support `pandas-profiling`
Expand All @@ -54,10 +55,10 @@ It's extra exciting that GitHub **matches your contribution** for the first year

Find more information here:

- [Changelog v2.9.0](https://pandas-profiling.github.io/pandas-profiling/docs/master/rtd/pages/changelog.html#changelog-v2-9-0)
- [Changelog v2.10.0rc1](https://pandas-profiling.github.io/pandas-profiling/docs/master/rtd/pages/changelog.html#changelog-v2-10-0rc1)
- [Sponsor the project on GitHub](https://github.com/sponsors/sbrugman)

_September 2, 2020 💘_
_January 5, 2021 💘_

---

Expand Down
2 changes: 1 addition & 1 deletion docsrc/source/pages/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

.. include:: changelog/v2_10_0.rst
.. include:: changelog/v2_10_0rc1.rst

.. include:: changelog/v2_9_0.rst

Expand Down
10 changes: 0 additions & 10 deletions docsrc/source/pages/changelog/v2_10_0.rst

This file was deleted.

18 changes: 18 additions & 0 deletions docsrc/source/pages/changelog/v2_10_0rc1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Changelog v2.10.0rc1
----------------

🎉 Features
^^^^^^^^^^^
- Restructured the overview for categorical variables.
- Handling of compressed files
- Option for random sample
- Restructure categorical variable overview

👷‍♂️ Internal Improvements
^^^^^^^^^^^^^^^^^^^^^^^^^
- Full visions integration for type system: read more `here <https://github.com/dylan-profiler/visions>`_.
- Migrate from Travis CI to Github Actions...

🚨 Breaking changes
^^^^^^^^^^^^^^^^^^^
- The configuration parameter `vars.cat.unicode` is replaced by `vars.cat.characters`.
4 changes: 2 additions & 2 deletions src/pandas_profiling/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file is auto-generated by setup.py, please do not alter."""
__version__ = "2.10.0"
"""This file is auto-generated by setup.py, please do not alter."""
__version__ = "2.10.0rc1"

0 comments on commit ab0ad26

Please sign in to comment.