-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Pull Request resolved: #387 Release new BoTorch version 0.2.2 Reviewed By: Balandat Differential Revision: D20310561 fbshipit-source-id: ae7df68bb5a11b02db9a458a2da962a1041a2950
- Loading branch information
1 parent
a36c2e6
commit 6a5be97
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
from .utils import manual_seed | ||
|
||
|
||
__version__ = "0.2.1" | ||
__version__ = "0.2.2" | ||
|
||
|
||
__all__ = [ | ||
|