Releases: roocs/rook
Releases · roocs/rook
v0.8.1
v0.8.0
Changes:
- Added "average" and "average_time" operators (#191, #206).
- Removed "diff" operator (#204).
- Cleaned up workflow and tests (#205).
- Added changes for CMIP6 decadal (#202).
- Updated to daops 0.8.0 (#207).
- Updated to clisops 0.9.0 (#207).
- Updated to latest bokeh 2.4.2 in dashboard (#207).
- Updated pre-commit (#207).
- Updated pywps 4.5.2 (#203, #207).
v0.7.0
v0.6.2
v0.6.1
v0.6.0
Changes:
- Inventory urls removed from
etc/roocs.ini. Intake catalog url now lives in daops. (#175) - Intake catalog base and search functionality moved to daops. Database intake implementation remains in rook. (#175)
- Updated to roocs-utils 0.4.2.
- Updated to clisops 0.6.4.
- Updated to daops 0.6.0.
- Added initial usage process (#178)
v0.5.0
v0.4.2
v0.4.1
Changes:
- Updated pywps 4.4.1 (#162, #154, #151).
- Use pywps
storage_copy_function=link(#154). - Updated director with InvalidCollection error (#153).
- Added locust (storm) tests (#141, #149, #155).
- Updated smoke tests (#134, #137).
- Cleaned requirements (#152).
- Fixed warning in workflow yaml loaded (#142).
- Removed original files option for average and added test (#136).
v0.4.0
Changes:
- Removed cfunits, udunits2, cf-xarray and python-dateutil as dependencies.
- Use daops>=0.5.0
- Renamed axes input of
wps_average.Averageto dims - Added wps_average to work with daops.ops.average (#126)
- Fixed tests for new inventory (#127)
- Use
apply_fixes=Falsefor average (#129) - Added smoke tests (#131, #134)