Skip to content

Commit 922ecb7

Browse files
committed
bump version, update changelog
1 parent d274041 commit 922ecb7

2 files changed

Lines changed: 6 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.11"
4+
__version__ = "0.4.12"

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Version 0.4.12
22

3+
* ADD #135: Add weights to the sampling of categorical hyperparameters.
4+
* MAINT #129: Performance improvements for the generation of neighbor configurations.
5+
* MAINT #130: Test the installability of a distribution on travis-ci.
36
* FIX #140: Fixes a bug which led to samples lower than the lower bound of
47
`UniformFloatHyperparemeter` if the lower bound was larger than zero and quantization was used.
8+
* FIX # 138: Fixes a bug in which the readme wasn't read correctly on systems not using UTF8 as
9+
their default encoding.
510

611
# Version 0.4.11
712

0 commit comments

Comments
 (0)