Commit 6e3fcb7
Release 0.17.1 - Bump pinned gpytorch and linear_operator versions (#3214)
Summary:
Pull Request resolved: #3214
[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 (#3204)
- Fix q-dim bug in `ScalarizedPosteriorMean` (#3191)
- Project `candidate_set` in `qMultiFidelityMaxValueEntropy.__init__` (#3205)
**Other Changes**
- Make `d` and `target_fidelities` required in `project_to_target_fidelity` (#3203)
- Add test harness infrastructure for acquisition function testing (#3190, #3192)
- Fix typos and docstring issues across botorch (#3211)
- Fix docstring issues in analytic acquisition functions (#3208)
**Compatibility**
- Require GPyTorch>=1.15.2 and linear_operator>=0.6.1
Reviewed By: saitcakmak
Differential Revision: D95224716
fbshipit-source-id: 311d7abe2b389ee62df4eeaf3951d2c90733eee51 parent ad68879 commit 6e3fcb7
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