Skip to content

Releases: ALRhub/cw2

v2.5.1

16 Feb 11:43
7a7b8a2
Compare
Choose a tag to compare

What's Changed

  • Fix crash when double underscore '__' is in param name by @JeyRunner in #83

New Contributors

Full Changelog: v2.5...v.2.5.1

v2.5

17 Jan 12:58
543fc49
Compare
Choose a tag to compare

What's Changed

  • Transformed group_id option into prefix_with_timestamp (-t), which... by @Flunzmas in #82

Full Changelog: v2.4...v2.5

v2.4 Combinatricks

10 Oct 07:45
d156353
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3...v2.4

v2.3 Combinatricks

05 May 09:06
2370b3c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2...v2.3

v2.2 Track De'Bugs

24 Apr 13:12
31b73fc
Compare
Choose a tag to compare

We can now track if the debug flag has been set.

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2

Near Automata

22 Feb 09:18
9fbbc71
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

Near Automata

20 Jan 13:31
Compare
Choose a tag to compare

Introducing automatic publishing to PyPI.
It works nearly always when you remember to increase the package version number.

What's Changed

Full Changelog: v2.0.1...v2.1.0

Public Servant

20 Jan 11:10
Compare
Choose a tag to compare

Public Release as found on pip

Long overdue as we forgot to mark a Github release accompanying the pip release.

What's Changed

New Contributors

Full Changelog: v1.2.3...v2.0.0

Dead Gods

06 Jul 13:29
Compare
Choose a tag to compare

New Features due to "popular" demand:

  1. 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
  2. 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.
  3. 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

18 May 10:26
Compare
Choose a tag to compare
  • change combined grid and list solution
  • updated doc
  • include simple tests for grid and list