Skip to content

Releases: ALRhub/cw2

v2.5.1

Choose a tag to compare

@LiXiling LiXiling released this 16 Feb 11:43
7a7b8a2

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

Choose a tag to compare

@LiXiling LiXiling released this 17 Jan 12:58
543fc49

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

Choose a tag to compare

@LiXiling LiXiling released this 10 Oct 07:45
d156353

What's Changed

New Contributors

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

v2.3 Combinatricks

Choose a tag to compare

@LiXiling LiXiling released this 05 May 09:06
2370b3c

What's Changed

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

v2.2 Track De'Bugs

Choose a tag to compare

@LiXiling LiXiling released this 24 Apr 13:12
31b73fc

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

Choose a tag to compare

@LiXiling LiXiling released this 22 Feb 09:18
9fbbc71

What's Changed

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

Near Automata

Choose a tag to compare

@LiXiling LiXiling released this 20 Jan 13:31

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

Choose a tag to compare

@LiXiling LiXiling released this 20 Jan 11:10

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

Choose a tag to compare

@LiXiling LiXiling released this 06 Jul 13:29

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

Choose a tag to compare

@LiXiling LiXiling released this 18 May 10:26
  • change combined grid and list solution
  • updated doc
  • include simple tests for grid and list