Releases: ladybug-tools/ladybug-geometry
Releases · ladybug-tools/ladybug-geometry
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)
v1.33.3
1.33.3 (2024-09-26)
Bug Fixes
- colinear: Fix the check for the last vertex in remove_colinear (b0b138d)
v1.33.2
1.33.2 (2024-09-24)
Bug Fixes
- intersection: Use an absolute tolerance for 2D line intersection (ae0d58e)
v1.33.1
1.33.1 (2024-09-18)
Bug Fixes
- polygon: Improve tolerance with removing colinear vertices (0d5e78b)
v1.33.0
1.33.0 (2024-08-30)
Bug Fixes
- face: Improve splitting of Face3D with polyline (65d51b9)
- face: Improve the face splitting methods (b0055c8)
- network: Add a method to get all minimum cycles (e983206)
- network: Improve network to handle fully interior cycles (486a359)
- network: One last improvement such that dup verts do not fail (a41bdb3)
Features
- network: Add a DirectedGraphNetwork class for splitting polygons (daeef8e)