Skip to content

Commit

Permalink
Updating to v4.1 for new functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Jan 10, 2023
1 parent 48a93f2 commit 76603c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GeoRegions"
uuid = "b001f823-fa75-4bff-bf55-6610c8f3688a"
authors = ["natgeo-wong <[email protected]>"]
version = "4.0.2"
version = "4.1.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -14,6 +14,7 @@ PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"

[compat]
GeometryBasics = "0.3, 0.4"
NCDatasets = "0.11, ^0.12.7"
PolygonOps = "0.1"
PrettyTables = "2"
julia = "^1.6"
Expand Down

2 comments on commit 76603c8

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

  • extractGrid function to automate extraction of subregion data
  • RegionMask type to support non-rectilinearly gridded data
  • getLandSea functionality, get ETOPO 2022 data from OPeNDAP servers
  • Update PrettyTables compat and adjust for breaking changes

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

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 v4.1.0 -m "<description of version>" 76603c8319b9fe6d177b5ee16f3d95aaaf536074
git push origin v4.1.0

Please sign in to comment.