We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104b498 commit fa6c6daCopy full SHA for fa6c6da
2 files changed
ConfigSpace/__version__.py
@@ -1,4 +1,4 @@
1
"""Version information."""
2
3
# The following line *must* be the last in the module, exactly as formatted:
4
-__version__ = "0.3.7"
+__version__ = "0.3.8"
changelog.md
@@ -1,3 +1,10 @@
+# Version 3.8
+
+* Fix issue #25. Parents and children are now sorted topologically in the
+ underlying datastructure.
5
+* The reader and writer for the new pcs format can now handle Constants.
6
+* Speed improvements for one exchange neighborhood
7
8
# Version 0.3.7
9
10
* Faster checking of valid configurations
0 commit comments