Skip to content

Commit 3ddb1e5

Browse files
Release note 070 (#842)
* First version of 070 release notes * Missed a bugfix * Vim added unexpected space -- fix
1 parent f2f191d commit 3ddb1e5

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

doc/releases.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,36 @@
1111
Releases
1212
========
1313

14+
Version 0.7.0
15+
=============
16+
17+
* ADD #785: user control to reduce the hard drive memory required to store ensembles
18+
* ADD #794: iterative fit for gradient boosting
19+
* ADD #795: add successive halving evaluation strategy
20+
* ADD #814: new sklearn.metrics.balanced_accuracy_score instead of custom metric
21+
* ADD #815: new experimental evaluation mode called iterative_cv
22+
* MAINT #774: move from scikit-learn 0.21.X to 0.22.X
23+
* MAINT #791: move from smac 0.8 to 0.12
24+
* MAINT #822: make autosklearn modules PEP8 compliant
25+
* FIX #733: fix for n_jobs=-1
26+
* FIX #739: remove unnecessary warning
27+
* FIX ##769: fixed error in calculation of meta features
28+
* FIX #778: support for python 3.8
29+
* FIX #781: support for pandas 1.x
30+
31+
Contributors
32+
************
33+
34+
* Andrew Nader
35+
* Gui Miotto
36+
* Julian Berman
37+
* Katharina Eggensperger
38+
* Matthias Feurer
39+
* Maximilian Peters
40+
* Rong-Inspur
41+
* Valentin Geffrier
42+
* Francisco Rivera
43+
1444
Version 0.6.0
1545
=============
1646

0 commit comments

Comments
 (0)