Releases: cedadev/nappy
Releases · cedadev/nappy
v2.0.3
v2.0.2
v2.0.2 (10/03/2022)
Bug Fixes
- Fixed bugs in
getAuxVariable()andgetAuxVariables()
New Features
- Option to supply a custom parser function to split variable names from units:
- Implemented using
var_and_units_patternas an attribute with a@setterwhich can
be modified after creating theNAFileobject withopenNAFile.
- Implemented using
Breaking Changes
- Removed support for Python3.6.
v2.0.1
Release v2.0.1 (28/09/2021)
Bug Fix
- Added
requirements_dev.txtto manifest file because it is read bysetup.py.
v2.0.0
Release v2.0.0 (27/09/2021)
New Features
- Changed
nc_interfacesub-package to rely onxarrayinstead ofcdms2. - Added unit tests for all new code in
tests- Run tests with:
pytest tests
- Run tests with:
v1.1.4
First release in GitHub.