Skip to content

Releases: emcconville/point-reduction-algorithms

Release version 1.2.0

25 Feb 20:53
v1.2.0
Compare
Choose a tag to compare
  • Updated Lang simplification algorithm to include "look-ahead" limits as an optional parameter. This will improve performance for large data-sets as reported by users.
  • Added ZhaoSaalfeld; a slightly modified version of Zhao & Saalfeld's sleeve-fitting polyline simplification.
  • Added RadialDistance; a simple & fast method.

Patch release v1.1.0

28 Oct 17:39
v1.1.0
Compare
Choose a tag to compare

Minor patch release to updated documentation, and clean-up CI tools.

No major functionality changes!

Changes:

  • PointReduction\Common\PointInterface now requires __toString method. (Thanks jmleroux!)
  • PHPDoc blocks corrected. (Thanks jmleroux!)
  • Support for HHVM was removed to simplify CI testing.