We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6dd5e commit e121227Copy full SHA for e121227
2 files changed
changelog.md
@@ -1,3 +1,11 @@
1
+# Version 0.7.1
2
+
3
+* MAINT #321: De-cythonize main modules, add deprecation wranings
4
5
+# Version 0.7.0
6
7
+* Many bugfixes, please see Github
8
9
# Version 0.6.1
10
11
* MAINT #286: Add support for Python 3.11.
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "ConfigSpace"
-version = "0.7.0"
+version = "0.7.1"
description = """\
Creation and manipulation of parameter configuration spaces for \
automated algorithm configuration and hyperparameter tuning. \
0 commit comments