We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8847b07 commit d17ee92Copy full SHA for d17ee92
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.3.6"
+__version__ = "0.3.7"
changelog.md
@@ -1,3 +1,13 @@
+# Version 0.3.7
+
+* Faster checking of valid configurations
+* Fixes a bug in sampling configurations for SatenStein
5
+* Fixes a bug getting neighbors from OrdinalHyperparameter
6
+* Fixes a bug getting neighbors from a UniformIntegerHyperparameter
7
+* Utility function to deactivate inactive, but specified hyperparameters
8
+* Fixes a bug in retrieving the one exchange neighborhood, i.e. it could not
9
+ change the value of parent parameters
10
11
# Version 0.3.6
12
13
* Minor speed improvements when checking forbidden clauses
0 commit comments