File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,15 @@ Changelog
990.12.1
1010~~~~~~
1111
12+ * ADD #895/#1038: Measure runtimes of scikit-learn runs also for models which are parallelized
13+ via the joblib.
14+ * DOC #1050: Refer to the webpage instead of the XML file in the main example.
15+ * DOC #1051: Document existing extensions to OpenML-Python besides the shipped scikit-learn
16+ extension.
1217* FIX #1035: Render class attributes and methods again.
18+ * FIX #1042: Fixes a rare concurrency issue with OpenML-Python and joblib which caused the joblib
19+ worker pool to fail.
20+ * FIX #1053: Fixes a bug which could prevent importing the package in a docker container.
1321
14220.12.0
1523~~~~~~
Original file line number Diff line number Diff line change 33# License: BSD 3-Clause
44
55# The following line *must* be the last in the module, exactly as formatted:
6- __version__ = "0.12.1dev "
6+ __version__ = "0.12.1 "
You can’t perform that action at this time.
0 commit comments