Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Jan 25, 2021
1 parent 26760aa commit 0801bcb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autosklearn/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "0.12.2dev"
__version__ = "0.12.2"
22 changes: 22 additions & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,28 @@
Releases
========

Version 0.12.2
==============

* ADD #1045: New example demonstrating how to log multiple metrics during a run of Auto-sklearn.
* DOC #1052: Add links to mybinder
* DOC #1059: Improved the example on manually starting workers for Auto-sklearn.
* FIX #1046: Add the final result of the ensemble builder to the ensemble builder trajectory.
* MAINT: Two log outputs of level warning about metadata were turned reduced to the info loglevel
as they are not actionable for the user.
* MAINT #1062: Use threads for local dask workers and forkserver to start subprocesses to reduce
overhead.
* MAINT #1053: Remove the restriction to guard single-core Auto-sklearn by
``__main__ == "__name__"`` again.

Contributors v0.12.2
********************

* Matthias Feurer
* ROHIT AGARWAL
* Francisco Rivera
* Katharina Eggensperger

Version 0.12.1
==============

Expand Down

0 comments on commit 0801bcb

Please sign in to comment.