Skip to content

Commit a019073

Browse files
committed
Update changelog to prepare new release
1 parent 61a1cd3 commit a019073

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

doc/releases.rst

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

14+
Version 0.4.0
15+
=============
16+
17+
* Fixes `#409 <https://github.com/automl/auto-sklearn/issues/409>`_: fixes
18+
``predict_proba`` to no longer raise an `AttributeError`.
19+
* Improved documentation of the parallel example.
20+
* Classifiers are now tested to be idempotent as `required by scikit-learn
21+
<http://scikit-learn.org/stable/developers/contributing.html#estimated-attributes>`_.
22+
* Fixes the usage of the shrinkage parameter in LDA.
23+
* Fixes `#410 <https://github.com/automl/auto-sklearn/issues/410>`_ and changes
24+
the SGD hyperparameters
25+
* Fixes `#425 <https://github.com/automl/auto-sklearn/issues/425>`_ which
26+
caused the non-linear support vector machine to always crash on OSX.
27+
* Implements `#149 <https://github.com/automl/auto-sklearn/issues/149>`_: it
28+
is now possible to pass a custom cross-validation split following
29+
scikit-learn's ``model_selection`` module.
30+
* It is now possible to decide whether or not to shuffle the data in
31+
Auto-sklearn by passing a bool `shuffle` in the dictionary of
32+
``resampling_strategy_arguments``.
33+
* Added functionality to track the test performance over time.
34+
* Re-factored the ensemble building to be faster, read less data from the
35+
hard drive and perform random tie breaking in case of equally
36+
well-performing models.
37+
* Implements `#438 <https://github.com/automl/auto-sklearn/issues/438>`_: To
38+
be consistent with the output of SMAC (which minimizes the loss of a target
39+
function), the output of the ensemble builder is now also the output of a
40+
minimization problem.
41+
* Implements `#271 <https://github.com/automl/auto-sklearn/issues/271>`_:
42+
XGBoost is available again, even configuring the new dropout functionality.
43+
* New documentation section `inspecting the results <http://automl.github.io/auto-sklearn/stable/manual.html#inspecting-the-results>`_.
44+
* Fixes `#444 <https://github.com/automl/auto-sklearn/issues/444>`_:
45+
Auto-sklearn now only loads models for refit which are actually relevant
46+
for the ensemble.
47+
* Adds an operating system check at import and installation time to make sure
48+
to not accidentaly run on a Windows machine.
49+
* New examples gallery using sphinx gallery: `http://automl.github.io/auto-sklearn/stable/examples/index.html <http://automl.github.io/auto-sklearn/stable/examples/index.html>`_
50+
51+
52+
53+
Contributors
54+
~~~~~~~~~~~~
55+
56+
* Matthias Feurer
57+
* kaa
58+
* Josh Mabry
59+
* Katharina Eggensperger
60+
* Vladimir Glazachev
61+
* Jesper van Engelen
62+
* Jin Woo Ahn
63+
* Enrico Testa
64+
* Marius Lindauer
65+
* Yassine Morakakam
66+
1467
Version 0.3.0
1568
=============
1669

0 commit comments

Comments
 (0)