Skip to content

Commit

Permalink
update version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0411jhj committed Mar 8, 2023
1 parent 5ff20ab commit 9baeeeb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
# v0.8.1 - Mar 8, 2023

### Bug Fixes
+ Fix several bugs in transfer learning.
+ Fix several bugs & improve usability of HTMLVisualizer (#58).
+ Update time limit function to support multi-platform and multi-version of python. Update API. (#59)

### API Changes
+ Optimizer: `runtime_limit` -> `max_runtime`. `time_limit_per_trial` -> `max_runtime_per_trial` (#59).

### Minor Changes
+ Update html theme for docs.


# v0.8.0 - Dec 18, 2022

## Highlights
Expand Down Expand Up @@ -27,8 +41,8 @@
+ Use GitHub Actions for CI/CD.

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


# v0.7.18 - Nov 14, 2022
Expand Down
2 changes: 1 addition & 1 deletion openbox/__init__.py
Expand Up @@ -29,7 +29,7 @@
from .utils.test_install import run_test


__version__ = version = "0.8.0"
__version__ = version = "0.8.1"


__all__ = [
Expand Down

0 comments on commit 9baeeeb

Please sign in to comment.