Skip to content

Releases: weech/GRIB.jl

v0.4.0

07 Jan 20:38
Compare
Choose a tag to compare

GRIB v0.4.0

Diff since v0.3.0

Merged pull requests:

Closed issues:

  • error retrieving values from era-20c (#12)

v0.3.0

04 Jan 18:03
Compare
Choose a tag to compare

GRIB v0.3.0

Diff since v0.2.0

New features

  • We now have a place to put local definition files so that GRIB.jl just works with files that use local data. If you run across a file with unknown metadata, open an issue and we'll add it to the repository.

Bug fixes

  • The iteration interface is more closely adhered to
  • Reduced Gaussian grids no longer error when getting the "values" key or using the data function

Breaking changes

  • Julia's iteration interface makes certain assumptions unless you override the defaults. This release overrides the defaults.
  • The data function is now type-unstable since it can return 1D or 2D arrays.

Closed issues:

  • Register :) (#2)
  • Missing message names from HRRR GRIB2 file. (#4)
  • Key not found when parsing a message (#7)
  • Fix hour field for ERA5-Land hourly data (#9)
  • Reduced Gaussian Grid (#10)

Merged pull requests:

v0.2.0

08 Jun 23:19
7726aea
Compare
Choose a tag to compare

In this release:

  • ecCodes is now in Yggdrasil, so the dependency on Conda has been removed.
  • First release into the General repo!

Important note: the API is unlikely to change, but this isn't be version 1.0 because feedback would be appreciated! If you have good ideas on how to improve, find a fatal flaw in how the package interacts with the GC, or have a specific use case that isn't currently supported, please open an issue.