Skip to content

Commit

Permalink
Added a compat section
Browse files Browse the repository at this point in the history
  • Loading branch information
weech committed Jan 4, 2021
1 parent 49dce8b commit 344fabf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ version = "0.3.0"
[deps]
eccodes_jll = "b04048ba-5ccd-5610-b3f6-85129a548705"

[compat]
julia = "1.3"
eccodes_jll = "2.17"

[extras]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 344fabf

@weech
Copy link
Owner Author

@weech weech commented on 344fabf Jan 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

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.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/27308

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.0 -m "<description of version>" 344fabf2fd3d8982c99adbd997841ac098747a5f
git push origin v0.3.0

Please sign in to comment.