PackageTrack
Sign in Get early access

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
Release Pre-release

Releases

latest 6
  1. 0.5.0 15 Oct 2023
    Release notes

    0.5.0 (2023-10-15)

    ⚠ BREAKING CHANGES

    • arbitrary dimensional points (#23)
    • rename feature for serde (#19)

    Features

    Bug Fixes

    • docs: update for 3d deserialization (#26) (6c8c464)
    • specialized math for <= 4d points (#24) (b5a5533)

    Code Refactoring

    Open source →
    Release notes

    ⚠ BREAKING CHANGES

    • arbitrary dimensional points (#23)
    • rename feature for serde (#19)

    Features

    Bug Fixes

    • docs: update for 3d deserialization (#26) (6c8c464)
    • specialized math for <= 4d points (#24) (b5a5533)

    Code Refactoring

    Open source →
  2. 0.4.0 27 Oct 2022
    Release notes

    0.4.0 (2022-10-26)

    ⚠ BREAKING CHANGES

    • use blanket implementation for trait (#10)

    Code Refactoring

    • use blanket implementation for trait (#10) (63de772)
    Open source →
    Release notes

    ⚠ BREAKING CHANGES

    • use blanket implementation for trait (#10)

    Code Refactoring

    • use blanket implementation for trait (#10) (63de772)
    Open source →
  3. 0.3.0 25 Oct 2022
    Release notes

    0.3.0 (2022-10-25)

    ⚠ BREAKING CHANGES

    • move trait + add proper docs (#7)

    Code Refactoring

    • move trait + add proper docs (#7) (e45344e)
    Open source →
    Release notes

    ⚠ BREAKING CHANGES

    • move trait + add proper docs (#7)

    Code Refactoring

    • move trait + add proper docs (#7) (e45344e)
    Open source →
  4. 0.2.1 20 Oct 2022
    Release notes

    0.2.1 (2022-10-20)

    Bug Fixes

    Open source →
    Release notes

    Bug Fixes

    Open source →
  5. 0.2.0 12 Oct 2022
    Release notes

    What's Changed

    • Accepts any points with number values that implement the ExtendedNumOps trait:
    use num_traits::{FromPrimitive, Num, NumAssign};
    
    pub trait ExtendedNumOps: Num + Clone + Copy + NumAssign + PartialOrd + FromPrimitive {}
    • Implements ExtendedNumOps for all primitive number types.

    Full Changelog: v0.1.0...v0.2.0

    Open source →
  6. 0.1.0 06 Oct 2022

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive