Skip to content
Snippets Groups Projects
Commit ee49cb53 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Version 2.0.1 released.

parent e714b737
No related branches found
Tags cdi-1.9.3
No related merge requests found
Pipeline #11329 failed
2021-10-21 Uwe Schulzweida
* Version 2.0.1 released
2021-10-21 Uwe Schulzweida 2021-10-21 Uwe Schulzweida
* cdf_read_coordinates: check yvarid (bug fix) * cdf_read_coordinates: check yvarid (bug fix)
......
CDI NEWS CDI NEWS
-------- --------
Version 2.0.0 (11 October 2021):
New features:
* Changed to 3-clause BSD license
* Changed type of gridsize for size_t to SizeType
* Changed type of date from int64_t to DateType
* Added FDB5 support (experimental)
* Added environment variables CDI_GRIB1_TEMPLATE and CDI_GRIB2_TEMPLATE
Changes:
* gridDefParamsLCC()/gridInqParamsLCC(): changed interface
* gridDefParamsSTERE()/gridInqParamsSTERE(): changed interface
* Replaced zaxisDefDatatype()/zaxisInqDatatype() by cdiDefKeyInt()/cdiInqKeyInt() with CDI_KEY_DATATYPE
* Replaced gridDefDatatype()/gridInqDatatype() by cdiDefKeyInt()/cdiInqKeyInt() with CDI_KEY_DATATYPE
Fixed bugs:
* Allow UUID starting with zero
* cgribexDefGridLambert(): recalculate xinc/yinc in meter
Version 1.9.6 (07 February 2019): Version 1.9.6 (07 February 2019):
New features: New features:
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
AC_PREREQ([2.69]) AC_PREREQ([2.69])
LT_PREREQ([2.4.6]) LT_PREREQ([2.4.6])
AC_INIT([cdi],[2.0.0],[https://mpimet.mpg.de/cdi]) AC_INIT([cdi],[2.0.1],[https://mpimet.mpg.de/cdi])
AC_DEFINE_UNQUOTED(CDI, ["$PACKAGE_VERSION"], [CDI version]) AC_DEFINE_UNQUOTED(CDI, ["$PACKAGE_VERSION"], [CDI version])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment