Skip to content
Merged
Show file tree
Hide file tree
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
add minimal sphinx version for doc building
  • Loading branch information
mfeurer committed Apr 9, 2021
commit fb8094b15279ab1ab75f078b3f9e7d3e5c97492d
7 changes: 6 additions & 1 deletion doc/progress.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
Changelog
=========

0.11.1
0.12.1
~~~~~~

* FIX #1035: Render class attributes and methods again.

0.12.0
~~~~~~
* ADD #964: Validate ``ignore_attribute``, ``default_target_attribute``, ``row_id_attribute`` are set to attributes that exist on the dataset when calling ``create_dataset``.
* ADD #979: Dataset features and qualities are now also cached in pickle format.
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.12.0"
__version__ = "0.12.1dev"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"seaborn",
],
"examples_unix": ["fanova"],
"docs": ["sphinx", "sphinx-gallery", "sphinx_bootstrap_theme", "numpydoc"],
"docs": ["sphinx>=3", "sphinx-gallery", "sphinx_bootstrap_theme", "numpydoc",],
},
test_suite="pytest",
classifiers=[
Expand Down