This release brings together several optimizations and smaller bug fixes. It also adds support for cuda-python versions 13 and higher.
What's Changed
- Fix issue 335
ValueError: (...) is not in listduring Bayesian optimization by @stijnh in #336 - Remove
error_message_searchspace_fully_observedmessage in BO by @stijnh in #338 - fix issue #332 by @benvanwerkhoven in #334
- Recalculate metrics for each configuration in simulation runner by @stijnh in #307
- Bump urllib3 from 2.5.0 to 2.6.0 in /doc by @dependabot[bot] in #341
- Change
test-python-package.ymlto usemacos-latestby @stijnh in #344 - Bump filelock from 3.18.0 to 3.20.1 in /doc by @dependabot[bot] in #346
- Bump urllib3 from 2.6.0 to 2.6.3 in /doc by @dependabot[bot] in #347
- Bump virtualenv from 20.30.0 to 20.36.1 in /doc by @dependabot[bot] in #349
- Bump filelock from 3.20.1 to 3.20.3 in /doc by @dependabot[bot] in #350
- Clarify contribution guidelines regarding AI-generated code by @benvanwerkhoven in #353
- Use the new cuda-python modules by @isazi in #345
- Optimized searchspace operations by @fjwillemsen in #354
- Add new
Hamming-adjacentneighborhood method by @stijnh in #313 - This fixes issue #333 on backwards compatibility with the old restrictions function by @fjwillemsen in #337
- Fix bug in simulated annealing when dealing with negative objectives by @stijnh in #331
- Replace bfloat16 dtype from
bfloat16package by one fromml_dtypespackage by @stijnh in #330 - Fix evaluation count in PyATF search strategies by @stijnh in #342
Full Changelog: 1.3.0...1.3.1