Skip to content

Commit 0801bcb

Browse files
committed
prepare new release
1 parent 26760aa commit 0801bcb

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

autosklearn/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "0.12.2dev"
4+
__version__ = "0.12.2"

doc/releases.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,28 @@
1212
Releases
1313
========
1414

15+
Version 0.12.2
16+
==============
17+
18+
* ADD #1045: New example demonstrating how to log multiple metrics during a run of Auto-sklearn.
19+
* DOC #1052: Add links to mybinder
20+
* DOC #1059: Improved the example on manually starting workers for Auto-sklearn.
21+
* FIX #1046: Add the final result of the ensemble builder to the ensemble builder trajectory.
22+
* MAINT: Two log outputs of level warning about metadata were turned reduced to the info loglevel
23+
as they are not actionable for the user.
24+
* MAINT #1062: Use threads for local dask workers and forkserver to start subprocesses to reduce
25+
overhead.
26+
* MAINT #1053: Remove the restriction to guard single-core Auto-sklearn by
27+
``__main__ == "__name__"`` again.
28+
29+
Contributors v0.12.2
30+
********************
31+
32+
* Matthias Feurer
33+
* ROHIT AGARWAL
34+
* Francisco Rivera
35+
* Katharina Eggensperger
36+
1537
Version 0.12.1
1638
==============
1739

0 commit comments

Comments
 (0)