Skip to content

Commit

Permalink
Merge pull request #58 from cedadev/v2.0.2rc
Browse files Browse the repository at this point in the history
Updated version: 2.0.2
  • Loading branch information
agstephens authored Mar 10, 2022
2 parents fd143b1 + 486fb1a commit 9f0f36e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
Version History
===============

v2.0.2 (pending release)
------------------------
v2.0.2 (10/03/2022)
-------------------

Bug Fixes
^^^^^^^^^
* Fixed bugs in getAuxVariable() and getAuxVariables()
* Fixed bugs in `getAuxVariable()` and `getAuxVariables()`

New Features
^^^^^^^^^^^^
* Option to supply a custom parser function to split variable names from units
* 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/09/2021)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion nappy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '2.0.1'
__version__ = '2.0.2'

from nappy.nappy_api import *

0 comments on commit 9f0f36e

Please sign in to comment.