Skip to content

Commit 92112b7

Browse files
saitcakmakfacebook-github-bot
authored andcommitted
Changelog for 0.6.4 (#1188)
Summary: ... Pull Request resolved: #1188 Reviewed By: Balandat Differential Revision: D35828707 Pulled By: saitcakmak fbshipit-source-id: 23d44b1439aff8b31f79a24238421c18b8b373c7
1 parent 436138e commit 92112b7

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

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

33
The release log for BoTorch.
44

5+
## [0.6.4] - Apr 21, 2022
6+
7+
#### New Features
8+
* Implement `ExpectationPosteriorTransform` (#903).
9+
* Add `PairwiseMCPosteriorVariance`, a cheap active learning acquisition function (#1125).
10+
* Support computing quantiles in the fully Bayesian posterior, add `FullyBayesianPosteriorList` (#1161).
11+
* Add expectation risk measures (#1173).
12+
* Implement Multi-Fidelity GIBBON (Lower Bound MES) acquisition function (#1185).
13+
14+
#### Other Changes
15+
* Add an error message for one shot acquisition functions in `optimize_acqf_discrete` (#939).
16+
* Validate the shape of the `bounds` argument in `optimize_acqf` (#1142).
17+
* Minor tweaks to `SAASBO` (#1143, #1183).
18+
* Minor updates to tutorials (24f7fda7b40d4aabf502c1a67816ac1951af8c23, #1144, #1148, #1159, #1172, #1180).
19+
* Make it easier to specify a custom `PyroModel` (#1149).
20+
* Allow passing in a `mean_module` to `SingleTaskGP/FixedNoiseGP` (#1160).
21+
* Add a note about acquisitions using gradients to base class (#1168).
22+
* Remove deprecated `box_decomposition` module (#1175).
23+
24+
#### Bug Fixes
25+
* Bug-fixes for `ProximalAcquisitionFunction` (#1122).
26+
* Fix missing warnings on failed optimization in `fit_gpytorch_scipy` (#1170).
27+
* Ignore data related buffers in `PairwiseGP.load_state_dict` (#1171).
28+
* Make `fit_gpytorch_model` properly honor the `debug` flag (#1178).
29+
* Fix missing `posterior_transform` in `gen_one_shot_kg_initial_conditions` (#1187).
30+
31+
532
## [0.6.3] - Mar 28, 2022
633

734
#### New Features

0 commit comments

Comments
 (0)