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_pattern
as an attribute with a@setter
which can
be modified after creating theNAFile
object 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.txt
to manifest file because it is read bysetup.py
.
v2.0.0
Release v2.0.0 (27/09/2021)
New Features
- Changed
nc_interface
sub-package to rely onxarray
instead 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.