We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d2f27 commit d2117e2Copy full SHA for d2117e2
CHANGELOG.md
@@ -2,6 +2,24 @@
2
3
The release log for BoTorch.
4
5
+## [0.7.1] - Sep 13, 2022
6
+
7
+#### Compatibility
8
+* Pin GPyTorch >= 1.9.0 (#1397).
9
+* Pin linear_operator == 0.1.1 (#1397).
10
11
+#### New Features
12
+* Implement `SaasFullyBayesianMultiTaskGP` and related utilities (#1181, #1203).
13
14
+#### Other Changes
15
+* Support loading a state dict for `SaasFullyBayesianSingleTaskGP` (#1120).
16
+* Update `load_state_dict` for `ModelList` to support fully Bayesian models (#1395).
17
+* Add `is_one_to_many` attribute to input transforms (#1396).
18
19
+#### Bug Fixes
20
+* Fix `PairwiseGP` on GPU (#1388).
21
22
23
## [0.7.0] - Sep 7, 2022
24
25
#### Compatibility
0 commit comments