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 2352058 commit 26446e1
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 @@ -21,7 +21,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
GeoRegions = "4"
HTTP = "0.9, 1"
JSON = "0.21"
NCDatasets = "0.11"
NCDatasets = "0.11, ^0.12.7"
PrettyTables = "1"
Reexport = "1"
julia = "1"
Expand Down

2 comments on commit 26446e1

@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:

  • Debugged save function to account for if scale = 0
  • Updated list of single-level variables and the units
  • CDSAPI Julia downloads now allow for multiple download attempts and requests to account for failures
  • Updating GeoRegions.jl compat to v4
  • Breaking changes on keyword arguments and structure field names for datasets to be more intuitive
  • Export the SingleLevel and PressureLevel types

@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/66716

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>" 26446e1574dcdd7f551936192218b670a2f5042c
git push origin v0.2.0

Please sign in to comment.