Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@Zeitsperre Zeitsperre released this 19 Jun 15:18
· 164 commits to main since this release
5b1c519

Contributors to this version: Juliette Lavoie (juliettelavoie), Trevor James Smith (@Zeitsperre).

New features

  • Added support for collecting and converting ptype ECMWF ERA5 variable.
  • A new "_frequency": true toggle for returning the output frequency of converted data.
  • Added a new JSON template for NEX-GDDP-CMIP6 datasets.
  • miranda is now PEP 517 <https://peps.python.org/pep-0517/>_ and PEP 621 <https://peps.python.org/pep-0621/>_ compliant, using the flit <https://flit.pypa.io/en/stable/>_ backend.

Internal changes

  • Various fixes to existing docstrings.
  • Time frequency checks are more resilient when converting Monthly time-step data.
  • Masking and regridding of datasets when running convert_dataset is now optional or automatic.
  • Updated templates to newest API.
  • Created a gis recipe for exclusively installing GIS libraries.
  • Removed many unneeded dependencies, cleaned up Makefile.
  • All public-facing functions now contain at least a minimal docstring for documentation generation.