simplify-polyline
Simplify polylines using Douglas-Peucker and radial distance algorithms. Port of the simplify-js library.
0.5.0
4.4M downloads/mo
#4805 most downloaded on crates.io
kade-robertson/simplify-polyline
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 12 months
Most releases are documented
notes for 5 of 6 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
6 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
6 releases · Oct 2022 to Oct 2023
2023
2024
2025
2026
Releases
latest 6-
0.5.015 Oct 2023Release notes
Open source →0.5.0 (2023-10-15)
⚠ BREAKING CHANGES
Features
Bug Fixes
- docs: update for 3d deserialization (#26) (6c8c464)
- specialized math for <= 4d points (#24) (b5a5533)
Code Refactoring
Release notes
Open source →⚠ BREAKING CHANGES
Features
Bug Fixes
- docs: update for 3d deserialization (#26) (6c8c464)
- specialized math for <= 4d points (#24) (b5a5533)
Code Refactoring
-
0.4.027 Oct 2022Release notes
Open source →Release notes
Open source →⚠ BREAKING CHANGES
- use blanket implementation for trait (#10)
Code Refactoring
-
0.3.025 Oct 2022Release notes
Open source → -
0.2.120 Oct 2022 -
0.2.012 Oct 2022Release notes
Open source →What's Changed
- Accepts any points with number values that implement the
ExtendedNumOpstrait:
use num_traits::{FromPrimitive, Num, NumAssign}; pub trait ExtendedNumOps: Num + Clone + Copy + NumAssign + PartialOrd + FromPrimitive {}
- Implements
ExtendedNumOpsfor all primitive number types.
Full Changelog: v0.1.0...v0.2.0
- Accepts any points with number values that implement the
-
0.1.006 Oct 2022Nothing published for this version