|
2 | 2 |
|
3 | 3 | The release log for BoTorch.
|
4 | 4 |
|
| 5 | +## [0.11.0] -- May 1, 2024 |
| 6 | + |
| 7 | +#### Compatibility |
| 8 | +* Reqire Python >= 3.10 (#2293). |
| 9 | + |
| 10 | +#### New Features |
| 11 | +* SCoreBO and Bayesian Active Learning acquisition functions (#2163). |
| 12 | + |
| 13 | +#### Bug Fixes |
| 14 | +* Fix non-None constraint noise levels in some constrained test problems (#2241). |
| 15 | +* Fix inverse cost-weighted utility behaviour for non-positive acquisition values (#2297). |
| 16 | + |
| 17 | +#### Other Changes |
| 18 | +* Don't allow unused keyword arguments in `Model.construct_inputs` (#2186). |
| 19 | +* Re-map task values in MTGP if they are not contiguous integers starting from zero (#2230). |
| 20 | +* Unify `ModelList` and `ModelListGP` `subset_output` behavior (#2231). |
| 21 | +* Ensure `mean` and `interior_point` of `LinearEllipticalSliceSampler` have correct shapes (#2245). |
| 22 | +* Speed up task covariance of `LCEMGP` (#2260). |
| 23 | +* Improvements to `batch_cross_validation`, support for model init kwargs (#2269). |
| 24 | +* Support custom `all_tasks` for MTGPs (#2271). |
| 25 | +* Error out if scipy optimizer does not support bounds / constraints (#2282). |
| 26 | +* Support diagonal covariance root with fixed indices for `LinearEllipticalSliceSampler` (#2283). |
| 27 | +* Make `qNIPV` a subclass of `AcquisitionFunction` rather than `AnalyticAcquisitionFunction` (#2286). |
| 28 | +* Increase code-sharing of `LCEMGP` & define `construct_inputs` (#2291). |
| 29 | + |
| 30 | +#### Deprecations |
| 31 | +* Remove deprecated args from base `MCSampler` (#2228). |
| 32 | +* Remove deprecated `botorch/generation/gen/minimize` (#2229). |
| 33 | +* Remove `fit_gpytorch_model` (#2250). |
| 34 | +* Remove `requires_grad_ctx` (#2252). |
| 35 | +* Remove `base_samples` argument of `GPyTorchPosterior.rsample` (#2254). |
| 36 | +* Remove deprecated `mvn` argument to `GPyTorchPosterior` (#2255). |
| 37 | +* Remove deprecated `Posterior.event_shape` (#2320). |
| 38 | +* Remove `**kwargs` & deprecated `indices` argument of `Round` transform (#2321). |
| 39 | +* Remove `Standardize.load_state_dict` (#2322). |
| 40 | +* Remove `FixedNoiseMultiTaskGP` (#2323). |
| 41 | + |
| 42 | + |
5 | 43 | ## [0.10.0] -- Feb 26, 2024
|
6 | 44 |
|
7 | 45 | #### New Features
|
|
0 commit comments