File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed
Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 33Release Notes
44-------------
55
6- Future Release
7- ==============
6+ .. Future Release
7+ ==============
88 * Enhancements
99 * Fixes
1010 * Changes
11- * Update min requirements for numpy, pandas and Woodwork (:pr: `2681 `)
1211 * Documentation Changes
1312 * Testing Changes
13+
14+ .. Thanks to the following people for contributing to this release:
15+
16+ v1.29.0 Feb 26, 2024
17+ ====================
18+ * Changes
19+ * Update min requirements for numpy, pandas and Woodwork (:pr: `2681 `)
20+ * Testing Changes
1421 * Update ``make_ecommerce_entityset `` to work without Dask (:pr: `2677 `)
1522
1623 Thanks to the following people for contributing to this release:
17- :user: `thehomebrewnerd `
24+ :user: `tamargrey `, :user: ` thehomebrewnerd `
1825
1926v1.29.0 Feb 16, 2024
2027====================
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == "1.29 .0"
5+ assert __version__ == "1.30 .0"
Original file line number Diff line number Diff line change 1- __version__ = "1.29 .0"
1+ __version__ = "1.30 .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