Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Incorporate feedback from Pieter
  • Loading branch information
mfeurer committed Jun 16, 2023
commit 2b55b39cc2599d14afd3e00d96b1b41a550087a0
7 changes: 4 additions & 3 deletions doc/progress.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ Changelog
0.14.0
~~~~~~

**IMPORTANT:** This release paves the way towards a braking update of OpenML-Python. From version
**IMPORTANT:** This release paves the way towards a breaking update of OpenML-Python. From version
0.15, functions that had the option to return a pandas DataFrame will return a pandas DataFrame
by default. This version (0.14) emits a warning if you still use the old access functionality.
Comment thread
PGijsbers marked this conversation as resolved.
Outdated
You can disable these warning by requesting a pandas DataFrame as the output.
You can disable these warning by requesting a pandas DataFrame as the output (using ``output_format="dataframe"``).

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

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

Expand Down