File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
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+ v0.30.0 Apr 10, 2024
17+ ====================
818 .. warning ::
919 Support for use with Dask and Pyspark dataframes is planned for removal in an upcoming release of Woodwork.
1020
11- * Enhancements
12- * Fixes
1321 * Changes
1422 * Temporarily restrict Dask version :pr: `1837 `
1523 * Updates for compatibility with Dask ``2024.4.1 `` :pr: `1843 `
16- * Documentation Changes
1724 * Testing Changes
1825 * Fix serialization test to work with pytest 8.1.1 :pr: `1837 `
1926
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == "0.29 .0"
5+ assert __version__ == "0.30 .0"
Original file line number Diff line number Diff line change 1- __version__ = "0.29 .0"
1+ __version__ = "0.30 .0"
You can’t perform that action at this time.
0 commit comments