Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 7 additions & 0 deletions doc/progress.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@
Changelog
=========

0.13.1
~~~~~~

* Add new contributions here.


0.13.0
~~~~~~

* FIX#1030: ``pre-commit`` hooks now no longer should issue a warning.
* FIX#1058, #1100: Avoid ``NoneType`` error when printing task without ``class_labels`` attribute.
* FIX#1110: Make arguments to ``create_study`` and ``create_suite`` that are defined as optional by the OpenML XSD actually optional.
Expand Down
2 changes: 1 addition & 1 deletion openml/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# License: BSD 3-Clause

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "0.13.0"
__version__ = "0.13.1.dev"