-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
37 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Changelog v2.9.0 | ||
---------------- | ||
|
||
🎉 Features | ||
^^^^^^^^^^^ | ||
- Description per variable now possible (see the metadata page) or the Census example. | ||
|
||
🐛 Bug fixes | ||
^^^^^^^^^^^^ | ||
- Fixed bug for small DataFrames with unused categories. | ||
- Fixed bug where parallelization would have side effects. | ||
- Removed warning where colormap was modified in place. | ||
- Distinguish between unique and distinct correctly. | ||
|
||
📖 Documentation | ||
^^^^^^^^^^^^^^^^ | ||
- Extend documentation for frequent issues. | ||
- Extended documentation for Streamlit and Panel. | ||
- Provide visibility to our supporters. | ||
|
||
⬆️ Dependencies | ||
^^^^^^^^^^^^^^^^^^ | ||
- Pandas 1.1.0 contains bugs that make it incompatible. Please up- or downgrade. | ||
- Upgraded visions to 0.5.0. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.9.0rc1" | ||
"""This file is auto-generated by setup.py, please do not alter.""" | ||
__version__ = "2.9.0" |