We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1bb0a commit 63a2fbbCopy full SHA for 63a2fbb
changelog.md
@@ -1,3 +1,7 @@
1
+# Version 1.2.1
2
+
3
+* FEAT #397: Fix issue with forbidden check with disabled parameters.
4
5
# Version 1.2.0
6
7
* FEAT #388: Allow `Sequence` of `Hyperparameter` to instantiate a `ConfigurationSpace`.
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "ConfigSpace"
-version = "1.2.0"
+version = "1.2.1"
description = """\
Creation and manipulation of parameter configuration spaces for \
automated algorithm configuration and hyperparameter tuning. \
0 commit comments