Skip to content

grib2io v2.2.2

Compare
Choose a tag to compare
@EricEngle-NOAA EricEngle-NOAA released this 06 May 00:39
· 29 commits to master since this release

What's Changed

  • Fixed a bug where grib2io was not properly opening Gzipped GRIB2 files by @EricEngle-NOAA in 95e397d
  • Fixed an issue with the scenario where of calling flush_data() on a Grib2Message object created from a user (i.e. not read from file) would raise an error by @EricEngle-NOAA in 95e397d
  • Fixed an issue with the scenario of calling pack() method for a Grib2Message object where data are None. Moving forward, pack() will attempt to pack data if it can be found (i.e. reading data from disk) by @EricEngle-NOAA in 95e397d
  • Cleaned up logic of handling the Grib2MessageOnDiskArray object in the Grib2Message object when flushing unpacked data. Moving forward, the Grib2Message._data private attribute will be either None or numpy.ndarray and Grib2Message._ondiskarray will always be None or Grib2MessageOnDiskArray. by @EricEngle-NOAA in 95e397d

Full Changelog: v2.2.1...v2.2.2