Tags give the ability to mark specific points in history as being important
-
2025.06.0
Release: 2025.06.084f66607 · ·Features --------- - Custom loaders can now be specified in pipelines - Pressure interpolation method added to processors (requires numba and scipy) - `cell_area` method has been added - simplified `dag` syntax in pipelines - Pipelines now supports lists in `reuse` keyword - Pipelines outputs can now be merged into a single file Bug Fixes ---------- - `open_mfdataset` now logs and raises errors - `metadata` fixes - `chunks` fixes to support `xr.chunk` application - Fixes for `name` issues when used in `dag` in pipelines
-
2025.01.2
Release: 2025.01.2df357777 · ·- fix bug where variable present in multiple pipelines can cause problems if `destination: null` - fix bug CLI bug where `canproc-pipeline` was crashing on directory creation - fix bug where `reuse` was not working on computed variables - fix example pipeline in docs
-
2025.01.1
Release: 2025.01.13a31fec8 · ·- simplify syntax in the yaml file remove computed tag - fix `destination` keyword so it actually works - allow `compute` and `dag` in the same stage - store node for output when write occurs to avoid removal during dag optimization - fix in DaskRunner to support using `dask.distributed`