Releases: weech/GRIB.jl
Releases · weech/GRIB.jl
v0.4.0
v0.3.0
GRIB v0.3.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:
- Additional definitions from HRRR (#6) (@rustyconover)
v0.2.0
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.