Releases: xopt-org/Xopt
Releases · xopt-org/Xopt
v2.4.4
v2.4.3
What's Changed
- Mobo enhancement by @roussel-ryan in #248
- Update cnsga.py by @roussel-ryan in #251
- Bugfixes for trust region BO by @roussel-ryan
Full Changelog: v2.4.2...v2.4.3
v2.4.2
Xopt v2.4.1
What's Changed
- Fix PyPI update to Python 3.9 by @ChristopherMayes in #247
Full Changelog: v2.4.0...v2.4.1
Xopt v2.4.0
What's Changed
- Bax improvements by @roussel-ryan in #237
- Turbo refactor by @roussel-ryan in #241
- Update home to xopt-org/xopt by @ChristopherMayes in #242
- Modernize build system by @ChristopherMayes in #244
- Replace ChristopherMayes with xopt-org by @ChristopherMayes in #245
- Forgetting bo by @roussel-ryan in #243
Full Changelog: v2.3.0...v2.4.0
Xopt v2.3.0
What's Changed
- Bax visualizations by @dylanmkennedy in #228
- Error handling for vocs by @roussel-ryan in #229
- Custom objectives by @roussel-ryan in #230
- Bugfix for using numpy 2.0.0 by @roussel-ryan in #233
Full Changelog: v2.2.3...v2.3.0
Xopt v2.2.3
What's Changed
- add robustness and additional test to fixed features functionality in Bayesian generators by @roussel-ryan in #222
- Modularize visualization by @t-bz in #221
- Model construction example by @roussel-ryan in #223
- Include requirement botorch<=0.10.0 for compatibility with python 3.9 by @dylanmkennedy in #225
- Set weights bugfix that creates improper behavior for bayesian exploration by @roussel-ryan in #224
- Update index.md by @roussel-ryan in #226
- Error handling + test improvements by @roussel-ryan in #227
Full Changelog: v2.2.2...v2.2.3
Xopt v2.2.2
What's Changed
- Add warnings if specified modules are not added to the model by @t-bz in #198
- Improve validation for generators that only support observables. by @dylanmkennedy in #199
- add test functions and set rasterize for colormaps by @roussel-ryan in #204
- add custom noise prior attribute to model constructor by @roussel-ryan in #210
- make random evaluate consistent with numpy standards by @roussel-ryan in #212
- Improve Visualization Error Message by @t-bz in #216
- fix a bug with type checking vocs constraints by @roussel-ryan in #219
- add returning best param set to vocs method, by @roussel-ryan in #205
Full Changelog: v2.2.1...v2.2.2
Xopt v2.2.1
What's Changed
- Fix constants not propagating in AsynchronousXopt by @ChristopherMayes in #196
Full Changelog: v2.2.0...v2.2.1
Xopt v2.2.0
What's Changed
- Update README.md by @roussel-ryan in #184
- Add log multi-objective acquisition functions and benchmarking script by @nikitakuklev in #177
- updates to botorch requirements by @roussel-ryan in #186
- Fix CNSGA population selection by @nikitakuklev in #183
- Adds remove_data and cumulative_optimum functions by @t-bz in #178
- fix testing bug due to random sampling by @roussel-ryan in #188
- Resolving TypeError caused by using GPU and max_travel_distances in Generator by @kathryn-baker in #187
- Adds a flag to turn off aquisition function for visualization by @t-bz in #190
- implement the kernel from Hessian in botorch by @roussel-ryan in #189
- move benchmarks to a separate folder by @roussel-ryan in #192
- Fix indexing error for model visualization by @t-bz in #193
New Contributors
- @kathryn-baker made their first contribution in #187
Full Changelog: v2.1.2...v2.2.0