Skip to content

Commit 705fbeb

Browse files
sdaultonfacebook-github-bot
authored andcommitted
Release v0.2.1 (#353)
Summary: Pull Request resolved: #353 Update changelog, bump version number Reviewed By: Balandat Differential Revision: D19422175 fbshipit-source-id: 66306133241030c79403088d049d4b0ee2adde15
1 parent e07f5bd commit 705fbeb

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,24 @@
22

33
The 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,
823
subsetting models, outcome transforms.
924

1025
#### Compatibility

botorch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from .utils import manual_seed
2020

2121

22-
__version__ = "0.2.0"
22+
__version__ = "0.2.1"
2323

2424

2525
__all__ = [

0 commit comments

Comments
 (0)