Version 3.4.4
We are pleased to announce the version 3.4.4 release of NCEPLIBS-g2 library.
The NCEPLIBS-g2 library contains C decoder/encoder routines for GRIB edition 2. This is part of the NCEPLIBS project (see https://github.com/NOAA-EMC/NCEPLIBS) .
For more information, and to get the release, see https://github.com/NOAA-EMC/NCEPLIBS-g2. For detailed documentation see https://noaa-emc.github.io/NCEPLIBS-g2/.
New This Release
- Fixed performance regression where grib index was being re-generated for each call to getidx. This bug was introduced in version 3.4.1 and fixed with #105 by adding a
save
to the index. (See #104). - Doxygen improvements. (See #22).
For a complete set of issues resolved in this release, see https://github.com/NOAA-EMC/NCEPLIBS-g2/projects/1.