We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140bc3c commit b34420dCopy full SHA for b34420d
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.4.9"
+__version__ = "0.4.10"
changelog.md
@@ -1,3 +1,11 @@
+# Version 0.4.10
+
+* DOC: improved documentation and plenty of new docstrings.
+* FIX #114: Checking categorical hyperparameters for uniqueness.
5
+* MAINT #110: temporarily disable categorical value `None`
6
+* MAINT #112: improved unit tests and compilation; new pep8 checks
7
8
9
# Version 0.4.9
10
11
* Fixes an issue where adding a new forbidden for an unknown hyperparameter
0 commit comments