Skip to content

Commit

Permalink
v1.31.0 (#2728)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehomebrewnerd committed May 14, 2024
1 parent ebcc326 commit ba4bdab
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 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.31.0 May 14, 2024
====================
* Enhancements
* Add support for Python 3.12 (:pr:`2713`)
* Fixes
Expand All @@ -14,7 +24,6 @@ Future Release
* Remove support for creating ``EntitySets`` from Dask or Pyspark dataframes (:pr:`2705`)
* Bump minimum versions of ``tqdm`` and ``pip`` in requirements files (:pr:`2716`)
* Use ``filter`` arg in call to ``tarfile.extractall`` to safely deserialize EntitySets (:pr:`2722`)
* Documentation Changes
* Testing Changes
* Fix serialization test to work with pytest 8.1.1 (:pr:`2694`)
* Update to allow minimum dependency checker to run properly (:pr:`2709`)
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.30.0"
assert __version__ == "1.31.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.30.0"
__version__ = "1.31.0"
ENTITYSET_SCHEMA_VERSION = "9.0.0"
FEATURES_SCHEMA_VERSION = "10.0.0"

0 comments on commit ba4bdab

Please sign in to comment.