Commit 8cc6e33
Release 0.17.1 - Bump pinned gpytorch and linear_operator versions
Summary:
[botorch] Release 0.17.1 - Bump pinned gpytorch and linear_operator versions
This diff prepares the 0.17.1 release of BoTorch with the following changes:
**Bug Fixes**
- Fix BAxUS bugs (meta-pytorch#3204)
- Fix q-dim bug in `ScalarizedPosteriorMean` (meta-pytorch#3191)
- Project `candidate_set` in `qMultiFidelityMaxValueEntropy.__init__` (meta-pytorch#3205)
**Other Changes**
- Make `d` and `target_fidelities` required in `project_to_target_fidelity` (meta-pytorch#3203)
- Add test harness infrastructure for acquisition function testing (meta-pytorch#3190, meta-pytorch#3192)
- Fix typos and docstring issues across botorch (meta-pytorch#3211)
- Fix docstring issues in analytic acquisition functions (meta-pytorch#3208)
**Compatibility**
- Require GPyTorch>=1.15.2 and linear_operator>=0.6.1
Differential Revision: D952247161 parent ad68879 commit 8cc6e33
2 files changed
Lines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
5 | 24 | | |
6 | 25 | | |
7 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments