We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f639133 commit 26a55ffCopy full SHA for 26a55ff
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.18"
+__version__ = "0.4.19"
changelog.md
@@ -1,3 +1,11 @@
+# Version 0.4.19
+
+* ADD #184: Wheels.
+* FIX #176: copy meta field in `add_configuration_space`
5
+* MAINT #181: Run Flake8 on Cython code
6
+* MAINT #182: Replace rich comparisons by `__eq__` in Cython code
7
+* MAINT #183: Cleanup warnings.
8
9
# Version 0.4.18
10
11
* ADD #164: New method `rvs` for hyperparameters to allow them being used with scikit-learn's
0 commit comments