Releases: ladybug-tools/ladybug-geometry
Releases · ladybug-tools/ladybug-geometry
v1.33.13
Bug Fixes
- bounding: Add generic check for overlapping bounding box (e99f3db)
v1.33.12
Bug Fixes
- polygon: Ensure degenerate geometry cannot cause exceptions (ea02291)
v1.33.11
Bug Fixes
- boolean: Improve boolean operations with better tolerance check (5313c2c)
v1.33.10
Bug Fixes
- polygon: Fix bug in self-intersect check for clockwise polygons (da11268)
v1.33.9
1.33.9 (2024-10-29)
Bug Fixes
- polygon: Respect tolerance when removing colinear vertices (dfcaffa)
v1.33.8
1.33.8 (2024-10-24)
Bug Fixes
- faces: Ensure degenerate geometry is caught for all split methods (620dc47)
v1.33.7
1.33.7 (2024-10-19)
Bug Fixes
- face: Ensure splitting face with lines does not cause exception (02a1c35)
v1.33.6
1.33.6 (2024-10-08)
Bug Fixes
- face: Avoid IndexErrors in is_geometrically_equivalent (4225055)
v1.33.5
1.33.5 (2024-10-03)
Bug Fixes
- network: Ensure negative coords less than tol read as 0 and not -0 (6bedfb0)
v1.33.4
1.33.4 (2024-09-27)
Bug Fixes
- colinear: Improve the check for inclusion of the last vertex (af3deb3)