Skip to content

Commit

Permalink
Export popular distances (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm authored Aug 21, 2024
1 parent 69323f2 commit b8917d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CoordRefSystems = "b46f11dc-f210-4604-bfba-323c1ec968cb"
DataScienceTraits = "6cb2f572-2d2b-4ba6-bdb3-e710fa044d6c"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DensityRatioEstimation = "ab46fb84-d57c-11e9-2f65-6f72e4a7229f"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
GeoStatsBase = "323cb8eb-fbf6-51c0-afd0-f8fba70507b2"
GeoStatsFunctions = "6771c435-bc22-4842-b0c3-41852a255103"
GeoStatsModels = "ad987403-13c5-47b5-afee-0a48f6ac4f12"
Expand All @@ -36,6 +37,7 @@ CoordRefSystems = "0.10"
DataScienceTraits = "0.4"
Dates = "1.9"
DensityRatioEstimation = "1.2"
Distances = "0.10"
GeoStatsBase = "0.45"
GeoStatsFunctions = "0.4"
GeoStatsModels = "0.4"
Expand Down
2 changes: 2 additions & 0 deletions src/GeoStats.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ using Reexport
@reexport using GeoStatsTransforms
@reexport using GeoStatsValidation
@reexport using Chain: @chain
@reexport using Distances: Euclidean
@reexport using Distances: Haversine

end

0 comments on commit b8917d9

Please sign in to comment.