Skip to content

Releases: nawendt/gribr

v1.2.7

Choose a tag to compare

@nawendt nawendt released this 12 Jul 17:41

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

Choose a tag to compare

@nawendt nawendt released this 10 Jul 14:17
3d2a6f4

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

Fix for GRIB files with bad keys

Choose a tag to compare

@nawendt nawendt released this 03 Apr 14:30

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

Choose a tag to compare

@nawendt nawendt released this 16 Sep 19:31
226f2ae

No functional changes. Primarily a housekeeping release.

v1.2.3: Bug fixes and doc updates

Choose a tag to compare

@nawendt nawendt released this 14 Jan 21:11

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

Choose a tag to compare

@nawendt nawendt released this 22 May 12:09
e312ae9

Fixed file descriptor leak

v1.2.1

Choose a tag to compare

@nawendt nawendt released this 17 Apr 00:33
a483655

Fixes memory leaks that cause issues when batch processing files

v1.2.0

Choose a tag to compare

@nawendt nawendt released this 22 Mar 05:34

First version using ecCodes exclusively