Skip to content

Commit dd033e2

Browse files
committed
bump version number
1 parent d24b12d commit dd033e2

3 files changed

Lines changed: 10 additions & 2 deletions

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.3.8"
4+
__version__ = "0.3.9"

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 3.9
2+
3+
* Fix issue #53. Functionality for retrieving a one exchange neighborhood does
4+
no longer create illegal configurations when hyperparameters have extreme
5+
ranges.
6+
* New functionality `__setitem__` for `Configuration`. Allows dictionary syntax
7+
to change the value of one hyperparameter in a configuration.
8+
19
# Version 3.8
210

311
* Fix issue #25. Parents and children are now sorted topologically in the

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def read(fname):
3030
author=', '.join(["Matthias Feurer", "Katharina Eggensperger",
3131
"Syed Mohsin Ali", "Christina Hernandez Wunsch",
3232
"Julien-Charles Levesque", "Jost Tobias Springenberg",
33-
"Marius Lindauer"]),
33+
"Marius Lindauer", "Jorn Tuyls"]),
3434
author_email='feurerm@informatik.uni-freiburg.de',
3535
test_suite="nose.collector",
3636
install_requires=['argparse',

0 commit comments

Comments
 (0)