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
+21-13Lines changed: 21 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,25 +9,33 @@ Changelog
9
9
0.13.1
10
10
~~~~~~
11
11
12
-
* Add new contributions here.
13
-
* ADD#1028: Add functions to delete runs, flows, datasets, and tasks (e.g., ``openml.datasets.delete_dataset``).
14
-
* ADD#1144: Add locally computed results to the ``OpenMLRun`` object's representation if the run was created locally and not downloaded from the server.
12
+
* ADD #1028: Add functions to delete runs, flows, datasets, and tasks (e.g., ``openml.datasets.delete_dataset``).
13
+
* ADD #1144: Add locally computed results to the ``OpenMLRun`` object's representation if the run was created locally and not downloaded from the server.
14
+
* ADD #1180: Improve the error message when the checksum of a downloaded dataset does not match the checksum provided by the API.
15
+
* ADD #1201: Make ``OpenMLTraceIteration`` a dataclass.
16
+
* DOC #1069: Add argument documentation for the ``OpenMLRun`` class.
15
17
* FIX #1197 #559 #1131: Fix the order of ground truth and predictions in the ``OpenMLRun`` object and in ``format_prediction``.
16
18
* FIX #1198: Support numpy 1.24 and higher.
19
+
* FIX #1216: Allow unknown task types on the server. This is only relevant when new task types are added to the test server.
20
+
* MAINT #1155: Add dependabot github action to automatically update other github actions.
21
+
* MAINT #1199: Obtain pre-commit's flake8 from github.com instead of gitlab.com.
22
+
* MAINT #1215: Support latest numpy version.
23
+
* MAINT #1218: Test Python3.6 on Ubuntu 20.04 instead of the latest Ubuntu (which is 22.04).
24
+
* MAINT #1221 #1212 #1206 #1211: Update github actions to the latest versions.
17
25
18
26
0.13.0
19
27
~~~~~~
20
28
21
-
* FIX#1030: ``pre-commit`` hooks now no longer should issue a warning.
22
-
* FIX#1058, #1100: Avoid ``NoneType`` error when printing task without ``class_labels`` attribute.
23
-
* FIX#1110: Make arguments to ``create_study`` and ``create_suite`` that are defined as optional by the OpenML XSD actually optional.
24
-
* FIX#1147: ``openml.flow.flow_exists`` no longer requires an API key.
25
-
* FIX#1184: Automatically resolve proxies when downloading from minio. Turn this off by setting environment variable ``no_proxy="*"``.
26
-
* MAIN#1088: Do CI for Windows on Github Actions instead of Appveyor.
27
-
* MAINT#1104: Fix outdated docstring for ``list_task``.
28
-
* MAIN#1146: Update the pre-commit dependencies.
29
-
* ADD#1103: Add a ``predictions`` property to OpenMLRun for easy accessibility of prediction data.
30
-
* ADD#1188: EXPERIMENTAL. Allow downloading all files from a minio bucket with ``download_all_files=True`` for ``get_dataset``.
29
+
* FIX#1030: ``pre-commit`` hooks now no longer should issue a warning.
30
+
* FIX#1058, #1100: Avoid ``NoneType`` error when printing task without ``class_labels`` attribute.
31
+
* FIX#1110: Make arguments to ``create_study`` and ``create_suite`` that are defined as optional by the OpenML XSD actually optional.
32
+
* FIX#1147: ``openml.flow.flow_exists`` no longer requires an API key.
33
+
* FIX#1184: Automatically resolve proxies when downloading from minio. Turn this off by setting environment variable ``no_proxy="*"``.
34
+
* MAINT #1088: Do CI for Windows on Github Actions instead of Appveyor.
35
+
* MAINT#1104: Fix outdated docstring for ``list_task``.
36
+
* MAINT #1146: Update the pre-commit dependencies.
37
+
* ADD#1103: Add a ``predictions`` property to OpenMLRun for easy accessibility of prediction data.
38
+
* ADD#1188: EXPERIMENTAL. Allow downloading all files from a minio bucket with ``download_all_files=True`` for ``get_dataset``.
0 commit comments