Skip to content

Commit

Permalink
v0.1.5 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Hernandez authored Sep 16, 2019
1 parent 6ea113f commit 0dd2260
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composeml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .label_maker import LabelMaker
from .label_times import LabelTimes

__version__ = '0.1.4'
__version__ = '0.1.5'
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.1.5** September 16, 2019
* Enhancements
* Added Slice Generator
* Added Seaborn Plots
* Added Data Slice Context
* Added Count per Group
* Documentation Changes
* Updated README
* Added Example: Predict Next Purchase
* Added Example: Predict RUL

**v0.1.4** August 7, 2019
* Enhancements
* Added Sample Transform
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.1.4',
version='0.1.5',
author='Feature Labs, Inc.',
author_email='[email protected]',
license='BSD 3-clause',
Expand Down

0 comments on commit 0dd2260

Please sign in to comment.