From a38a98f542208205b52c34a8194da60e353411e6 Mon Sep 17 00:00:00 2001 From: Uwe Schulzweida <uwe.schulzweida@mpimet.mpg.de> Date: Tue, 15 Aug 2023 09:08:09 +0200 Subject: [PATCH] Docu update --- ChangeLog | 4 ++++ NEWS | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 47636416f..7baea9621 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2023-08-15 Uwe Schulzweida + + * Version 2.2.4 released + 2023-08-10 Uwe Schulzweida * Replace cdf_get_att_int64() by cdf_get_att_longlong() to read NC_INT64 attributes with nc_get_att_longlong() diff --git a/NEWS b/NEWS index 397a31d2a..31ee891a6 100644 --- a/NEWS +++ b/NEWS @@ -5,13 +5,16 @@ Version 2.3.0 (23 October 2023): New features: * Add support for NetCDF attribute type NC_INT64 + * Add interface function streamInqNumSteps() to inquire number of time steps * gribapi decode: add support for single precision float interface (available since ecCodes-2.30.0) * grib2: add read only support for alternativeRowScanning * grib2: add support for earth radius specified by data producer Fixed bugs: + * HIRLAM_EXTENSIONS: set default CDI_KEY_SCANNINGMODE to 64 [Bug #11367] * gribapiDefGridLCC: store DxInMetres/DyInMetres as double * NetCDF4: use chunkSize only if it is less than gridsize * cdfDefineAttributes: check filetype for unsigned int attributes + * time information missing if the stream contains only constant time fields Version 2.2.0 (23 February 2023): -- GitLab