File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed
Expand file tree Collapse file tree 3 files changed +15
-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+ v1.26.0 Apr 27, 2023
17+ ====================
818 * Enhancements
919 * Introduce New Single-Table DFS Algorithm (:pr: `2516 `). This includes **experimental ** functionality and is not officially supported.
1020 * Add premium primitives install command (:pr: `2545 `)
1121 * Fixes
12- * Fix Description of `DaysInMonth ` (:pr: `2547 `)
22+ * Fix Description of `` DaysInMonth ` ` (:pr: `2547 `)
1323 * Changes
1424 * Make Dask an optional dependency (:pr: `2560 `)
15- * Documentation Changes
16- * Testing Changes
1725
1826 Thanks to the following people for contributing to this release:
1927 :user: `dvreed77 `, :user: `gsheni `, :user: `thehomebrewnerd `
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == "1.25 .0"
5+ assert __version__ == "1.26 .0"
Original file line number Diff line number Diff line change 1- __version__ = "1.25 .0"
1+ __version__ = "1.26 .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