We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c437745 commit 595e412Copy full SHA for 595e412
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.9"
+__version__ = "0.3.10"
changelog.md
@@ -1,3 +1,9 @@
+# Version 3.10
+* Fix issue #56. The writer for the new pcs format can now write correct
+ conjunctions of forbidden parameters.
+* The class `Configuration` now raises an exception if trying to instantiate it
5
+ with an illegal value for a hyperparameter
6
+
7
# Version 3.9
8
9
* Fix issue #53. Functionality for retrieving a one exchange neighborhood does
0 commit comments