|
2 | 2 |
|
3 | 3 | The release log for BoTorch.
|
4 | 4 |
|
| 5 | +## [0.11.2] -- Jul 22, 2024 |
| 6 | + |
| 7 | +#### Compatibility |
| 8 | +* Pin NumPy to <2.0 (#2382). |
| 9 | +* Require GPyTorch 1.12 (#2408). |
| 10 | + |
| 11 | +#### New features |
| 12 | +* Support evaluating posterior predictive in `MultiTaskGP` (#2375). |
| 13 | +* Infinite width BNN kernel (#2366) & the curresponding tutorial (#2381). |
| 14 | +* An improved elliptical slice sampling implementation (#2426). |
| 15 | +* Add a helper for producing a `DeterministicModel` using a Matheron path (#2435). |
| 16 | + |
| 17 | +#### Deprecations |
| 18 | +* Stop allowing some arguments to be ignored in acqf input constructors (#2356). |
| 19 | +* Reap deprecated `**kwargs` argument from `optimize_acqf` variants (#2390). |
| 20 | +* Delete `DeterministicPosterior` and `DeterministicSampler` (#2391, #2409, #2410). |
| 21 | +* Removed deprecated `CachedCholeskyMCAcquisitionFunction` (#2399). |
| 22 | +* Deprecate model conversion code (#2431). |
| 23 | +* Deprecate `gp_sampling` module in favor of pathwise sampling (#2432). |
| 24 | + |
| 25 | +#### Bug Fixes |
| 26 | +* Fix observation noise shape for batched models (#2377). |
| 27 | +* Fix `sample_all_priors` to not sample one value for all lengthscales (#2404). |
| 28 | +* Make `(Log)NoisyExpectedImprovement` create a correct fantasy model with |
| 29 | + non-default `SingleTaskGP` (#2414). |
| 30 | + |
| 31 | +#### Other Changes |
| 32 | +* Various documentation improvements (#2395, #2425, #2436, #2437, #2438). |
| 33 | +* Clean up `**kwargs` arguments in `qLogNEI` (#2406). |
| 34 | +* Add a `NumericsWarning` for Legacy EI implementations (#2429). |
| 35 | + |
| 36 | + |
5 | 37 | ## [0.11.1] -- Jun 11, 2024
|
6 | 38 |
|
7 | 39 | #### New Features
|
|
0 commit comments