You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/progress.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ Changelog
13
13
* 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.
14
14
* 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.
15
15
* 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.
16
20
* MAINT: Rename `master` brach to ` main` branch.
17
21
* MAINT/DOC: Automatically check for broken external links when building the documentation.
18
22
* MAINT/DOC: Fail documentation building on warnings. This will make the documentation building
0 commit comments