Skip to content

Commit 5f12177

Browse files
authored
Maint: Update changelog and version to 0.4.21 (#233)
* Maint: Update changelog and version to 0.4.21 * Fix: Add line break in changelog * Fix: bullet points
1 parent 2e6f459 commit 5f12177

2 files changed

Lines changed: 16 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.20"
4+
__version__ = "0.4.21"

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Version 0.4.21
2+
3+
* Add #224: Now builds binary wheels for Windows/Mac/Linux, available on PyPI.
4+
* Maint #227: Include automated testing for windows and mac.
5+
* Maint #228: #226: Account for test differences with `i686` architectures.
6+
* Maint #213, #215: Prevent double trigger of github workflows.
7+
* Fix #212: Equality (`==`) on `CategoricalHyperparameter` objects are now invariant to ordering.
8+
* Add #208: [`ConfigurationSpace::estimate_size()`](https://github.com/automl/ConfigSpace/commit/9856e6291fc5e1ff829292d85f299aabd9f52683#diff-904dab96369ff6bcc3e44a0269724131d796cc3771142edeef4100bd35929040R1344) to get the size of a configuration space without considering constraints.
9+
* Add #210: `print(config)` is now produces a string representation of a valid python dictionary that is suitable for copy and paste.
10+
* Fix #203: Parser for `pcs` files now correctly coverts types for forbidden clauses, checking for the validaty as well.
11+
* Maint #f71508c: Clean up in `README.md` and fix link for new `SMAC` [example docs](https://automl.github.io/SMAC3/master/pages/examples/index.html).
12+
* Fix #202: Fix numerical underflow when performing quantization of log sampled `UniformFloat`.
13+
* Add #188: Support for a **truncated** `NormalIntegerHyperparameter` or `NormalFloatHyperparameter` by providing `lower` and `upper` bounds.
14+
* Fix #195: Sampling configurations to perform validity checks for during `get_one_exchange_neighborhood` is now deterministic w.r.t. a seed.
15+
116
# Version 0.4.20
217

318
* MAINT #185: Drop support for Python 3.6

0 commit comments

Comments
 (0)