Skip to content

v2.0.2

Compare
Choose a tag to compare
@agstephens agstephens released this 10 Mar 11:08
· 19 commits to main since this release
9f0f36e

v2.0.2 (10/03/2022)

Bug Fixes

  • Fixed bugs in getAuxVariable() and getAuxVariables()

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 the NAFile object with openNAFile.

Breaking Changes

  • Removed support for Python3.6.