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.