Skip to content

Commit

Permalink
Version 1.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallward committed Oct 11, 2023
1 parent aefff05 commit 21db6a7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
1.4.4:
- Bugfix: patch() and update() now work with Cogroups. To specify a
particular cogroup, use the `_index` meta key in the patch. Otherwise,
the patch is applied to all members of the cogroup.
Thanks to @mandresm and @seb-wahl for reporting and collaborating on the
design.
- Multidimensional negative index support
- patch no longer pops off values applied to the namelist
Thanks to Armin Corbin and Claire Carouge for reporting.
- Improved NumPy (and xarray) compatibility through introduction
Thanks to Liam Pattinson for contributing this fix.

1.4.3:
- Bugfix: Cogroup namelist initialization from a cogroup was fixed.
Thanks to Rasmus Fogh for reporting.

Expand Down
2 changes: 1 addition & 1 deletion f90nml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from f90nml.namelist import Namelist
from f90nml.parser import Parser

__version__ = '1.4.3'
__version__ = '1.4.4'


def read(nml_path):
Expand Down

0 comments on commit 21db6a7

Please sign in to comment.