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 nowPEP 517 <https://peps.python.org/pep-0517/>
_ andPEP 621 <https://peps.python.org/pep-0621/>
_ compliant, using theflit <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.