Releases: SolverForge/solverforge-maps
Releases · SolverForge/solverforge-maps
v1.0.0
What's Changed
- chore(release): 1.0.0 (6f524da)
- chore(deps): update dependencies and remove unused tokio-util (21366b7)
- docs: update version to 1.0 in README (18f6af4)
- test(routing): add verification integration tests (583c71e)
- bump version (57a247a)
- chore: ignore OSM cache directory (8273aba)
- test(routing): remove redundant inline tests (8886ad8)
- chore(routing): remove obvious comments (dcb758b)
- refactor(routing): replace petgraph, rstar, ordered-float with zero-erasure implementations (2d0cc13)
- refactor(routing): consolidate speed calculation into SpeedProfile (30b6826)
- feat(routing): implement dynamic speed from OSM maxspeed tag (002a2e6)
- test: consolidate tests + add visual road network test (4417a92)
- docs: update README.md + remove useless comments (502ed42)
- Merge branch 'dev' into release/1.0.0 (da55d88)
- refactor: edge-based snapping, SCC filtering, and unified matrix API (8163e5f)
- Merge branch 'dev' into release/1.0.0 (4a38953)
- feat: derive Default for Coord, TravelTimeMatrix, SnappedCoord, RTreePoint (87bb9bf)
- docs: update README with full API documentation (dc8ce9c)
- feat: R-tree spatial indexing, type-safe routing, and API improvements (3ab2dd7)
- feat: enhanced RoutingError with detailed variants (53c549d)
Installation
Rust:
[dependencies]
solverforge-maps = "1.0.0"