Skip to content

Commit 9e23451

Browse files
v0.24.0 (#1705)
1 parent 8e89683 commit 9e23451

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

docs/source/release_notes.rst

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,30 @@
33
Release 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.24.0 May 24, 2023
17+
======================
818
* Enhancements
919
* Removed repeated sorting for numeric data in ``_get_describe_dict`` to improve performance (:pr:`1682`)
1020
* Improved inference for ``URL``, ``EmailAddress``, and other logical types by defining new parent-child relationships (:pr:`1702`)
1121
* Added an ``include_time_index`` argument when calculating dependence measures (:pr:`1698`)
12-
* Fixes
1322
* Changes
1423
* Stopped calculating ``top_values`` for Double columns with integer values (:pr:`1692`)
15-
* Documentation Changes
1624
* Testing Changes
1725
* Add Python 3.11 markers, add 3.11 for unit tests & install test (:pr:`1678`)
1826
* Run looking glass performance tests on merge via Airflow (:pr:`1695`)
1927

2028
Thanks to the following people for contributing to this release:
21-
:user:`gsheni`, :user:`simha104`, :user:`tamargrey`, :user:`petejanuszewski1`, :user:`bchen1116`
29+
:user:`bchen1116`, :user:`gsheni`, :user:`ParthivNaresh`, :user:`petejanuszewski1`, :user:`simha104`, :user:`tamargrey`
2230

2331
v0.23.0 April 12, 2023
2432
======================

woodwork/tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.23.0"
5+
assert __version__ == "0.24.0"

woodwork/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.23.0"
1+
__version__ = "0.24.0"

0 commit comments

Comments
 (0)