Skip to content

Commit 7a3e69f

Browse files
mfeurerPGijsbers
andauthored
prepare release of 0.11.0 (#966)
Co-authored-by: PGijsbers <[email protected]>
1 parent f464a2b commit 7a3e69f

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

doc/progress.rst

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,42 @@ Changelog
88

99
0.11.0
1010
~~~~~~
11+
* ADD #753: Allows uploading custom flows to OpenML via OpenML-Python.
12+
* ADD #777: Allows running a flow on pandas dataframes (in addition to numpy arrays).
13+
* ADD #888: Allow passing a `task_id` to `run_model_on_task`.
14+
* ADD #894: Support caching of datasets using feather format as an option.
1115
* ADD #929: Add ``edit_dataset`` and ``fork_dataset`` to allow editing and forking of uploaded datasets.
16+
* ADD #866, #943: Add support for scikit-learn's `passthrough` and `drop` when uploading flows to
17+
OpenML.
18+
* ADD #879: Add support for scikit-learn's MLP hyperparameter `layer_sizes`.
19+
* ADD #894: Support caching of datasets using feather format as an option.
20+
* ADD #945: PEP 561 compliance for distributing Type information.
21+
* DOC #660: Remove nonexistent argument from docstring.
22+
* DOC #901: The API reference now documents the config file and its options.
23+
* DOC #912: API reference now shows `create_task`.
24+
* DOC #954: Remove TODO text from documentation.
25+
* DOC #960: document how to upload multiple ignore attributes.
1226
* FIX #873: Fixes an issue which resulted in incorrect URLs when printing OpenML objects after
1327
switching the server.
1428
* FIX #885: Logger no longer registered by default. Added utility functions to easily register
1529
logging to console and file.
30+
* FIX #890: Correct the scaling of data in the SVM example.
31+
* MAINT #371: ``list_evaluations`` default ``size`` changed from ``None`` to ``10_000``.
1632
* MAINT #767: Source distribution installation is now unit-tested.
33+
* MAINT #781: Add pre-commit and automated code formatting with black.
34+
* MAINT #804: Rename arguments of list_evaluations to indicate they expect lists of ids.
1735
* MAINT #836: OpenML supports only pandas version 1.0.0 or above.
1836
* MAINT #865: OpenML no longer bundles test files in the source distribution.
37+
* MAINT #881: Improve the error message for too-long URIs.
1938
* MAINT #897: Dropping support for Python 3.5.
20-
* ADD #894: Support caching of datasets using feather format as an option.
21-
* ADD #945: PEP 561 compliance for distributing Type information
22-
* MAINT #371: ``list_evaluations`` default ``size`` changed from ``None`` to ``10_000``.
39+
* MAINT #916: Adding support for Python 3.8.
40+
* MAINT #920: Improve error messages for dataset upload.
41+
* MAINT #921: Improve hangling of the OpenML server URL in the config file.
42+
* MAINT #925: Improve error handling and error message when loading datasets.
43+
* MAINT #928: Restructures the contributing documentation.
44+
* MAINT #936: Adding support for scikit-learn 0.23.X.
45+
* MAINT #945: Make OpenML-Python PEP562 compliant.
46+
* MAINT #951: Converts TaskType class to a TaskType enum.
2347

2448
0.10.2
2549
~~~~~~

openml/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# License: BSD 3-Clause
44

55
# The following line *must* be the last in the module, exactly as formatted:
6-
__version__ = "0.11.0dev"
6+
__version__ = "0.11.0"

0 commit comments

Comments
 (0)