Skip to content

Commit b0765a5

Browse files
authored
prepare release 0.12.2 (#1082)
1 parent 68f51a9 commit b0765a5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/progress.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Changelog
1313
* ADD #1075: A docker image is now automatically built on a push to develop. It can be used to build docs or run tests in an isolated environment.
1414
* ADD: You can now avoid downloading 'qualities' meta-data when downloading a task with the ``download_qualities`` parameter of ``openml.tasks.get_task[s]`` functions.
1515
* DOC: Fixes a few broken links in the documentation.
16+
* DOC #1061: Improve examples to always show a warning when they switch to the test server.
17+
* DOC #1067: Improve documentation on the scikit-learn extension interface.
18+
* DOC #1068: Create dedicated extensions page.
19+
* FIX #1075: Correctly convert `y` to a pandas series when downloading sparse data.
1620
* MAINT: Rename `master` brach to ` main` branch.
1721
* MAINT/DOC: Automatically check for broken external links when building the documentation.
1822
* MAINT/DOC: Fail documentation building on warnings. This will make the documentation building

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.1"
6+
__version__ = "0.12.2"

0 commit comments

Comments
 (0)