Skip to content

Commit

Permalink
Updating compat requirements for NCDatasets.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Aug 21, 2022
1 parent 33a05bc commit fc3cc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
Downloads = "1"
GeoRegions = "4"
NCDatasets = "0.11"
NCDatasets = "0.11, ^0.12.7"
NetRC = "0.1"
Reexport = "1"
julia = "^1.6"
Expand Down

2 comments on commit fc3cc47

@natgeo-wong
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release Notes:

  • Breaking changes on keyword arguments and structure field names for datasets to be more intuitive
  • Breaking changes to updating saved variable name to precipitation instead of prcp_rate
  • Updating GeoRegions.jl compat to v4
  • LandSea dataset loading keeps crashing, added additional method as a backup
  • Debug to saving methods and scaling
  • Debugging of LandSea mask retrievals - previously forgot to tranpose the raw data

@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 created: JuliaRegistries/General/66717

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.2.0 -m "<description of version>" fc3cc470c88faaa7a234aa9686d72c2351993107
git push origin v0.2.0

Please sign in to comment.