Skip to content

Commit c738a3e

Browse files
committed
Update release notes
1 parent 8ff9831 commit c738a3e

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

doc/progress.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,17 @@ Changelog
1111

1212
**IMPORTANT:** This release paves the way towards a breaking update of OpenML-Python. From version
1313
0.15, functions that had the option to return a pandas DataFrame will return a pandas DataFrame
14-
by default. This version (0.14) emits a warning if you still use the old access functionality.
15-
You can disable these warning by requesting a pandas DataFrame as the output (using ``output_format="dataframe"``).
14+
by default. This version (0.14) emits a warning if you still use the old access functionality.
15+
More concretely:
16+
* In 0.15 we will drop the ability to return dictionaries in listing calls and only provide
17+
pandas DataFrames. To disable warnings in 0.14 you have to request a pandas DataFrame
18+
(using ``output_format="dataframe"``).
19+
* In 0.15 we will drop the ability to return datasets as numpy arrays and only provide
20+
pandas DataFrames. To disable warnings in 0.14 you have to request a pandas DataFrame
21+
(using ``dataset_format="dataframe"``).
1622

1723
Furthermore, from version 0.15, OpenML-Python will no longer download datasets and dataset metadata
18-
by default, and support for returning dictionaries will be removed. This version (0.14) emits a
19-
warning if you don't explicitly specifiy the desired behavior.
24+
by default. This version (0.14) emits a warning if you don't explicitly specifiy the desired behavior.
2025

2126
Please see the pull requests #1258 and #1260 for further information.
2227

0 commit comments

Comments
 (0)