Skip to content

Commit

Permalink
Add CoordGridTransforms.jl to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Dec 13, 2024
1 parent 7a1b66b commit f162d05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name = "GeoStats"
uuid = "dcc97b0b-8ce5-5539-9008-bb190f959ef6"
author = "Júlio Hoffimann <[email protected]>"
version = "0.71.5"
version = "0.72.0"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"
CoDa = "5900dafe-f573-5c72-b367-76665857777b"
CoordGridTransforms = "1cf1ec0c-22f7-4062-925b-8db09db48fc3"
CoordRefSystems = "b46f11dc-f210-4604-bfba-323c1ec968cb"
DataScienceTraits = "6cb2f572-2d2b-4ba6-bdb3-e710fa044d6c"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -33,6 +34,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
CategoricalArrays = "0.10"
Chain = "0.6"
CoDa = "1.2"
CoordGridTransforms = "0.1"
CoordRefSystems = "0.16"
DataScienceTraits = "1.0"
Dates = "1.9"
Expand Down
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ The project is split into various packages:
| [GeoStats.jl](https://github.com/JuliaEarth/GeoStats.jl) | Main package reexporting full stack of packages for geostatistics. |
| [Meshes.jl](https://github.com/JuliaGeometry/Meshes.jl) | Computational geometry and advanced meshing algorithms. |
| [CoordRefSystems.jl](https://github.com/JuliaEarth/CoordRefSystems.jl) | Unitful coordinate reference systems. |
| [CoordGridTransforms.jl](https://github.com/JuliaEarth/CoordGridTransforms.jl) | Coordinate transforms with offset grids. |
| [GeoTables.jl](https://github.com/JuliaEarth/GeoTables.jl) | Geospatial tables compatible with the framework. |
| [DataScienceTraits.jl](https://github.com/JuliaML/DataScienceTraits.jl) | Traits for geospatial data science. |
| [TableTransforms.jl](https://github.com/JuliaML/TableTransforms.jl) | Transforms and pipelines with tabular data. |
Expand Down

2 comments on commit f162d05

@juliohm
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
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/121394

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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

Please sign in to comment.