Skip to content

Commit b34420d

Browse files
committed
MAINT prepare new release
1 parent 140bc3c commit b34420d

2 files changed

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

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 0.4.10
2+
3+
* DOC: improved documentation and plenty of new docstrings.
4+
* 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+
19
# Version 0.4.9
210

311
* Fixes an issue where adding a new forbidden for an unknown hyperparameter

0 commit comments

Comments
 (0)