CSET v24.2.0 (2024-02-13)
With this release we have switched to CalVer for our versioning scheme. This makes it easier to know if you are using an out-of-date version,and saves us from always being on version 0.X
. We are using the format YY.MM.patch
, e.g.: 24.2.0
.
This release open sources the cylc workflow, allowing for much easier running of CSET over large datasets. It also includes support for parametrising recipes to allow a single recipe to work for many cases. Information on how to use both of these things can be found in the documentation.
Finally, a bug where the recipes were not being packaged has also been fixed (9c6f05d).
Happy pancake day! 🥞
What's Changed
Along with updating dependencies the following PRs are included in this release.
- Open source workflow by @jfrost-mo in #247
- CAPE ratio diagnostic by @daflack in #325
- CAPE ratio rose edit tweak by @daflack in #332
- Minor bug fix to cape ratio documentation by @daflack in #336
- Use cached conda environment for CI by @jfrost-mo in #351
- Single cube read operator by @jfrost-mo in #323
- Hash updated config ensuring unique branch by @jfrost-mo in #350
- Add filter_multiple_cubes operator by @jfrost-mo in #362
- Test exception for invalid output directory by @jfrost-mo in #364
- Test no constraints given to filter_multiple_cubes by @jfrost-mo in #363
- Update workflow-installation.rst by @Sylviabohnenstengel in #365
- Recipe parametrisation by @jfrost-mo in #337
- Fix crash when running recipe from env var by @jfrost-mo in #384
Full Changelog: v0.5.0...v0.6.0