Changelog

Unreleased

24.4.1 (2024-04-19)

This release contains a large generalisation of the CSET workflow, allowing use of templating to use the same recipe for multiple variables. It also adds cycling to the workflow, so a long workflow can be efficiently processed in parallel.

24.2.1 (2024-03-04)

A small bug fix release containing several fixes that ensure portability on Australia’s NCI system.

24.2.0 (2024-02-13)

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.

0.5.0 (2023-11-24)

Small update featuring some better looking plots (though still a work-in-progress, see Issue #240) and a documentation fix.

0.4.0 (2023-11-23)

Containing many months of work, this release contains many usability improvements, new generic operators, and a big change to the output, where it is now generated as handily viewable HTML pages.

0.3.0 (2023-08-02)

This release contains some major changes to the user experience. This includes many of the CLI commands changing names, and the CSET Documentation being completely restructured. Hopefully this should be the last major reshuffle of the user experience, as we are getting closers to being feature complete for our MVP.

Other highlights include the addition of the cset graph command for visualising recipes, and the cset cookbook command for dumping the built in recipes to disk.

0.2.0 (2023-06-16)

Lots of good work in the release towards making the recipe format more usable.

0.1.0 (2023-04-24)

The first release of CSET! 🎉 This release contains basic operators to do reading, writing, filtering, and plotting of data. It is however still quite limited in each of them, and still doesn’t promise much in the way of API stability, with things undoubtedly going to undergo significant change in the near future.

This release also serves as a basis for packaging CSET out into the wider world; packages will be released on PyPI, and conda-forge.