We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77cc54 commit e473acaCopy full SHA for e473aca
2 files changed
doc/progress.rst
@@ -6,8 +6,15 @@
6
Changelog
7
=========
8
9
+0.13.1
10
+~~~~~~
11
+
12
+ * Add new contributions here.
13
14
15
0.13.0
16
~~~~~~
17
18
* FIX#1030: ``pre-commit`` hooks now no longer should issue a warning.
19
* FIX#1058, #1100: Avoid ``NoneType`` error when printing task without ``class_labels`` attribute.
20
* FIX#1110: Make arguments to ``create_study`` and ``create_suite`` that are defined as optional by the OpenML XSD actually optional.
openml/__version__.py
@@ -3,4 +3,4 @@
3
# License: BSD 3-Clause
4
5
# The following line *must* be the last in the module, exactly as formatted:
-__version__ = "0.13.0"
+__version__ = "0.13.1.dev"
0 commit comments