We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e02eb1 commit 8ca4ac2Copy full SHA for 8ca4ac2
CHANGELOG.md
@@ -3,6 +3,17 @@
3
The release log for BoTorch.
4
5
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
17
## [0.2.4] - May 12, 2020
18
19
Bugfix Release
botorch/__init__.py
@@ -23,7 +23,7 @@
23
from botorch.utils import manual_seed
24
25
26
-__version__ = "0.2.4"
+__version__ = "0.2.5"
27
28
29
__all__ = [
0 commit comments