File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 2929from .utils .test_install import run_test
3030
3131
32- __version__ = version = "0.8.0 "
32+ __version__ = version = "0.8.1 "
3333
3434
3535__all__ = [
You can’t perform that action at this time.
0 commit comments