Skip to content

Commit

Permalink
DOC: document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Aoun committed Feb 16, 2024
1 parent 9dbac71 commit 37f6305
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
Before this version, all groups were read, but conflicting variable names in-between groups would shadow data. Now, similarly to xarray ``open_dataset``, ``open_ncml`` accepts an optional ``group`` argument to specify which group should be read. When ``group`` is not specified, it defaults to the root group. Additionally ``group`` can be set to ``'*'`` so that every group is read and the hierarchy is flattened. In the event of conflicting variable/dimension names across groups, the conflicting name will be modified by appending ``'__n'`` where n is incremented.
- Enums are no longer transformed into CF flag_values and flag_meanings attributes, instead they are stored in the ``encoding["dtype"].metadata`` of their respective variable. This is aligned with what is done on xarray v2024.01.0

- [fix] scalar attributes that are not strings are no longer wrapped in a tuple of length 1.

0.4.0 (2024-01-08)
==================

- Add support for <EnumTypeDef>. By @bzah
- Update XSD schema and dataclasses to latest version from netcdf-java to add support
for unsigned types. By @bzah
- Add support for scalar variables. By @Bzah
- [fix] empty attributes now are parsed into an empty string instead of crashing the parser. By @Bzah
- [fix] empty attributes are now parsed into an empty string instead of crashing the parser. By @Bzah

0.3.1 (2023-11-10)
==================
Expand Down

0 comments on commit 37f6305

Please sign in to comment.