Skip to content

v0.4.21

Compare
Choose a tag to compare
@eddiebergman eddiebergman released this 02 Feb 17:28
5f12177

Version 0.4.21

  • Add #224: Now builds binary wheels for Windows/Mac/Linux, available on PyPI.
  • Maint #227: Include automated testing for windows and mac.
  • Maint #228: #226: Account for test differences with i686 architectures.
  • Maint #213, #215: Prevent double trigger of github workflows.
  • Fix #212: Equality (==) on CategoricalHyperparameter objects are now invariant to ordering.
  • Add #208: ConfigurationSpace::estimate_size() to get the size of a configuration space without considering constraints.
  • Add #210: print(config) is now produces a string representation of a valid python dictionary that is suitable for copy and paste.
  • Fix #203: Parser for pcs files now correctly coverts types for forbidden clauses, checking for the validaty as well.
  • Maint #f71508c: Clean up in README.md and fix link for new SMAC example docs.
  • Fix #202: Fix numerical underflow when performing quantization of log sampled UniformFloat.
  • Add #188: Support for a truncated NormalIntegerHyperparameter or NormalFloatHyperparameter by providing lower and upper bounds.
  • Fix #195: Sampling configurations to perform validity checks for during get_one_exchange_neighborhood is now deterministic w.r.t. a seed.