Skip to content

Commit fa6c6da

Browse files
committed
bump version number for new release
1 parent 104b498 commit fa6c6da

2 files changed

Lines changed: 8 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.3.7"
4+
__version__ = "0.3.8"

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Version 3.8
2+
3+
* Fix issue #25. Parents and children are now sorted topologically in the
4+
underlying datastructure.
5+
* The reader and writer for the new pcs format can now handle Constants.
6+
* Speed improvements for one exchange neighborhood
7+
18
# Version 0.3.7
29

310
* Faster checking of valid configurations

0 commit comments

Comments
 (0)