Skip to content

Commit

Permalink
Merge branch 'main' into mkirk/customizable-metric-space
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk authored Jan 14, 2025
2 parents 5e9c72e + 0c90908 commit 0688393
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion geo-types/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## Unreleased
## 0.7.15 - 2025-01-14

- Implement `RTreeObject` for `Triangle`.
- Implement `AsRef<Coord>` for `Point` and `Coord`.
Expand Down
2 changes: 1 addition & 1 deletion geo-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geo-types"
version = "0.7.14"
version = "0.7.15"
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/geo"
documentation = "https://docs.rs/geo-types/"
Expand Down
4 changes: 2 additions & 2 deletions geo/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
```
- Add `CustomHaversine` for doing calculations on spheres with a custom radius.
- <https://github.com/georust/geo/pull/1298>
- Fix page location of citation for mean earth radius used in Haversine calculations
- Docs: Fix page location of citation for mean earth radius used in Haversine calculations
- <https://github.com/georust/geo/pull/1297>
- Add top-level doc link for `InteriorPoint`
- Docs: Add top-level doc link for `InteriorPoint`
- Add Unary Union algorithm for fast union ops on adjacent / overlapping geometries
- <https://github.com/georust/geo/pull/1246>
- Loosen bounds on `RemoveRepeatedPoints` trait (`num_traits::FromPrimitive` isn't required)
Expand Down
2 changes: 1 addition & 1 deletion geo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ multithreading = ["i_overlay/allow_multithreading", "geo-types/multithreading"]
earcutr = { version = "0.4.2", optional = true }
spade = { version = "2.10.0", optional = true }
float_next_after = "1.0.0"
geo-types = { version = "0.7.13", features = ["approx", "use-rstar_0_12"] }
geo-types = { version = "0.7.15", features = ["approx", "use-rstar_0_12"] }
geographiclib-rs = { version = "0.2.3", default-features = false }
log = "0.4.11"
num-traits = "0.2"
Expand Down

0 comments on commit 0688393

Please sign in to comment.