Skip to content

Commit

Permalink
v0.5.0 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-hernandez authored Aug 28, 2020
1 parent 06a1939 commit 86c7033
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composeml/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.0'
__version__ = '0.5.0'
13 changes: 13 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog
=========

**v0.5.0** August 28, 2020
* Enhancements
* Added Column-Based Windows (:pr:`151`).
* Changes
* Refactored Data Slice Generator (:pr:`150`).
* Documentation Changes
* Updated README (:pr:`164`).
* Updated Predict Next Purchase Demo (:pr:`154`).
* Updated Predict Turbofan Degradation Demo (:pr:`154`).

**Breaking Changes**
* Attributes of the data slice context have changed. Inside a labeling function, the timestamps of a data slice can be referenced by :code:`ds.context.slice_start` and :code:`ds.context.slice_stop`. For more details, see the Data Slice Generator Guide.

**v0.4.0** July 2, 2020
* Enhancements
* Target values can be sampled from each group (:pr:`138`).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='composeml',
version='0.4.0',
version='0.5.0',
author='Feature Labs, Inc.',
author_email='[email protected]',
license='BSD 3-clause',
Expand Down

0 comments on commit 86c7033

Please sign in to comment.