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
Allow tasks to be downloaded without dataqualities (#1086)
* Allow tasks to be downloaded without dataqualities
Previously ``download_qualities`` would be left at the default of True
with no way to overwrite it.
* Deprecate the use of strings for identifying tasks
Copy file name to clipboardExpand all lines: doc/progress.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Changelog
11
11
12
12
* ADD #1065: Add a ``retry_policy`` configuration option that determines the frequency and number of times to attempt to retry server requests.
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
+
* 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.
14
15
* DOC: Fixes a few broken links in the documentation.
15
16
* MAINT: Rename `master` brach to ` main` branch.
16
17
* MAINT/DOC: Automatically check for broken external links when building the documentation.
0 commit comments