Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions crates/geometry-adapt-geo-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-adapt-geo-types-v0.0.8...geometry-adapt-geo-types-v0.0.9) - 2026-07-15

### Other

- updated the following local packages: geometry-coords, geometry-model, geometry-cs, geometry-trait

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-adapt-geo-types-v0.0.7...geometry-adapt-geo-types-v0.0.8) - 2026-07-15

### Other
Expand Down
10 changes: 5 additions & 5 deletions crates/geometry-adapt-geo-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-adapt-geo-types"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -12,10 +12,10 @@ readme = "README.md"

[dependencies]
geometry-tag = { version = "0.0.7", path = "../geometry-tag" }
geometry-coords = { version = "0.0.8", path = "../geometry-coords" }
geometry-cs = { version = "0.0.8", path = "../geometry-cs" }
geometry-trait = { version = "0.0.8", path = "../geometry-trait" }
geometry-model = { version = "0.0.8", path = "../geometry-model" }
geometry-coords = { version = "0.0.9", path = "../geometry-coords" }
geometry-cs = { version = "0.0.9", path = "../geometry-cs" }
geometry-trait = { version = "0.0.9", path = "../geometry-trait" }
geometry-model = { version = "0.0.9", path = "../geometry-model" }
geo-types = "0.7"

[dev-dependencies]
Expand Down
6 changes: 6 additions & 0 deletions crates/geometry-adapt-nalgebra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-adapt-nalgebra-v0.0.8...geometry-adapt-nalgebra-v0.0.9) - 2026-07-15

### Other

- updated the following local packages: geometry-coords, geometry-cs, geometry-trait

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-adapt-nalgebra-v0.0.7...geometry-adapt-nalgebra-v0.0.8) - 2026-07-15

### Other
Expand Down
8 changes: 4 additions & 4 deletions crates/geometry-adapt-nalgebra/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-adapt-nalgebra"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -12,9 +12,9 @@ readme = "README.md"

[dependencies]
geometry-tag = { version = "0.0.7", path = "../geometry-tag" }
geometry-coords = { version = "0.0.8", path = "../geometry-coords" }
geometry-cs = { version = "0.0.8", path = "../geometry-cs" }
geometry-trait = { version = "0.0.8", path = "../geometry-trait" }
geometry-coords = { version = "0.0.9", path = "../geometry-coords" }
geometry-cs = { version = "0.0.9", path = "../geometry-cs" }
geometry-trait = { version = "0.0.9", path = "../geometry-trait" }
nalgebra = "0.32"

[dev-dependencies]
Expand Down
6 changes: 6 additions & 0 deletions crates/geometry-adapt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-adapt-v0.0.8...geometry-adapt-v0.0.9) - 2026-07-15

### Other

- updated the following local packages: geometry-coords, geometry-cs, geometry-trait

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-adapt-v0.0.7...geometry-adapt-v0.0.8) - 2026-07-15

### Other
Expand Down
8 changes: 4 additions & 4 deletions crates/geometry-adapt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-adapt"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -24,9 +24,9 @@ libm = [

[dependencies]
geometry-tag = { version = "0.0.7", path = "../geometry-tag" }
geometry-coords = { version = "0.0.8", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.8", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.8", path = "../geometry-trait", default-features = false }
geometry-coords = { version = "0.0.9", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.9", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.9", path = "../geometry-trait", default-features = false }

[dev-dependencies]
geometry-algorithm = { path = "../geometry-algorithm" }
Expand Down
17 changes: 17 additions & 0 deletions crates/geometry-algorithm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-algorithm-v0.0.7...geometry-algorithm-v0.0.9) - 2026-07-15

### Added

- complete parity tier two algorithms
- complete parity tier one algorithms
- complete parity tier zero algorithms
- expose expand, buffer, union, relate, and _with strategy variants

### Other

- release v0.0.8
- generate the feature table from pub-use tags
- apply clippy lints and tighten float assertions
- expand parity edge coverage
- expand algorithm edge case coverage

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-algorithm-v0.0.7...geometry-algorithm-v0.0.8) - 2026-07-15

### Added
Expand Down
12 changes: 6 additions & 6 deletions crates/geometry-algorithm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-algorithm"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -27,12 +27,12 @@ libm = [
]

[dependencies]
geometry-coords = { version = "0.0.8", path = "../geometry-coords", default-features = false }
geometry-coords = { version = "0.0.9", path = "../geometry-coords", default-features = false }
geometry-tag = { version = "0.0.7", path = "../geometry-tag", default-features = false }
geometry-cs = { version = "0.0.8", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.8", path = "../geometry-trait", default-features = false }
geometry-strategy = { version = "0.0.8", path = "../geometry-strategy", default-features = false }
geometry-model = { version = "0.0.8", path = "../geometry-model", default-features = false }
geometry-cs = { version = "0.0.9", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.9", path = "../geometry-trait", default-features = false }
geometry-strategy = { version = "0.0.9", path = "../geometry-strategy", default-features = false }
geometry-model = { version = "0.0.9", path = "../geometry-model", default-features = false }

[dev-dependencies]
geometry-adapt = { path = "../geometry-adapt" }
Expand Down
14 changes: 14 additions & 0 deletions crates/geometry-coords/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-coords-v0.0.7...geometry-coords-v0.0.9) - 2026-07-15

### Added

- complete parity tier two algorithms

### Other

- release v0.0.8
- close remaining executable coverage gaps
- expand parity edge coverage
- Restore no_std support after algorithms port
- Complete algorithms parity port

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-coords-v0.0.7...geometry-coords-v0.0.8) - 2026-07-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/geometry-coords/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-coords"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/geometry-cs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-cs-v0.0.8...geometry-cs-v0.0.9) - 2026-07-15

### Other

- updated the following local packages: geometry-coords

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-cs-v0.0.7...geometry-cs-v0.0.8) - 2026-07-15

### Other
Expand Down
4 changes: 2 additions & 2 deletions crates/geometry-cs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-cs"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -11,7 +11,7 @@ description = "Coordinate system types: Cartesian, Spherical, Geographic, and an
readme = "README.md"

[dependencies]
geometry-coords = { version = "0.0.8", path = "../geometry-coords", default-features = false }
geometry-coords = { version = "0.0.9", path = "../geometry-coords", default-features = false }

[features]
default = ["std"]
Expand Down
15 changes: 15 additions & 0 deletions crates/geometry-io-geojson/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-io-geojson-v0.0.7...geometry-io-geojson-v0.0.9) - 2026-07-15

### Fixed

- cover algorithm parity edge cases
- preserve exact cardinal Karney results

### Other

- release v0.0.8
- generate the feature table from pub-use tags
- close remaining executable coverage gaps
- expand parity edge coverage
- Complete algorithms parity port

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-io-geojson-v0.0.7...geometry-io-geojson-v0.0.8) - 2026-07-15

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions crates/geometry-io-geojson/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-io-geojson"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -21,10 +21,10 @@ std = [

[dependencies]
geometry-tag = { version = "0.0.7", path = "../geometry-tag" }
geometry-coords = { version = "0.0.8", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.8", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.8", path = "../geometry-trait", default-features = false }
geometry-model = { version = "0.0.8", path = "../geometry-model", default-features = false }
geometry-coords = { version = "0.0.9", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.9", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.9", path = "../geometry-trait", default-features = false }
geometry-model = { version = "0.0.9", path = "../geometry-model", default-features = false }
itoa = "1"

[lints]
Expand Down
8 changes: 8 additions & 0 deletions crates/geometry-io-svg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-io-svg-v0.0.7...geometry-io-svg-v0.0.9) - 2026-07-15

### Other

- release v0.0.8
- generate the feature table from pub-use tags
- Complete algorithms parity port

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-io-svg-v0.0.7...geometry-io-svg-v0.0.8) - 2026-07-15

### Other
Expand Down
10 changes: 5 additions & 5 deletions crates/geometry-io-svg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-io-svg"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -21,10 +21,10 @@ std = [

[dependencies]
geometry-tag = { version = "0.0.7", path = "../geometry-tag" }
geometry-coords = { version = "0.0.8", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.8", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.8", path = "../geometry-trait", default-features = false }
geometry-model = { version = "0.0.8", path = "../geometry-model", default-features = false }
geometry-coords = { version = "0.0.9", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.9", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.9", path = "../geometry-trait", default-features = false }
geometry-model = { version = "0.0.9", path = "../geometry-model", default-features = false }

[lints]
workspace = true
13 changes: 13 additions & 0 deletions crates/geometry-io-wkb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-io-wkb-v0.0.7...geometry-io-wkb-v0.0.9) - 2026-07-15

### Fixed

- preserve exact cardinal Karney results

### Other

- release v0.0.8
- generate the feature table from pub-use tags
- close remaining executable coverage gaps
- Complete algorithms parity port

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-io-wkb-v0.0.7...geometry-io-wkb-v0.0.8) - 2026-07-15

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions crates/geometry-io-wkb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-io-wkb"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -21,10 +21,10 @@ std = [

[dependencies]
geometry-tag = { version = "0.0.7", path = "../geometry-tag" }
geometry-coords = { version = "0.0.8", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.8", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.8", path = "../geometry-trait", default-features = false }
geometry-model = { version = "0.0.8", path = "../geometry-model", default-features = false }
geometry-coords = { version = "0.0.9", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.9", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.9", path = "../geometry-trait", default-features = false }
geometry-model = { version = "0.0.9", path = "../geometry-model", default-features = false }

[lints]
workspace = true
15 changes: 15 additions & 0 deletions crates/geometry-io-wkt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-io-wkt-v0.0.7...geometry-io-wkt-v0.0.9) - 2026-07-15

### Fixed

- preserve exact cardinal Karney results

### Other

- release v0.0.8
- generate the feature table from pub-use tags
- apply clippy lints and tighten float assertions
- close remaining executable coverage gaps
- expand parity edge coverage
- Complete algorithms parity port

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-io-wkt-v0.0.7...geometry-io-wkt-v0.0.8) - 2026-07-15

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions crates/geometry-io-wkt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-io-wkt"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -21,10 +21,10 @@ std = [

[dependencies]
geometry-tag = { version = "0.0.7", path = "../geometry-tag" }
geometry-coords = { version = "0.0.8", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.8", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.8", path = "../geometry-trait", default-features = false }
geometry-model = { version = "0.0.8", path = "../geometry-model", default-features = false }
geometry-coords = { version = "0.0.9", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.9", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.9", path = "../geometry-trait", default-features = false }
geometry-model = { version = "0.0.9", path = "../geometry-model", default-features = false }
itoa = "1"
ryu = "1"

Expand Down
Loading
Loading