Skip to content

Commit

Permalink
v1.25.0 (#2543)
Browse files Browse the repository at this point in the history
* Update version.py

* Update test_version.py

* Update release_notes.rst
  • Loading branch information
gsheni authored Apr 13, 2023
1 parent 45e544a commit ca20f13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@
Release Notes
-------------

Future Release
==============
v1.24.0 Apr 13, 2023
====================
* Enhancements
* Add ``MaxCount``, ``MedianCount``, ``MaxMinDelta``, ``NUniqueDays``, ``NMostCommonFrequency``,
``NUniqueDaysOfCalendarYear``, ``NUniqueDaysOfMonth``, ``NUniqueMonths``,
``NUniqueWeeks``, ``IsFirstWeekOfMonth`` (:pr:`2533`)
* Add ``HasNoDuplicates``, ``NthWeekOfMonth``, ``IsMonotonicallyDecreasing``, ``IsMonotonicallyIncreasing``,
``IsUnique`` (:pr:`2537`)
* Fixes
* Changes
* Restrict pandas to < 2.0.0 (:pr:`2533`)
* Upgrade minimum pandas to 1.5.0 (:pr:`2537`)
* Removed the ``Correlation`` and ``AutoCorrelation`` primitive as these could lead to data leakage (:pr:`2537`)
* Remove IntegerNullable support for ``Kurtosis`` primitive (:pr:`2537`)
* Documentation Changes
* Testing Changes

Thanks to the following people for contributing to this release:
:user:`gsheni`
Expand Down
2 changes: 1 addition & 1 deletion featuretools/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "1.24.0"
assert __version__ == "1.25.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.24.0"
__version__ = "1.25.0"
ENTITYSET_SCHEMA_VERSION = "9.0.0"
FEATURES_SCHEMA_VERSION = "10.0.0"

0 comments on commit ca20f13

Please sign in to comment.