File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 3
3
Release Notes
4
4
-------------
5
5
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.31.0 May 14, 2024
17
+ ====================
8
18
* Enhancements
9
19
* Add support for Python 3.12 (:pr: `2713 `)
10
20
* Fixes
@@ -14,7 +24,6 @@ Future Release
14
24
* Remove support for creating ``EntitySets `` from Dask or Pyspark dataframes (:pr: `2705 `)
15
25
* Bump minimum versions of ``tqdm `` and ``pip `` in requirements files (:pr: `2716 `)
16
26
* Use ``filter `` arg in call to ``tarfile.extractall `` to safely deserialize EntitySets (:pr: `2722 `)
17
- * Documentation Changes
18
27
* Testing Changes
19
28
* Fix serialization test to work with pytest 8.1.1 (:pr: `2694 `)
20
29
* Update to allow minimum dependency checker to run properly (:pr: `2709 `)
Original file line number Diff line number Diff line change 2
2
3
3
4
4
def test_version ():
5
- assert __version__ == "1.30 .0"
5
+ assert __version__ == "1.31 .0"
Original file line number Diff line number Diff line change 1
- __version__ = "1.30 .0"
1
+ __version__ = "1.31 .0"
2
2
ENTITYSET_SCHEMA_VERSION = "9.0.0"
3
3
FEATURES_SCHEMA_VERSION = "10.0.0"
You can’t perform that action at this time.
0 commit comments