Skip to content

Commit

Permalink
v0.1.3 (alteryx#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Hernandez authored Jul 9, 2019
1 parent c95e084 commit c67cb6b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
[![Documentation Status](https://readthedocs.org/projects/composeml/badge/?version=latest)](http://docs.compose.ml/en/latest/?badge=latest)


ComposeML is a Python library for prediction engineering. ComposeML enables you to systematically define prediction problems by automatically extracting historical training examples to train machine learning algorithms.
[ComposeML](http://compose.ml) is a Python library for prediction engineering. ComposeML enables you to systematically define prediction problems by automatically extracting historical training examples to train machine learning algorithms. See the [documentation](http://docs.compose.ml) for more information.

### Installation
```shell
pip install composeml
Expand Down
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.2'
__version__ = '0.1.3'
8 changes: 8 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
=========

**v0.1.3** July 9, 2019
* Enhancements
* Improved documentation
* Added testing for Featuretools compatibility
* Improved description of Label Times
* Refactored search in Label Maker
* Improved testing for Label Transforms

**v0.1.2** June 19, 2019
* Enhancements
* Add dynamic progress bar
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.2',
version='0.1.3',
author='Feature Labs, Inc.',
author_email='[email protected]',
license='BSD 3-clause',
Expand Down

0 comments on commit c67cb6b

Please sign in to comment.