Skip to content

Commit

Permalink
bump version number for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Jun 9, 2017
1 parent 8847b07 commit d17ee92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ConfigSpace/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "0.3.6"
__version__ = "0.3.7"
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version 0.3.7

* Faster checking of valid configurations
* Fixes a bug in sampling configurations for SatenStein
* Fixes a bug getting neighbors from OrdinalHyperparameter
* Fixes a bug getting neighbors from a UniformIntegerHyperparameter
* Utility function to deactivate inactive, but specified hyperparameters
* Fixes a bug in retrieving the one exchange neighborhood, i.e. it could not
change the value of parent parameters

# Version 0.3.6

* Minor speed improvements when checking forbidden clauses
Expand Down

0 comments on commit d17ee92

Please sign in to comment.