Skip to content

Commit

Permalink
v0.4.2 (#1014)
Browse files Browse the repository at this point in the history
* increment version

* update release notes

* fix release note

* change order of names
  • Loading branch information
tamargrey committed Jun 23, 2021
1 parent bacc934 commit 6485525
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
17 changes: 13 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@

Release Notes
-------------
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
Future Release
==============
v0.4.2 Jun 23, 2021
===================
* Enhancements
* Pass additional progress information in callback functions (:pr:`979`)
* Add the ability to generate optional extra stats with ``DataFrame.ww.describe_dict`` (:pr:`988`)
Expand All @@ -14,7 +23,7 @@ Future Release
* Raise type conversion error in ``Datetime`` logical type (:pr:`1001`)
* Try collections.abc to avoid deprecation warning (:pr:`1010`)
* Changes
* Remove ``make_index`` parameter from ``DataFrame.ww.init`` :pr:`1000`)
* Remove ``make_index`` parameter from ``DataFrame.ww.init`` (:pr:`1000`)
* Remove version restriction for dask requirements (:pr:`998`)
* Documentation Changes
* Add instructions for installing the update checker (:pr:`993`)
Expand All @@ -25,7 +34,7 @@ Future Release
* Add env setting to update checker (:pr:`978`, :pr:`994`)

Thanks to the following people for contributing to this release:
:user:`gsheni`, :user:`jeff-hernandez`, :user:`thehomebrewnerd`, :user:`frances-h`, :user:`tuethan1999`
:user:`frances-h`, :user:`gsheni`, :user:`jeff-hernandez`, :user:`tamargrey`, :user:`thehomebrewnerd`, :user:`tuethan1999`

Breaking Changes
++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author='Alteryx, Inc.',
author_email='support@featurelabs.com',
license='BSD 3-clause',
version='0.4.1',
version='0.4.2',
description='a two-dimensional data object with labeled axes and typing information',
url='https://github.com/alteryx/woodwork/',
classifiers=[
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.4.1"
assert __version__ == "0.4.2"
2 changes: 1 addition & 1 deletion woodwork/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.4.2"

0 comments on commit 6485525

Please sign in to comment.