We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d116220 commit a0878fdCopy full SHA for a0878fd
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.3"
+__version__ = "0.4.4"
changelog.md
@@ -1,3 +1,8 @@
+# Version 0.4.4
+
+* Fixes issue #49. The `Configuration` object no longer iterates over inactive
+ hyperparameters which resulted in an unintuitive API.
5
6
# Version 0.4.3
7
8
* Fix a memory leak when repeatedly sampling a large amount of configurations.
0 commit comments