Skip to content

Commit 86c7033

Browse files
v0.5.0 (#166)
1 parent 06a1939 commit 86c7033

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

composeml/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.0'
1+
__version__ = '0.5.0'

docs/source/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Changelog
33
=========
44

5+
**v0.5.0** August 28, 2020
6+
* Enhancements
7+
* Added Column-Based Windows (:pr:`151`).
8+
* Changes
9+
* Refactored Data Slice Generator (:pr:`150`).
10+
* Documentation Changes
11+
* Updated README (:pr:`164`).
12+
* Updated Predict Next Purchase Demo (:pr:`154`).
13+
* Updated Predict Turbofan Degradation Demo (:pr:`154`).
14+
15+
**Breaking Changes**
16+
* 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.
17+
518
**v0.4.0** July 2, 2020
619
* Enhancements
720
* Target values can be sampled from each group (:pr:`138`).

setup.py

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

33
setup(
44
name='composeml',
5-
version='0.4.0',
5+
version='0.5.0',
66
author='Feature Labs, Inc.',
77
author_email='support@featurelabs.com',
88
license='BSD 3-clause',

0 commit comments

Comments
 (0)