Skip to content

Releases: nawendt/gribr

v1.2.7

12 Jul 17:41
Compare
Choose a tag to compare

Updated to work with the newest ecCodes versions. Changes are not expected to break usage with versions back to 2.19.0.

v1.2.6

10 Jul 14:17
3d2a6f4
Compare
Choose a tag to compare

This release fixes a memory leak issue when requesting multiple GRIB messages.

Fix for GRIB files with bad keys

03 Apr 14:30
Compare
Choose a tag to compare

The primary change in this update is to only warn the user about bad keys in a GRIB file instead of raising an error. Malformed keys will still have a name in the gribMessaage object, but their value will be NULL.

v1.2.4

16 Sep 19:31
226f2ae
Compare
Choose a tag to compare

No functional changes. Primarily a housekeeping release.

v1.2.3: Bug fixes and doc updates

14 Jan 21:11
Compare
Choose a tag to compare

Changelog:

  • Fixed file descriptor leak in grib_select
  • ecCodes 2.19.0 is now required as prior versions had an issue with file descriptors not being closed when creating a grib index.
  • Updated documentation for broken links and references to the old GRIB API.

v1.2.2

22 May 12:09
e312ae9
Compare
Choose a tag to compare

Fixed file descriptor leak

v1.2.1

17 Apr 00:33
a483655
Compare
Choose a tag to compare

Fixes memory leaks that cause issues when batch processing files

v1.2.0

22 Mar 05:34
Compare
Choose a tag to compare

First version using ecCodes exclusively