Releases: ladybug-tools/ladybug-geometry
Releases · ladybug-tools/ladybug-geometry
v1.28.6
1.28.6 (2023-08-01)
Bug Fixes
- face: Add properties to get self-intersection and non-planar points (e726831)
- intersection: Use better floating point tolerance check (1963008)
v1.28.5
1.28.5 (2023-08-01)
Bug Fixes
- line: Implement better floating point tolerance checks (fcf2b0f)
- polyface: Perform extra check in the event gaps are small (47a5c7c)
v1.28.4
1.28.4 (2023-07-18)
Bug Fixes
- polygon: Add properties for inside and outside angles (e4d3f5e)
v1.28.3
1.28.3 (2023-07-15)
Bug Fixes
- face: Ensure that overlap groups don't get split up (2bdba0a)
v1.28.2
1.28.2 (2023-07-14)
Bug Fixes
- face: Add methods to union and group Face3D by overlap (61d0410)
- polygon: Add a method to group Polygons by overlap (b5ac25e)
v1.28.1
1.28.1 (2023-07-12)
Bug Fixes
- face: Ensure that self-intersection check happens for each loop (d9fd467)
v1.28.0
1.28.0 (2023-07-07)
Bug Fixes
- face: Add methods for joining and simplifying Face3Ds (4060694)
Features
- polygon: Add methods for boundaries around multiple polygons (a48f239)
v1.27.1
1.27.1 (2023-06-07)
Bug Fixes
- polygon: Add an extra check for degenerate geometry (9af6a03)
v1.27.0
1.27.0 (2023-06-05)
Bug Fixes
- face: Add a method to remove duplicate vertices (9b032b9)
Features
- mesh: Add properties for mesh edges (naked and internal) (d62e66b)
v1.26.7
1.26.7 (2023-06-01)
Bug Fixes
- face: Ensure result of split_through_holes does not self intersect (41929b5)
- polygon: Add is_rectangle and rectangular_approximation methods (fdb4bb3)
- polygon: Refactor polygon_relationship fix to use faster method (65a934b)