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 33Release 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.29.0 Feb 16, 2024
17+ ====================
818 .. warning ::
919 This release of Featuretools will not support Python 3.8
1020
11- * Enhancements
1221 * Fixes
1322 * Fix dependency issues (:pr: `2644 `, :pr: `2656 `)
1423 * Add workaround for pandas 2.2.0 bug with nunique and unpin pandas deps (:pr: `2657 `)
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == "1.28 .0"
5+ assert __version__ == "1.29 .0"
Original file line number Diff line number Diff line change 1- __version__ = "1.28 .0"
1+ __version__ = "1.29 .0"
22ENTITYSET_SCHEMA_VERSION = "9.0.0"
33FEATURES_SCHEMA_VERSION = "10.0.0"
You can’t perform that action at this time.
0 commit comments