Skip to content

Commit 595e412

Browse files
committed
MAINT bump version number
1 parent c437745 commit 595e412

2 files changed

Lines changed: 7 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.9"
4+
__version__ = "0.3.10"

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 3.10
2+
* Fix issue #56. The writer for the new pcs format can now write correct
3+
conjunctions of forbidden parameters.
4+
* The class `Configuration` now raises an exception if trying to instantiate it
5+
with an illegal value for a hyperparameter
6+
17
# Version 3.9
28

39
* Fix issue #53. Functionality for retrieving a one exchange neighborhood does

0 commit comments

Comments
 (0)