Skip to content

Commit d17ee92

Browse files
committed
bump version number for new release
1 parent 8847b07 commit d17ee92

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

ConfigSpace/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "0.3.6"
4+
__version__ = "0.3.7"

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version 0.3.7
2+
3+
* Faster checking of valid configurations
4+
* 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+
111
# Version 0.3.6
212

313
* Minor speed improvements when checking forbidden clauses

0 commit comments

Comments
 (0)