Releases: optuna/optunahub
Releases · optuna/optunahub
v0.4.0
What's Changed
- Bump up version by @y0z in #98
- Fix the condition for stats report to count the default
load_modulestats by @nabenabe0928 in #99 - Fix sampler tutorial by @y0z in #102
- Add conda-forge installation by @y0z in #103
- Exclude tests which use GitHub API by @fusawa-yugo in #106
- Change the internal behavior of force-reloading by @y0z in #107
- Fix typo in docs by @fusawa-yugo in #109
- Add tutorial in docs about how to use benchmarks by @fusawa-yugo in #110
- Update
READMEand docs by @y0z in #111 - Update NEWS by @y0z in #115
- Add OptunaHub citation by @nabenabe0928 in #112
- Add CITATION.cff by @y0z in #113
- Add reference to documentation by @y0z in #114
- Bump up to version number 0.4.0 by @nabenabe0928 in #117
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Backport v0.3.1 by @nabenabe0928 in #100
- Bump up to v0.3.1 by @nabenabe0928 in #101
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Bump the version up to
v0.3.0.devby @c-bata in #78 - Fix a PyPI release action by @c-bata in #79
- Update News by @y0z in #82
- Add a tutorial demonstrating how to display plots in Optuna-Dashboard by @fusawa-yugo in #81
- Enhance README by @nabenabe0928 in #89
- Add auto-generated docs to
.gitignoreby @fusawa-yugo in #90 - Introduce
costom.cssin docs by @fusawa-yugo in #92 - Consolidate documents of optunahub and optunahub-registry by @fusawa-yugo in #91
- Minor fixes in
README.mdandindex.rstby @y0z in #94 - Fix typos by @Alnusjaponica in #96
- Remove
ga4mpto deploy in anaconda environment by @fusawa-yugo in #95 - Reduce API call limit error by @kAIto47802 in #93
- Bump up version by @y0z in #97
New Contributors
- @fusawa-yugo made their first contribution in #81
- @nabenabe0928 made their first contribution in #89
- @Alnusjaponica made their first contribution in #96
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Bump up version number to v0.2.0.dev by @toshihikoyanase in #64
- Update news by @y0z in #65
- Add link to MOEA/D blog post in News by @y0z in #67
- Update news to add the AutoSampler article by @y0z in #68
- Update example in README by @y0z in #69
- Update example in
index.rsttoAutoSamplerby @kAIto47802 in #70 - Add minimum version for pygithub by @araffin in #71
- Add link to optunahub-registry by @y0z in #72
- Introduce the
optunahub.benchmarksmodule by @y0z in #73 - Fix typo by @y0z in #74
- Introduce
ConstrainedMixinby @y0z in #75 - Bump the version up to
v0.2.0by @c-bata in #77 - Backport #79: Fix a PyPI release action by @c-bata in #80
New Contributors
- @kAIto47802 made their first contribution in #70
- @araffin made their first contribution in #71
Full Changelog: v0.1.0...v0.2.0
v0.1.0
This is the release note of v0.1.0.
Code Fixes
- Refactoring
load_module(#44)
Breaking Changes
- Introduce
SimpleBaseSamplerand remove load settings propagation (#55) - Remove
registry_rootfromload_module(#56)
Migration Guide for SimpleBaseSampler
SimpleBaseSampler has been moved to optunahub.samplers.SimpleBaseSampler from the samplers/simple package in optunahub-registry. You can write your sampler using the new style as below. This change also enables the IDE to provide code completion for SimpleBaseSampler.
# Old-style
class MySampler(optunahub.load_module("samplers/simple").SimpleBaseSampler):
…
# New-style
class MySampler(optunahub.samplers.SimpleBaseSampler):
…Documentation
- Fix format of inline code in the docs (#47)
- Add next actions at the end of usage (#48)
- Make
READMEstable (#57)
CI
- Add coverage CI (#49)
- Fix
CODECOV_TOKENfor upload (#50) - Test several python versions (#51)
- Test on Mac and Windows (#52)
- Opt out analytics in CI (#53)
- Revert the changes in #53 (#60)
Others
v0.1.0-b0
This is the release note of v0.1.0-b0.
Bug Fixes
CI
- Fix CI not to deploy pages at release (#35)
Documentation
Enhancements
Installation and Dependency
- Add classifier to pyproject.toml (#31)
Others
Thanks to All the Contributors!
This release was made possible by the authors and the people who participated in the reviews and discussions.
v0.1.0-a0
This is the release note of v0.1.0-a0.
Bug Fixes
CI
- Introduce pre-commit and add checks CI (#1)
- Fix docs CI (#10)
- Add pypi auto publish (#15)
- Add workflow_dispatch to docs CI (#17)
- Allow docs deploy with workflow dispatch (#19)
- Enable scheduled upload to testpypi (#33)
Code Fixes
- Use
__future__.annotations(#2) - Remove repo_owner and repo_name from information to report (#11)
- Remove registry_root from stats (#13)
- Update report stats (#23)
Breaking Changes
- Rename load and load_local to load_module and load_module_local (#3)
- Rename load_module_local to load_local_module (#28)
Documentation
- Add notice to README (#4)
- Separete FAQ (#12)
- Add budgets to README.md (#18)
- Remove documents about
config.toml(#20) - Fill project URLs (#21)
- Add API reference (#22)
- Update docs (#25)
- Fix README.md (#26)
- Fix hyperlink (#29)
- Update Website URL (#30)
Enhancements
- Remove config file (#14)
Installation and Dependency
Others
- Add LICENSE (#7)
- Add py.typed (#9)
- Add license (#16)
- Disable Jekyll (#24)
- Bump up version to "0.1.0b0.dev" (#32)
- Bump up version (#34)
Thanks to All the Contributors!
This release was made possible by the authors and the people who participated in the reviews and discussions.