File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 22
33The release log for BoTorch.
44
5+ ## [ 0.2.1] - Jan 15, 2020
6+
7+ Minor bug fix release.
8+
9+ #### New Features
10+ * Add a static method for getting batch shapes for batched MO models (#346 ).
11+
12+ #### Bug fixes
13+ * Revamp qKG constructor to avoid issue with missing objective (#351 ).
14+ * Make sure MVES can support sampled costs like KG (#352 ).
15+
16+ #### Other changes
17+ * Allow custom module-to-array handling in fit_gpytorch_scipy (#341 ).
18+
19+
520## [ 0.2.0] - Dec 20, 2019
621
7- Max-value entropy acqusition function, cost-aware / multifidelity optimization,
22+ Max-value entropy acquisition function, cost-aware / multi-fidelity optimization,
823subsetting models, outcome transforms.
924
1025#### Compatibility
Original file line number Diff line number Diff line change 1919from .utils import manual_seed
2020
2121
22- __version__ = "0.2.0 "
22+ __version__ = "0.2.1 "
2323
2424
2525__all__ = [
You can’t perform that action at this time.
0 commit comments