Skip to content

Commit 9baeeeb

Browse files
committed
update version 0.8.1
1 parent 5ff20ab commit 9baeeeb

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v0.8.1 - Mar 8, 2023
2+
3+
### Bug Fixes
4+
+ Fix several bugs in transfer learning.
5+
+ Fix several bugs & improve usability of HTMLVisualizer (#58).
6+
+ Update time limit function to support multi-platform and multi-version of python. Update API. (#59)
7+
8+
### API Changes
9+
+ Optimizer: `runtime_limit` -> `max_runtime`. `time_limit_per_trial` -> `max_runtime_per_trial` (#59).
10+
11+
### Minor Changes
12+
+ Update html theme for docs.
13+
14+
115
# v0.8.0 - Dec 18, 2022
216

317
## Highlights
@@ -27,8 +41,8 @@
2741
+ Use GitHub Actions for CI/CD.
2842

2943
### Bug Fixes
30-
* Fix error return type of generic advisor and update sampler (Thanks @yezoli) (#44).
31-
* Consider constraints in plot_convergence (#47).
44+
+ Fix error return type of generic advisor and update sampler (Thanks @yezoli) (#44).
45+
+ Consider constraints in plot_convergence (#47).
3246

3347

3448
# v0.7.18 - Nov 14, 2022

openbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from .utils.test_install import run_test
3030

3131

32-
__version__ = version = "0.8.0"
32+
__version__ = version = "0.8.1"
3333

3434

3535
__all__ = [

0 commit comments

Comments
 (0)