Skip to content

Commit c67cb6b

Browse files
author
Jeff Hernandez
authored
v0.1.3 (#30)
1 parent c95e084 commit c67cb6b

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
[![Documentation Status](https://readthedocs.org/projects/composeml/badge/?version=latest)](http://docs.compose.ml/en/latest/?badge=latest)
66

77

8-
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.
8+
[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.
9+
910
### Installation
1011
```shell
1112
pip install composeml

composeml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .label_maker import LabelMaker
44
from .label_times import LabelTimes
55

6-
__version__ = '0.1.2'
6+
__version__ = '0.1.3'

docs/source/changelog.rst

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

5+
**v0.1.3** July 9, 2019
6+
* Enhancements
7+
* Improved documentation
8+
* Added testing for Featuretools compatibility
9+
* Improved description of Label Times
10+
* Refactored search in Label Maker
11+
* Improved testing for Label Transforms
12+
513
**v0.1.2** June 19, 2019
614
* Enhancements
715
* Add dynamic progress bar

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

0 commit comments

Comments
 (0)