We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd2c11 commit 50ddd98Copy full SHA for 50ddd98
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.4.2"
+__version__ = "0.4.3"
changelog.md
@@ -1,3 +1,7 @@
+# Version 0.4.3
+
+* Fix a memory leak when repeatedly sampling a large amount of configurations.
5
# Version 0.4.2
6
7
* Fix a bug which caused a segfault when trying to sample zero configurations.
0 commit comments