From d2117e273dfe6bef03d5c095dff8423573a7d527 Mon Sep 17 00:00:00 2001 From: Sait Cakmak Date: Tue, 13 Sep 2022 16:32:29 -0700 Subject: [PATCH] Changelog for 0.7.1 (#1399) Summary: Pull Request resolved: https://github.com/pytorch/botorch/pull/1399 title (Note: this ignores all push blocking failures!) Reviewed By: lena-kashtelyan Differential Revision: D39486845 fbshipit-source-id: c1841bc026c012cf2328fd5f5212a91974eb0c44 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ab7f9314..18028bb14d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ The release log for BoTorch. +## [0.7.1] - Sep 13, 2022 + +#### Compatibility +* Pin GPyTorch >= 1.9.0 (#1397). +* Pin linear_operator == 0.1.1 (#1397). + +#### New Features +* Implement `SaasFullyBayesianMultiTaskGP` and related utilities (#1181, #1203). + +#### Other Changes +* Support loading a state dict for `SaasFullyBayesianSingleTaskGP` (#1120). +* Update `load_state_dict` for `ModelList` to support fully Bayesian models (#1395). +* Add `is_one_to_many` attribute to input transforms (#1396). + +#### Bug Fixes +* Fix `PairwiseGP` on GPU (#1388). + + ## [0.7.0] - Sep 7, 2022 #### Compatibility