Skip to content

Commit 8ee07ef

Browse files
authored
v1.24.0 (#2529)
1 parent ee8328a commit 8ee07ef

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

docs/source/release_notes.rst

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@
33
Release Notes
44
-------------
55

6-
Future Release
7-
==============
6+
.. Future Release
7+
==============
8+
* Enhancements
9+
* Fixes
10+
* Changes
11+
* Documentation Changes
12+
* Testing Changes
13+
14+
.. Thanks to the following people for contributing to this release:
15+
16+
v1.24.0 Mar 28, 2023
17+
====================
818
* Enhancements
919
* Add ``AverageCountPerUnique``, ``CountryCodeToContinent``, ``FileExtension``, ``FirstLastTimeDelta``, ``SavgolFilter``,
1020
``CumulativeTimeSinceLastFalse``, ``CumulativeTimeSinceLastTrue``, ``PercentChange``, ``PercentUnique`` (:pr:`2485`)
@@ -15,14 +25,12 @@ Future Release
1525
* Fixes
1626
* Pin github-action-check-linked-issues to 1.4.5 (:pr:`2497`)
1727
* Support Woodwork's update numeric inference (integers as strings) (:pr:`2505`)
18-
* Update SubtractNumeric Primitive with commutative class property (:pr:`2527`)
28+
* Update ``SubtractNumeric`` Primitive with commutative class property (:pr:`2527`)
1929
* Changes
2030
* Separate Makefile command for core requirements, test requirements and dev requirements (:pr:`2518`)
21-
* Documentation Changes
22-
* Testing Changes
2331

2432
Thanks to the following people for contributing to this release:
25-
:user:`dvreed77`, :user:`gsheni`
33+
:user:`dvreed77`, :user:`gsheni`, :user:`ozzieD`
2634

2735
v1.23.0 Feb 15, 2023
2836
====================

featuretools/tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "1.23.0"
5+
assert __version__ == "1.24.0"

featuretools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.23.0"
1+
__version__ = "1.24.0"
22
ENTITYSET_SCHEMA_VERSION = "9.0.0"
33
FEATURES_SCHEMA_VERSION = "10.0.0"

0 commit comments

Comments
 (0)