File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
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.2.2] - Mar 6, 2020
6
+
7
+ Require PyTorch 1.4, Python 3.7 and new features for active learning,
8
+ multi-fidelity optimization, and a number of bug fixes.
9
+
10
+ #### Compatibility
11
+ * Require PyTorch >=1.4 (#379 ).
12
+ * Require Python >=3.7 (#378 ).
13
+
14
+ #### New Features
15
+ * Add ` qNegIntegratedPosteriorVariance ` for Bayesian active learning (#377 ).
16
+ * Add ` FixedNoiseMultiFidelityGP ` , analogous to ` SingleTaskMultiFidelityGP ` (#386 ).
17
+ * Support ` scalarize_posterior ` for m>1 and q>1 posteriors (#374 ).
18
+ * Support ` subset_output ` method on multi-fidelity models (#372 ).
19
+ * Add utilities for sampling from simplex and hypersphere (#369 ).
20
+
21
+ #### Bug fixes
22
+ * Fix ` TestLoader ` local test discovery (#376 ).
23
+ * Fix batch-list conversion of ` SingleTaskMultiFidelityGP ` (#370 ).
24
+ * Validate tensor args before checking input scaling for more
25
+ informative error messaages (#368 ).
26
+ * Fix flaky ` qNoisyExpectedImprovement ` test (#362 ).
27
+ * Fix test function in closed-loop tutorial (#360 ).
28
+ * Fix num_output attribute in BoTorch/Ax tutorial (#355 ).
29
+
30
+ #### Other changes
31
+ * Require output dimension in ` MultiTaskGP ` (#383 ).
32
+ * Update code of conduct (#380 ).
33
+ * Remove deprecated ` joint_optimize ` and ` sequential_optimize ` (#363 ).
34
+
35
+
5
36
## [ 0.2.1] - Jan 15, 2020
6
37
7
38
Minor bug fix release.
Original file line number Diff line number Diff line change 19
19
from .utils import manual_seed
20
20
21
21
22
- __version__ = "0.2.1 "
22
+ __version__ = "0.2.2 "
23
23
24
24
25
25
__all__ = [
You can’t perform that action at this time.
0 commit comments