We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671465e commit 4dc7dafCopy full SHA for 4dc7daf
ConfigSpace/__version__.py
@@ -3,4 +3,4 @@
3
# The following line *must* be the last in the module, exactly as formatted:
4
from __future__ import annotations
5
6
-__version__ = "0.6.1"
+__version__ = "0.7.2"
changelog.md
@@ -1,3 +1,7 @@
1
+# Version 0.7.2
2
+
+* MAINT #671465e2: Make loading json files from earlier versions backwards compatible
# Version 0.7.1
7
* MAINT #321: De-cythonize main modules, add deprecation wranings
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "ConfigSpace"
-version = "0.7.1"
+version = "0.7.2"
description = """\
Creation and manipulation of parameter configuration spaces for \
automated algorithm configuration and hyperparameter tuning. \
0 commit comments