Skip to content

Commit

Permalink
v1.24.0 (#2529)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozzieD committed Mar 29, 2023
1 parent ee8328a commit 8ee07ef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
20 changes: 14 additions & 6 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.24.0 Mar 28, 2023
====================
* Enhancements
* Add ``AverageCountPerUnique``, ``CountryCodeToContinent``, ``FileExtension``, ``FirstLastTimeDelta``, ``SavgolFilter``,
``CumulativeTimeSinceLastFalse``, ``CumulativeTimeSinceLastTrue``, ``PercentChange``, ``PercentUnique`` (:pr:`2485`)
Expand All @@ -15,14 +25,12 @@ Future Release
* Fixes
* Pin github-action-check-linked-issues to 1.4.5 (:pr:`2497`)
* Support Woodwork's update numeric inference (integers as strings) (:pr:`2505`)
* Update SubtractNumeric Primitive with commutative class property (:pr:`2527`)
* Update ``SubtractNumeric`` Primitive with commutative class property (:pr:`2527`)
* Changes
* Separate Makefile command for core requirements, test requirements and dev requirements (:pr:`2518`)
* Documentation Changes
* Testing Changes

Thanks to the following people for contributing to this release:
:user:`dvreed77`, :user:`gsheni`
:user:`dvreed77`, :user:`gsheni`, :user:`ozzieD`

v1.23.0 Feb 15, 2023
====================
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.23.0"
assert __version__ == "1.24.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.23.0"
__version__ = "1.24.0"
ENTITYSET_SCHEMA_VERSION = "9.0.0"
FEATURES_SCHEMA_VERSION = "10.0.0"

0 comments on commit 8ee07ef

Please sign in to comment.