Skip to content

Commit a0878fd

Browse files
committed
prepare new release
1 parent d116220 commit a0878fd

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.3"
4+
__version__ = "0.4.4"

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.4.4
2+
3+
* Fixes issue #49. The `Configuration` object no longer iterates over inactive
4+
hyperparameters which resulted in an unintuitive API.
5+
16
# Version 0.4.3
27

38
* Fix a memory leak when repeatedly sampling a large amount of configurations.

0 commit comments

Comments
 (0)