Skip to content

Commit 0f99118

Browse files
mfeurerPGijsbers
authored andcommitted
MAINT prepare new release (#764)
1 parent 4b84dc6 commit 0f99118

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/progress.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2630
0.9.0
2731
~~~~~

openml/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"

0 commit comments

Comments
 (0)