Skip to content

Commit

Permalink
Merge pull request #1045 from ydataai/release/v3.3.0
Browse files Browse the repository at this point in the history
chore: bump pandas-profiling to v3.3.0
  • Loading branch information
fabclmnt authored Sep 6, 2022
2 parents 7878b03 + 5e7762f commit e54b5dc
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docsrc/source/pages/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Changelog
=========

.. include:: changelog/v3_3_0.rst

.. include:: changelog/v3_2_0.rst

.. include:: changelog/v3_1_0.rst
Expand Down
20 changes: 20 additions & 0 deletions docsrc/source/pages/reference/changelog/v3_3_0.rst
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
with (source_root / "requirements.txt").open(encoding="utf8") as f:
requirements = f.readlines()

version = "3.2.0"
version = "3.3.0"

with (source_root / "src" / "pandas_profiling" / "version.py").open(
"w", encoding="utf-8"
Expand Down
2 changes: 1 addition & 1 deletion 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__ = "3.2.0"
__version__ = "3.3.0"

0 comments on commit e54b5dc

Please sign in to comment.