Skip to content

Commit 4a98917

Browse files
Balandatfacebook-github-bot
authored andcommitted
Changelog for v0.7.0 (#1378)
Summary: Pull Request resolved: #1378 Reviewed By: saitcakmak Differential Revision: D39295471 Pulled By: Balandat fbshipit-source-id: 53d9496ee80499b918abd367a399b4bbc228b3cb
1 parent 8adeb1b commit 4a98917

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
The release log for BoTorch.
44

5+
## [0.7.0] - Sep 7, 2022
6+
7+
#### Compatibility
8+
* Require python >= 3.8 (via #1347).
9+
* Support for python 3.10 (via #1379).
10+
* Require PyTorch >= 1.11 (via (#1363).
11+
* Require GPyTorch >= 1.9.0 (#1347).
12+
* GPyTorch 1.9.0 is a major refactor that factors out the lazy tensor
13+
functionality into a new `LinearOperator` library, which required
14+
a number of adjustments to BoTorch (#1363, #1377).
15+
* Require pyro >= 1.8.2 (#1379).
16+
17+
#### New Features
18+
* Add ability to generate the features appended in the `AppendFeatures` input
19+
transform via a generic callable (#1354).
20+
* Add new synthetic test functions for sensitivity analysis (#1355, #1361).
21+
22+
#### Other Changes
23+
* Use `time.monotonic()` instead of `time.time()` to measure duration (#1353).
24+
* Allow passing `Y_samples` directly in `MARS.set_baseline_Y` (#1364).
25+
26+
#### Bug Fixes
27+
* Patch `state_dict` loading for `PairwiseGP` (#1359).
28+
* Fix `batch_shape` handling in `Normalize` and `InputStandardize` transforms (#1360).
29+
30+
531
## [0.6.6] - Aug 12, 2022
632

733
#### Compatibility

0 commit comments

Comments
 (0)