Skip to content

Commit d888552

Browse files
esantorellafacebook-github-bot
authored andcommitted
Release notes for Botorch 0.6.6 (#1348)
Summary: ## Motivation Self-explanatory ### Have you read the [Contributing Guidelines on pull requests](https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md#pull-requests)? Yes Pull Request resolved: #1348 Reviewed By: saitcakmak Differential Revision: D38670793 Pulled By: esantorella fbshipit-source-id: e354630d05451af0e584c6f2573b4f9d1a1d5804
1 parent 684fd78 commit d888552

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

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

33
The release log for BoTorch.
44

5+
## [0.6.6] - Aug 12, 2022
6+
7+
#### Compatibility
8+
* Require GPyTorch >= 1.8.1 (#1347).
9+
10+
#### New Features
11+
* Support batched models in `RandomFourierFeatures` (#1336).
12+
* Add a `skip_expand` option to `AppendFeatures` (#1344).
13+
14+
#### Other Changes
15+
* Allow `qProbabilityOfImprovement` to use batch-shaped `best_f` (#1324).
16+
* Make `optimize_acqf` re-attempt failed optimization runs and handle optimization
17+
errors in `optimize_acqf` and `gen_candidates_scipy` better (#1325).
18+
* Reduce memory overhead in `MARS.set_baseline_Y` (#1346).
19+
20+
#### Bug Fixes
21+
* Fix bug where `outcome_transform` was ignored for `ModelListGP.fantasize` (#1338).
22+
* Fix bug causing `get_polytope_samples` to sample incorrectly when variables
23+
live in multiple dimensions (#1341).
24+
25+
#### Documentation
26+
* Add more descriptive docstrings for models (#1327, #1328, #1329, #1330) and for other
27+
classes (#1313).
28+
* Expanded on the model documentation at [botorch.org/docs/models](https://botorch.org/docs/models) (#1337).
29+
530
## [0.6.5] - Jul 15, 2022
631

732
#### Compatibility

0 commit comments

Comments
 (0)