Releases: ALRhub/cw2
Releases · ALRhub/cw2
v2.5.1
What's Changed
- Fix crash when double underscore '__' is in param name by @JeyRunner in #83
New Contributors
- @JeyRunner made their first contribution in #83
Full Changelog: v2.5...v.2.5.1
v2.5
v2.4 Combinatricks
v2.3 Combinatricks
v2.2 Track De'Bugs
We can now track if the debug flag has been set.
What's Changed
- Update 03_config.md by @dapetri in #72
- Feature/horeka many reps per cpu node by @BruceGeLi in #71
- correcting typo by @dapetri in #73
- Added the debug flag as an internal parameter into the config. by @PhilippDahlinger in #74
- Version Bump by @LiXiling in #75
New Contributors
Full Changelog: v2.1.1...v2.2
Near Automata
What's Changed
- Add special WandB logging functions by @Lucas-Florin in #70
Full Changelog: v2.1.0...v2.1.1
Near Automata
Introducing automatic publishing to PyPI.
It works nearly always when you remember to increase the package version number.
What's Changed
- Dev philipp by @pbecker93 in #63
- two convenience features by @pbecker93 in #65
- added feature that in wandb config you can set the key 'enabled' by @PhilippDahlinger in #67
- Feature/non daemonic processes in scheduler by @BruceGeLi in #68
- Fix/issue66 by @LiXiling in #69
Full Changelog: v2.0.1...v2.1.0
Public Servant
Public Release as found on pip
Long overdue as we forgot to mark a Github release accompanying the pip release.
What's Changed
- Beta by @LiXiling in #52
- Origin/horeka scheduler by @pbecker93 in #53
- wandb jobnames are now more concise by @OlegArenz in #54
- add logging interval in wandb as one optional parameter by @BruceGeLi in #56
- add a feature of logging model from a local directory by @BruceGeLi in #57
- created optional flag 'use_group_parameters' to enable Olegs parameter grouping. by @PhilippDahlinger in #60
- Cleaned up the initialization method. by @PhilippDahlinger in #61
- Fix WandBLogger for AbstractExperiment by @Lucas-Florin in #62
New Contributors
- @OlegArenz made their first contribution in #54
- @Lucas-Florin made their first contribution in #62
Full Changelog: v1.2.3...v2.0.0
Dead Gods
New Features due to "popular" demand:
- ablative option joins grid/list. This option can be freely combined with the other two and might help estimate the effect of a specific hyperparameter on its own. See https://github.com/ALRhub/cw2/blob/beta/doc/03_config.md#3121-ablative-parameter-search
- Import of External YAML files. You can now create a full fledged inheritance tree with your experiment configurations. See https://github.com/ALRhub/cw2/blob/beta/doc/03_config.md#314-importing-external-yaml-files for a very short explanation.
- Dead God(-Class). Due to these changes I performed the long overdue refactoring of the cw_config.py godlike class.
Hitchhiker's Guide to CW2
- change combined
grid
andlist
solution - updated doc
- include simple tests for
grid
andlist