Skip to content

Commit

Permalink
v1.26.0 (#2568)
Browse files Browse the repository at this point in the history
* initial commit

* fixed back ticks
  • Loading branch information
dvreed77 committed Apr 27, 2023
1 parent a686a0f commit 357f629
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
18 changes: 13 additions & 5 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,25 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.26.0 Apr 27, 2023
====================
* Enhancements
* Introduce New Single-Table DFS Algorithm (:pr:`2516`). This includes **experimental** functionality and is not officially supported.
* Add premium primitives install command (:pr:`2545`)
* Fixes
* Fix Description of `DaysInMonth` (:pr:`2547`)
* Fix Description of ``DaysInMonth`` (:pr:`2547`)
* Changes
* Make Dask an optional dependency (:pr:`2560`)
* Documentation Changes
* Testing Changes

Thanks to the following people for contributing to this release:
:user:`dvreed77`, :user:`gsheni`, :user:`thehomebrewnerd`
Expand Down
2 changes: 1 addition & 1 deletion featuretools/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "1.25.0"
assert __version__ == "1.26.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.25.0"
__version__ = "1.26.0"
ENTITYSET_SCHEMA_VERSION = "9.0.0"
FEATURES_SCHEMA_VERSION = "10.0.0"

0 comments on commit 357f629

Please sign in to comment.