Releases: automl/ConfigSpace
Releases · automl/ConfigSpace
Version 0.4.17
- MAINT #168: Support for Python. 3.9.X
Version 0.4.16
Version 0.4.16
- FIX #167: fix a broken equal comparison in forbidden constraints.
Version 0.4.15
- Add
pyproject.toml
to support wheel installation as required in PEP518
Version 0.14.4
- ADD new argument
config_id
toConfiguration
which can be set by an application using the ConfigSpace package (None
by default). - FIX #157 fix a bug in
get_random_neighbor
where the last hyperparameter value was never changed. - MAINT #136 remove asterisk in version identifier in
setup.py
. - MAINT #156 add
ConstantHyperparameter
to the API documentation. - MAINT #159 document that
None
is a forbidden value forCategoricalHyperparameter
andOrdinalHyperparameter
.
Version 0.4.13
- ADD Python3.8 support, drop Python3.5 support (#144, #153)
- FIX copy weights of
CategoricalHyperparameter
(#148) - FIX store weights of
CategoricalHyperparameter
, raise an error message for the other output writers (#152). - FIX correct types in util function
fix_types
(#134) - MAINT unit test of the source distribution (#154)
Version 0.4.12
- ADD #135: Add weights to the sampling of categorical hyperparameters.
- MAINT #129: Performance improvements for the generation of neighbor configurations.
- MAINT #130: Test the installability of a distribution on travis-ci.
- FIX #140: Fixes a bug which led to samples lower than the lower bound of
UniformFloatHyperparemeter
if the lower bound was larger than zero and quantization was used. - FIX # 138: Fixes a bug in which the readme wasn't read correctly on systems not using UTF8 as their default encoding.
Version 0.4.11
- MAINT #115: install numpy during installation if it is not already installed.
- MAINT #124: add section on what to cite to the readme file.
- MAINT via #127: speed improvement for neigborhood generation of integer hyperparameters.
- FIX: Neighborhood of an integer hyperparameter does no longer contain duplicate values.
- FIX #117: Fix sampling of
OrCondition
. - FIX #119: Allow sampling of multiple quantized integers.
- FIX via #118: Fix error message.
Version 0.4.10
Version 0.4.9
- Fixes an issue where adding a new forbidden for an unknown hyperparameter did not result in an immediate exception.
- Add a new argument
vector
toutil.deactivate_inactive_hyperparameters
. - Make the number of categories a public variable for categorical and ordinal hyperparameters.