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 9955b35 commit 24178b3Copy full SHA for 24178b3
CHANGELOG.md
@@ -2,6 +2,21 @@
2
3
The release log for BoTorch.
4
5
+## [0.8.5] - May 8, 2023
6
+
7
+#### New Features
8
+* Support inferred noise in `SaasFullyBayesianMultiTaskGP` (#1809).
9
10
+#### Other Changes
11
+* More informative error message when `Standardize` has wrong batch shape (#1807).
12
+* Make GIBBON robust to numerical instability (#1814).
13
+* Add `sample_multiplier` in EUBO's `acqf_input_constructor` (#1816).
14
15
+#### Bug Fixes
16
+* Only do checks for `_optimize_acqf_sequential_q` when it will be used (#1808).
17
+* Fix an issue where `PairwiseGP` comparisons might be implicitly modified (#1811).
18
19
20
## [0.8.4] - Apr 24, 2023
21
22
#### Compatibility
0 commit comments