Skip to content

Commit 26a55ff

Browse files
committed
Bump version
1 parent f639133 commit 26a55ff

2 files changed

Lines changed: 9 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.4.18"
4+
__version__ = "0.4.19"

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 0.4.19
2+
3+
* ADD #184: Wheels.
4+
* 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+
19
# Version 0.4.18
210

311
* ADD #164: New method `rvs` for hyperparameters to allow them being used with scikit-learn's

0 commit comments

Comments
 (0)