Releases: tsteffek/floor-plan-generator
Releases · tsteffek/floor-plan-generator
v1.0.0
1.0.0 (2020-02-12)
Bug Fixes
- ModelFitting.kt: fix startPoint bug (#16) (97eee26)
- release: semantic release finds gradlew now (6f2c658)
Code Refactoring
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
Reverts
- Revert "failing tests on purpose" (048599d)
BREAKING CHANGES
- Line: former Points are now PolarPoints
- model fitting: changes Point default constructor to polar coordinates
v1.0.0-dev.4
v1.0.0-dev.3
v1.0.0-dev.2
v1.0.0-dev.1
1.0.0-dev.1 (2019-12-15)
Bug Fixes
- release: semantic release finds gradlew now (6f2c658)
Code Refactoring
Features
- Line: can be computated from several points (6e3d0b1)
- model fitting: add neighborhood graph computation (#8) (0f021de)
Performance Improvements
Reverts
- Revert "failing tests on purpose" (048599d)
BREAKING CHANGES
- Line: former Points are now PolarPoints
- model fitting: changes Point default constructor to polar coordinates
v0.1.1-dev.2
0.1.1-dev.2 (2019-11-25)
Performance Improvements
v0.1.1-dev.1
Test release
Working CLI function