Skip to content

Commit bd86cbc

Browse files
v0.6.0 (#206)
1 parent 7b0c860 commit bd86cbc

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

composeml/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.1'
1+
__version__ = '0.6.0'

docs/source/release_notes.rst

+22
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ Release Notes
44

55
|
66
7+
**v0.6.0** February 11, 2021
8+
* Enhancements
9+
* Added description for continuous target distributions (:pr:`187`)
10+
* Fixes
11+
* Sorted label distribution in description (:pr:`188`)
12+
* Documentation Changes
13+
* Made logo easier to read (:pr:`182`)
14+
* Added Alteryx footer to docs (:pr:`185`, :pr:`186`)
15+
* Updated tutorials to the latest API changes (:pr:`190`, :pr:`198`, :pr:`204`)
16+
* Updated repository links to GitHub (:pr:`191`)
17+
* Added help page to docs (:pr:`194`)
18+
* Improved docs based on tech writer feedback (:pr:`195`)
19+
* Added open graph info to docs (:pr:`203`)
20+
* Testing Changes
21+
* Migrated CI tests to Github Actions (:pr:`184`, :pr:`189`)
22+
* Updated tests to trigger on pull request events (:pr:`199`)
23+
24+
| Thanks to the following people for contributing to this release:
25+
| :user:`flowersw`, :user:`jeff-hernandez`, :user:`rwedge`
26+
27+
|
28+
729
**v0.5.1** September 22, 2020
830
* Documentation Changes
931
* Update F1 Macro in Turbofan Degradation Tutorial (:pr:`180`).

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='composeml',
5-
version='0.5.1',
5+
version='0.6.0',
66
author='Feature Labs, Inc.',
77
author_email='[email protected]',
88
license='BSD 3-clause',

0 commit comments

Comments
 (0)