Skip to content

v0.4.0

Compare
Choose a tag to compare
@ellesmith88 ellesmith88 released this 10 Nov 15:01
· 863 commits to master since this release

v0.4.0 (2020-11-5)

Adding new features, updating doc strings and documentation and inclusion of static type support.

Breaking Changes

  • clisops now requires udunits2>=2.2.
  • roocs-utils>=0.1.4 is now required.
  • space parameter of clisops.ops.subset renamed to area.
  • chunk_rules parameter of clisops.ops.subset renamed to split_method.
  • filenamer parameter of clisops.ops.subset renamed to file_namer.

New Features

  • subset_level added.
  • PR template.
  • Config file now exists at clisops.etc.roocs.ini. This can be overwritten by setting the environment variable
    ROOCS_CONFIG to the file path of a config file.
  • Static typing added to subset operation function.
  • info and debugging are now logged rather than printed.
  • Notebook of examples for subset operation added.
  • split_method implemented to split output files by if they exceed the memory limit provided in
    clisops.etc.roocs.ini named file_size_limit.
    Currently only the time:auto exists which splits evenly on time ranges.
  • file_namer implemented in clisops.ops.subset. This has simple and standard options.
    simple numbers output files whereas standard names them according to the input dataset.
  • Memory usage when completing the subsetting operation is now managed using dask chunking. The memory limit for
    memory usage for this process is set in clisops.etc.roocs.ini under chunk_memory_limit.

Bug Fixes

  • Nudging time values to nearest available in dataset to fix a bug where subsetting failed when the exact date
    did not exist in the dataset.

Other Changes

  • cfunits dependency removed - not needed.
  • requirements.txt and environment.yml synced.
  • Documentation updated to include API.
  • Read the docs build now tested in CI pipeline.
  • md files changed to rst.
  • tests now use mini-esgf-data by default.