From 37f63055bab6b76671b79b82cf2f4fdc80d26dea Mon Sep 17 00:00:00 2001 From: Abel Aoun Date: Fri, 16 Feb 2024 12:46:47 +0100 Subject: [PATCH] DOC: document changes --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba985f..0d4195d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 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) ================== @@ -13,7 +15,7 @@ - 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) ==================