-
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.
Merge pull request #1045 from ydataai/release/v3.3.0
chore: bump pandas-profiling to v3.3.0
- Loading branch information
Showing
4 changed files
with
24 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Changelog v3.3.0 | ||
---------------- | ||
|
||
🎉 Features | ||
^^^^^^^^^^^ | ||
- Add time-series profiling support: PACF, ACF, Augmented Dickey-Fuller test and Seasonality test | ||
|
||
🐛 Bug fixes | ||
^^^^^^^^^^^^ | ||
- High correlation warning printed multiple time `[#1019] <https://github.com/ydataai/pandas-profiling/issues/1019>`_ `[#824] <https://github.com/ydataai/pandas-profiling/issues/824>`_ | ||
- Incorrect duplicated rows count `[#1012] <https://github.com/ydataai/pandas-profiling/issues/1012>`_ | ||
|
||
👷♂️ Internal Improvements | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
- Improve package installation compatibility: Fix package versions | ||
- Remove support to python 3.6 | ||
|
||
📖 Documentation | ||
^^^^^^^^^^^^^^^^ | ||
-Update package footer author |
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__ = "3.2.0" | ||
__version__ = "3.3.0" |