File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 1212Releases
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+
1537Version 0.12.1
1638==============
1739
You can’t perform that action at this time.
0 commit comments