Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Updates for latest GeoTables.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Sep 4, 2023
1 parent b346063 commit d873fdf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KrigingEstimators"
uuid = "d293930c-a38c-56c5-8ebb-12008647b47a"
author = "Júlio Hoffimann <[email protected]>"
version = "0.12.0"
version = "0.12.1"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand All @@ -17,8 +17,8 @@ Variography = "04a0146e-e6df-5636-8d7f-62fa9eb0b20c"
[compat]
Combinatorics = "1.0"
Distributions = "0.25"
GeoStatsBase = "0.34"
GeoTables = "1.5"
GeoStatsBase = "0.35"
GeoTables = "1.6"
Meshes = "0.35"
Unitful = "1.11"
Variography = "0.18"
Expand Down
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[deps]
CoDa = "5900dafe-f573-5c72-b367-76665857777b"
GeoStatsBase = "323cb8eb-fbf6-51c0-afd0-f8fba70507b2"
GeoTables = "e502b557-6362-48c1-8219-d30d308dcdb0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using KrigingEstimators
using Meshes
using GeoTables
using GeoStatsBase
using Variography
using CoDa
Expand Down

2 comments on commit d873fdf

@juliohm
Copy link
Owner Author

@juliohm juliohm commented on d873fdf Sep 4, 2023

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/90825

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

Please sign in to comment.