Skip to content

Releases: cedadev/nappy

v2.0.3

06 Feb 15:26
595bddc
Compare
Choose a tag to compare

What's Changed

  • Updated version from v2.0.2 to v2.0.3
  • Fixed import error that caused pip install to fail.

v2.0.2

10 Mar 11:08
9f0f36e
Compare
Choose a tag to compare

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.

v2.0.1

28 Sep 07:41
Compare
Choose a tag to compare

Release v2.0.1 (28/09/2021)

Bug Fix

  • Added requirements_dev.txt to manifest file because it is read by setup.py.

v2.0.0

27 Sep 21:18
Compare
Choose a tag to compare

Release v2.0.0 (27/09/2021)

New Features

  • Changed nc_interface sub-package to rely on xarray instead of cdms2.
  • Added unit tests for all new code in tests
    • Run tests with: pytest tests

v1.1.4

13 Oct 05:21
Compare
Choose a tag to compare

First release in GitHub.