File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The release log for BoTorch.
4
4
5
+ ## [ 0.7.0] - Sep 7, 2022
6
+
7
+ #### Compatibility
8
+ * Require python >= 3.8 (via #1347 ).
9
+ * Support for python 3.10 (via #1379 ).
10
+ * Require PyTorch >= 1.11 (via (#1363 ).
11
+ * Require GPyTorch >= 1.9.0 (#1347 ).
12
+ * GPyTorch 1.9.0 is a major refactor that factors out the lazy tensor
13
+ functionality into a new ` LinearOperator ` library, which required
14
+ a number of adjustments to BoTorch (#1363 , #1377 ).
15
+ * Require pyro >= 1.8.2 (#1379 ).
16
+
17
+ #### New Features
18
+ * Add ability to generate the features appended in the ` AppendFeatures ` input
19
+ transform via a generic callable (#1354 ).
20
+ * Add new synthetic test functions for sensitivity analysis (#1355 , #1361 ).
21
+
22
+ #### Other Changes
23
+ * Use ` time.monotonic() ` instead of ` time.time() ` to measure duration (#1353 ).
24
+ * Allow passing ` Y_samples ` directly in ` MARS.set_baseline_Y ` (#1364 ).
25
+
26
+ #### Bug Fixes
27
+ * Patch ` state_dict ` loading for ` PairwiseGP ` (#1359 ).
28
+ * Fix ` batch_shape ` handling in ` Normalize ` and ` InputStandardize ` transforms (#1360 ).
29
+
30
+
5
31
## [ 0.6.6] - Aug 12, 2022
6
32
7
33
#### Compatibility
You can’t perform that action at this time.
0 commit comments