We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16fbded commit e0b272cCopy full SHA for e0b272c
2 files changed
ConfigSpace/__version__.py
@@ -1,4 +1,4 @@
1
"""Version information."""
2
3
# The following line *must* be the last in the module, exactly as formatted:
4
-__version__ = "0.4.5"
+__version__ = "0.4.6"
changelog.md
@@ -1,3 +1,7 @@
+# Version 0.4.6
+
+* Fixe a bug which caused a `KeyError` on the usage of tuples in `InCondition`.
5
# Version 0.4.5
6
7
* Stricter typechecking by using a new Cython features which automatically
0 commit comments