Skip to content

Commit

Permalink
Version 0.2.5 (#445)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #445

Release 0.2.5

Reviewed By: ldworkin

Differential Revision: D21574340

fbshipit-source-id: f3751a1d69eb669886e3b343d313a5890c089332
  • Loading branch information
Balandat authored and facebook-github-bot committed May 14, 2020
1 parent 6e02eb1 commit 8ca4ac2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
The release log for BoTorch.


## [0.2.5] - May 14, 2020

Bugfix Release

#### Bug fixes
* Fixed issue with broken wheel build (#444).

#### Other changes
* Changed code style to use absolute imports throughout (#443).


## [0.2.4] - May 12, 2020

Bugfix Release
Expand Down
2 changes: 1 addition & 1 deletion botorch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from botorch.utils import manual_seed


__version__ = "0.2.4"
__version__ = "0.2.5"


__all__ = [
Expand Down

0 comments on commit 8ca4ac2

Please sign in to comment.