File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
- __version__ = '0.6 .0'
1
+ __version__ = '0.7 .0'
Original file line number Diff line number Diff line change 2
2
Release Notes
3
3
=============
4
4
5
+ .. Future Release
6
+ ==============
7
+ * Enhancements
8
+ * Fixes
9
+ * Changes
10
+ * Documentation Changes
11
+ * Testing Changes
12
+ .. Thanks to the following people for contributing to this release:
13
+
5
14
|
6
15
7
- **Future Release **
16
+ **v0.7.0 ** November 2, 2021
8
17
* Enhancements
9
18
* Add ``maximum_data `` parameter to control when a search should stop (:pr: `216 `)
10
19
* Add optional automatic update checker (:pr: `223 `, :pr: `229 `, :pr: `232 `)
11
20
* Varying first cutoff time for each target group (:pr: `258 `)
12
- * Fixes
13
21
* Documentation Changes
14
22
* Update doc tutorials to the latest API changes (:pr: `227 `)
15
23
* Pin documentation requirements to avoid warnings and breaking changes (:pr: `244 `)
@@ -22,7 +30,7 @@ Release Notes
22
30
* Update minimum unit tests to run on all pull requests (:pr: `230 `)
23
31
* Add workflow to check latest dependencies (:pr: `233 `)
24
32
* Update reviewers for minimum and latest dependency checkers (:pr: `257 `)
25
-
33
+
26
34
| Thanks to the following people for contributing to this release:
27
35
| :user:`gsheni`, :user:`jeff-hernandez`
28
36
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = 'composeml' ,
9
- version = '0.6 .0' ,
9
+ version = '0.7 .0' ,
10
10
author = 'Feature Labs, Inc.' ,
11
11
author_email = 'support@featurelabs.com' ,
12
12
license = 'BSD 3-clause' ,
You can’t perform that action at this time.
0 commit comments