Skip to content

Commit 8ca4ac2

Browse files
Balandatfacebook-github-bot
authored andcommitted
Version 0.2.5 (#445)
Summary: Pull Request resolved: #445 Release 0.2.5 Reviewed By: ldworkin Differential Revision: D21574340 fbshipit-source-id: f3751a1d69eb669886e3b343d313a5890c089332
1 parent 6e02eb1 commit 8ca4ac2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
The release log for BoTorch.
44

55

6+
## [0.2.5] - May 14, 2020
7+
8+
Bugfix Release
9+
10+
#### Bug fixes
11+
* Fixed issue with broken wheel build (#444).
12+
13+
#### Other changes
14+
* Changed code style to use absolute imports throughout (#443).
15+
16+
617
## [0.2.4] - May 12, 2020
718

819
Bugfix Release

botorch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from botorch.utils import manual_seed
2424

2525

26-
__version__ = "0.2.4"
26+
__version__ = "0.2.5"
2727

2828

2929
__all__ = [

0 commit comments

Comments
 (0)