Skip to content

Commit

Permalink
v0.4.0 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-hernandez authored Jul 2, 2020
1 parent 6a949fe commit 5e0511b
Show file tree
Hide file tree
Showing 3 changed files with 13 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.3.0'
__version__ = '0.4.0'
11 changes: 11 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog
=========

**v0.4.0** July 2, 2020
* Enhancements
* Target values can be sampled from each group (:pr:`138`).
* One of multiple targets can be selected (:pr:`147`).
* Labels can be binned using infinite edges represented as string (:pr:`133`).
* Changes
* The label times object was refactored to improve design and structure (:pr:`135`).

**Breaking Changes**
* Loading label times from previous versions will result in an error.

**v0.3.0** June 1, 2020
* Enhancements
* Label Search for Multiple Targets (:pr:`130`)
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.3.0',
version='0.4.0',
author='Feature Labs, Inc.',
author_email='[email protected]',
license='BSD 3-clause',
Expand Down

0 comments on commit 5e0511b

Please sign in to comment.