Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
libcdi
Commits
ee49cb53
Commit
ee49cb53
authored
3 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
Version 2.0.1 released.
parent
e714b737
No related branches found
Branches containing commit
Tags
cdi-1.9.3
Tags containing commit
No related merge requests found
Pipeline
#11329
failed
4 weeks ago
Stage: external
Changes
3
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
NEWS
+17
-0
17 additions, 0 deletions
NEWS
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
22 additions
and
1 deletion
ChangeLog
+
4
−
0
View file @
ee49cb53
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)
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
17
−
0
View file @
ee49cb53
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:
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
ee49cb53
...
@@ -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])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment