Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 23:18
· 1 commit to master since this release
7f77e7b

1.0.0 (2020-02-12)

Bug Fixes

  • ModelFitting.kt: fix startPoint bug (#16) (97eee26)
  • release: semantic release finds gradlew now (6f2c658)

Code Refactoring

  • Line: lines are now cartesian lines (#12) (8486eac)

Features

  • GeometricObjects: new class LineSegment (#14) (4f70c7c)
  • Line: can be computated from several points (6e3d0b1)
  • model fitting: add neighborhood graph computation (#8) (0f021de)
  • ModelFitting: now support line fitting (#13) (038e1c3)
  • whole: first runnable version (7f77e7b)

Performance Improvements

  • Scan2D, Point: switch rotation based calculation to polar to cartesian calculation (#7) (36b4791)

Reverts

  • Revert "failing tests on purpose" (048599d)

BREAKING CHANGES

  • Line: former Points are now PolarPoints
  • model fitting: changes Point default constructor to polar coordinates