Experiment IDs and Branching
Notable changes
This release adds support for Experiment UUIDs and marks a major change in the way payu
names the work
and archive
laboratory directories to support Experiment IDs and git branching. The naming scheme incorporates a portion of the experiment ID and the git branch name which prevents namespace clashes, and allows experiments with the same name to co-exist. More importantly it means git branches can be utilised seamlessly as independent experiments.
As a result the minor version has been incremented: the changes are backward compatible, but from now on by default new experiments will use the new naming scheme.
What's Changed
- Adding experiment uuid, metadata and branch support by @jo-basevi in #384
Full Changelog: 1.0.30...1.1