Releases: SIAnalytics/siatune
Releases · SIAnalytics/siatune
v0.4.0rc1
What's Changed
- Don't use args.exp_name by @KKIEEK in #139
- [Enhance] Add support for dict input in Choice by @KKIEEK in #138
- Add openmim in requirements/runtime by @KKIEEK in #145
- [Feature] Support trial name template by @KKIEEK in #146
- Bump v0.4.0rc1 by @KKIEEK in #147
Full Changelog: v0.4.0rc0...v0.4.0rc1
v0.4.0rc0
Release v0.3.0
What's Changed
- [Enhancement] Use openmim in dockerfile by @KKIEEK in #107
- [Refactor] Change the directory hierarchy by @KKIEEK in #110
- Fix indent by @KKIEEK in #113
- Replace
ray[default]
withray[tune]
by @KKIEEK in #112 - [Refactor] builder for search_alg and scheduler by @KKIEEK in #114
- [Fix] Fix duplicate register for searchers by @nijkah in #116
- Add config for Optuna by @KKIEEK in #111
- Add config for MedianStoppingRule by @KKIEEK in #115
- Add test code for trial schedulers by @KKIEEK in #117
- Rename MMTask and BackendConfig by @KKIEEK in #119
- Add configs for Blend and CFO by @KKIEEK in #120
- Bump ray from v2.1.0 to v2.2.0 by @KKIEEK in #121
- [Refactor] Task and Tune API by @KKIEEK in #118
- [Refactor] Support MMEngine-based & MMCV-based by @nijkah in #108
- [Feature] Add support for importing custom modules by @KKIEEK in #126
- [Refactor] test codes by @KKIEEK in #124
- [Enhance] Support MIM trainable by @yhna940 in #125
- Bump v0.3.0 by @yhna940 in #127
Full Changelog: v0.2.0...v0.3.0
Release v0.2.0
Highlights
- (BC Breaking) Upgrade ray from 1.9.1 to 2.1.0. Now
ray<2.0.0
is not supported. - Support MMEditing task
- Support HyperBand and BOHB scheduler
New Features & Enhancements
- [Refactor] Upgrade ray from 1.9.1 to 2.1.0 by @KKIEEK in #81
- Support MMEditing task by @KKIEEK in #105
- [Feature] Support HyperBand and BOHB scheduler by @KKIEEK in #101
- [CI] Use Codecov by @KKIEEK in #69
- [Fix] build_space to support (list, typle) type values by @yhna940 in #73
- [Support] comparison between normal objects and objects in container by @yhna940 in #87
- Bump mlflow from 1.21.0 to 1.23.1 in /requirements by @dependabot in #77
- [Feature] Add
--cfg-options
argument for run script by @KKIEEK in #103
Bug Fixes
- Fix condition for publishing by @nijkah in #67
- [CI] Delete Docker CI by @nijkah in #68
- [Fix] Continuous function numerical error by @yhna940 in #80
- [CI] Update lint workflow by @KKIEEK in #74
- Fix the version of the search algorithm by @yhna940 in #75
- [Fix] minor bug in nevergrad import err by @yhna940 in #76
- [Fix] CI workflow not to run when pr is draft by @yhna940 in #88
- [Fix] Fix choice space to handle case where no alias is set by @yhna940 in #79
- [Fix] Fix CI check for Draft PR by @yhna940 in #89
- [CI] Fix build installation by @KKIEEK in #94
- [Fix] Install scikit-learn instead of deprecated sklearn by @KKIEEK in #99
Docs
- Add Citation by @nijkah in #66
- Prune configs by @KKIEEK in #70
- [Add] docs for scheduling alg by @yhna940 in #85
- Update docs/get_started.md by @KKIEEK in #92
- [Add] pr templates by @yhna940 in #95
- [Docs] Update get_started.md by @KKIEEK in #98
New Contributors
- @dependabot made their first contribution in #77
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- [Fix] protobuf requirements by @nijkah in #45
- Support ray logger callbacks by @KKIEEK in #31
- [Fix] mmcls tuning config by @KKIEEK in #46
- [Feature] Support entry point by @nijkah in #52
- Fix checkpoint bug & Support PBT by @yhna940 in #53
- Refactor spaces by @KKIEEK in #54
- Specify resource allocation & support grid search space by @yhna940 in #55
- [Fix] Reporting error when using DDP by @yhna940 in #57
- Refact minor by @yhna940 in #56
- [Feature] Support HyperOpt and FLAML search algorithms by @KKIEEK in #60
- [Delete] Trust region algorithms by @nijkah in #63
- [Add] Copyright by SI-Analytics by @nijkah in #61
- Rename to SIATune by @nijkah in #64
Full Changelog: v0.0.1...v0.1.0
v0.0.1
What's Changed
- Fix workflow by @yhna940 in #2
- Test/ci by @yhna940 in #3
- Fix typo by @KKIEEK in #4
- Feature/task conifg by @yhna940 in #5
- Test/cicd by @yhna940 in #6
- Test/mmseg by @yhna940 in #7
- Rename congtext variable by @yhna940 in #8
- Fix sgd param by @yhna940 in #9
- Fix mmseg tune cfg file by @yhna940 in #10
- Feature/mmseg tune by @yhna940 in #11
- Hotfix/gpus ddp by @yhna940 in #12
- Hotfix/gpus ddp by @yhna940 in #13
- Test/instance by @yhna940 in #14
- Fix lint by @yhna940 in #15
- Feature/lint by @yhna940 in #16
- Feature/lint by @yhna940 in #17
- [Feature] add MMDetection codebase by @nijkah in #19
- [Enhancement] delete redundant argparse config by @yhna940 in #24
- [Docs] README by @nijkah in #23
- [Refactor] argument logic by @KKIEEK in #27
- [Fix] mmdet with version >=2.24.1 by @KKIEEK in #29
- [Fix] typo black box by @KKIEEK in #30
- [Enhancement] Unit Test by @nijkah in #25
- [Feature] Add MMClassification by @nijkah in #34
- [Docs] Update README for mmcls by @nijkah in #35
- [Upgrade] mmcv to 1.4.7 by @nijkah in #37
- [Refact] context rewrite by @yhna940 in #38
- [Enhancement] Improve test coverage by @yhna940 in #39
- Fix minor refactoring by @yhna940 in #42
- [Feature] Add Trust-region algorithm searcher by @yhna940 in #33
- Add load rewriter by @yhna940 in #43
New Contributors
Full Changelog: https://github.com/SIAnalytics/mmtune/commits/v0.0.1