File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,16 @@ Changelog
1616* FIX #589: Fixing a bug that did not successfully upload the columns to ignore when creating and publishing a dataset.
1717* FIX #608: Fixing dataset_id referenced before assignment error in get_run function.
1818* DOC #639: More descriptive documention for function to convert array format.
19+ * DOC #719: Add documentation on uploading tasks.
1920* ADD #687: Adds a function to retrieve the list of evaluation measures available.
2021* ADD #695: A function to retrieve all the data quality measures available.
2122* ADD #412: Add a function to trim flow names for scikit-learn flows.
2223* ADD #715: `list_evaluations ` now has an option to sort evaluations by score (value).
2324* ADD #722: Automatic reinstantiation of flow in `run_model_on_task `. Clearer errors if that's not possible.
25+ * ADD #412: The scikit-learn extension populates the short name field for flows.
2426* MAINT #726: Update examples to remove deprecation warnings from scikit-learn
27+ * MAINT #752: Update OpenML-Python to be compatible with sklearn 0.21
28+
2529
26300.9.0
2731~~~~~
Original file line number Diff line number Diff line change 11"""Version information."""
22
33# The following line *must* be the last in the module, exactly as formatted:
4- __version__ = "0.9 .0"
4+ __version__ = "0.10 .0"
You can’t perform that action at this time.
0 commit comments