Skip to content

v0.2.0

Latest

Choose a tag to compare

@chenguanzhou chenguanzhou released this 09 Apr 13:25
· 1 commit to master since this release

What's New

This release replaces the GEOS-based shapely.coverage_simplify with a pure Python implementation of the Topology-Preserving Visvalingam-Whyatt (TPVW) algorithm. The simplification engine is now fully self-contained — no GEOS dependency for simplification logic.

Highlights

  • Pure Python TPVW simplification — identical tolerance semantics and topology preservation (no gaps or overlaps)
  • Drop-in replacement for shapely.coverage_simplify — same API, same behavior
  • 113 tests passing, topology fingerprint verified

Install

pip install vectorizer-pro==0.2.0