Skip to content

Commit 5e0511b

Browse files
v0.4.0 (#148)
1 parent 6a949fe commit 5e0511b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.3.0'
1+
__version__ = '0.4.0'

docs/source/changelog.rst

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

5+
**v0.4.0** July 2, 2020
6+
* Enhancements
7+
* Target values can be sampled from each group (:pr:`138`).
8+
* One of multiple targets can be selected (:pr:`147`).
9+
* Labels can be binned using infinite edges represented as string (:pr:`133`).
10+
* Changes
11+
* The label times object was refactored to improve design and structure (:pr:`135`).
12+
13+
**Breaking Changes**
14+
* Loading label times from previous versions will result in an error.
15+
516
**v0.3.0** June 1, 2020
617
* Enhancements
718
* Label Search for Multiple Targets (:pr:`130`)

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.3.0',
5+
version='0.4.0',
66
author='Feature Labs, Inc.',
77
author_email='[email protected]',
88
license='BSD 3-clause',

0 commit comments

Comments
 (0)