Skip to content

Commit

Permalink
v0.24.0 (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthivNaresh authored May 24, 2023
1 parent 8e89683 commit 9e23451
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,22 +3,30 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v0.24.0 May 24, 2023
======================
* Enhancements
* Removed repeated sorting for numeric data in ``_get_describe_dict`` to improve performance (:pr:`1682`)
* Improved inference for ``URL``, ``EmailAddress``, and other logical types by defining new parent-child relationships (:pr:`1702`)
* Added an ``include_time_index`` argument when calculating dependence measures (:pr:`1698`)
* Fixes
* Changes
* Stopped calculating ``top_values`` for Double columns with integer values (:pr:`1692`)
* Documentation Changes
* Testing Changes
* Add Python 3.11 markers, add 3.11 for unit tests & install test (:pr:`1678`)
* Run looking glass performance tests on merge via Airflow (:pr:`1695`)

Thanks to the following people for contributing to this release:
:user:`gsheni`, :user:`simha104`, :user:`tamargrey`, :user:`petejanuszewski1`, :user:`bchen1116`
:user:`bchen1116`, :user:`gsheni`, :user:`ParthivNaresh`, :user:`petejanuszewski1`, :user:`simha104`, :user:`tamargrey`

v0.23.0 April 12, 2023
======================
Expand Down
2 changes: 1 addition & 1 deletion woodwork/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__ == "0.23.0"
assert __version__ == "0.24.0"
2 changes: 1 addition & 1 deletion woodwork/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.23.0"
__version__ = "0.24.0"

0 comments on commit 9e23451

Please sign in to comment.