Releases: bayesian-optimization/BayesianOptimization
Releases · bayesian-optimization/BayesianOptimization
v3.2.1
What's Changed
- fix: type hints by @phi-friday in #600
- Fix .max() for categorical by @NathanDeMaria in #601
- prepare for release by @t-muser in #602
New Contributors
- @NathanDeMaria made their first contribution in #601
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- correct the formatting for positive numbers with negative exponents and add additional test by @adrianmolzon in #590
- Add
packagingpackage by @ubreblanca in #596 - Add
.predictfunction to optimizer by @till-m in #593 - Support combined kernels by @till-m in #597
- indicate python 3.14 support, add it to testing by @till-m in #598
- bump version by @till-m in #599
New Contributors
- @ubreblanca made their first contribution in #596
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Add parameter validation by @spline2hg in #577
- Allow saving and loading optimizer state without probes/registrations by @jameskrach in #582
- Update pyproject.toml to use PEP-621 dependency specification by @jameskrach in #584
- bump version by @till-m in #586 <-- turns out this is important 🙃
New Contributors
- @spline2hg made their first contribution in #577
- @jameskrach made their first contribution in #582
Full Changelog: v3.0.1...v3.1.0
v3.0.1
v3.0.0
What's Changed
- Typed Optimization by @till-m in #531
- bump version by @till-m in #539
- upgrade poetry2.0 & apply pep621 by @phi-friday in #545
- Fix coverage by @till-m in #552
- Fix printing for some parameters by @till-m in #554
- fix constraint checking the wrong bound to skip calculation by @till-m in #555
- Add logging with state to Bayesian Optimizer by @adrianmolzon in #547
- Replace event based logging by @adrianmolzon in #557
- Update Ubuntu runner for build_docs.yml by @till-m in #560
- Stop duplicating ensure_rng in AcquisitionFunction class by @Gerrit0 in #561
- Fix weird formatting by @Gerrit0 in #562
- Mixed-integer differential evolution for next point suggestion by @udicaprio in #549
- bugfix: l-bfgs-b acquisition maximization (v3.x.x) by @till-m in #564
- polish & clean code by @till-m in #566
- more code cleaning/polishing by @till-m in #571
- prepare for release by @till-m in #572
New Contributors
- @adrianmolzon made their first contribution in #547
- @Gerrit0 made their first contribution in #561
- @udicaprio made their first contribution in #549
Full Changelog: v2.0.3...v3.0.0