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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,16 @@ Changelog
9
9
0.13.1
10
10
~~~~~~
11
11
12
-
* DOC #1241 #1229 #1231: Minor documentation fixes and resolve documentation examples not working.
13
12
* ADD #1028: Add functions to delete runs, flows, datasets, and tasks (e.g., ``openml.datasets.delete_dataset``).
14
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.
15
14
* ADD #1180: Improve the error message when the checksum of a downloaded dataset does not match the checksum provided by the API.
16
15
* ADD #1201: Make ``OpenMLTraceIteration`` a dataclass.
17
16
* DOC #1069: Add argument documentation for the ``OpenMLRun`` class.
17
+
* DOC #1241 #1229 #1231: Minor documentation fixes and resolve documentation examples not working.
18
18
* FIX #1197 #559 #1131: Fix the order of ground truth and predictions in the ``OpenMLRun`` object and in ``format_prediction``.
19
19
* FIX #1198: Support numpy 1.24 and higher.
20
20
* FIX #1216: Allow unknown task types on the server. This is only relevant when new task types are added to the test server.
21
+
* FIX #1223: Fix mypy errors for implicit optional typing.
21
22
* MAINT #1155: Add dependabot github action to automatically update other github actions.
22
23
* MAINT #1199: Obtain pre-commit's flake8 from github.com instead of gitlab.com.
0 commit comments