Skip to content

Commit 9634713

Browse files
saitcakmakfacebook-github-bot
authored andcommitted
Changelog for 0.11.0 (#2326)
Summary: Pull Request resolved: #2326 -- Reviewed By: dme65 Differential Revision: D56833822 fbshipit-source-id: cb8714cf3c8a7a5703baf493c2aa99ecca83d3e3
1 parent 8b71e38 commit 9634713

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
22

33
The release log for BoTorch.
44

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+
543
## [0.10.0] -- Feb 26, 2024
644

745
#### New Features

0 commit comments

Comments
 (0)