Skip to content

Commit 72576bd

Browse files
authored
create release 0.12.1 (#1054)
1 parent 46c5021 commit 72576bd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

doc/progress.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ Changelog
99
0.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

1422
0.12.0
1523
~~~~~~

openml/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
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"

0 commit comments

Comments
 (0)