From 36826385b8efb8432f619dd54fc5cd20a9d94900 Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Tue, 8 Oct 2024 11:10:01 +0100 Subject: [PATCH] Fix unknown param in grib namespaces --- docs/release_notes/version_0.10_updates.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/release_notes/version_0.10_updates.rst b/docs/release_notes/version_0.10_updates.rst index 778d12c8..d085b94f 100644 --- a/docs/release_notes/version_0.10_updates.rst +++ b/docs/release_notes/version_0.10_updates.rst @@ -1,6 +1,16 @@ Version 0.10 Updates ///////////////////////// +Version 0.10.7 +=============== + +Fixes +++++++ + +- When "param" or "shortName" in a namespace is "~" in the GRIB header :func:`metadata` now returns the value of "paramId" as a str for both these keys in the relevant namespaces. Previously "~" was returned. + + +Version 0.9.0 Version 0.10.4 ===============