Releases: ladybug-tools/ladybug-geometry
Releases · ladybug-tools/ladybug-geometry
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)
v1.32.8
1.32.8 (2024-07-19)
Bug Fixes
- face: Ensure cases of splitting Face3D with line succeed (bae086f)
v1.32.7
1.32.7 (2024-07-11)
Bug Fixes
- polygon: Catch edge case where self-intersecting reads as convex (10a2a6e)
v1.32.6
1.32.6 (2024-07-01)
Bug Fixes
- face: Fix bug of merging holes to faces (5d6453d)
v1.32.5
1.32.5 (2024-06-22)
Bug Fixes
- face: Fix bug in split face with line segment (58a678d)
- polygon: Add static methods to group polygons by boundary/holes (97156a3)
v1.32.4
1.32.4 (2024-06-21)
Bug Fixes
- polygon: Add a method to split a self-intersecting polygon (b129f43)
v1.32.3
1.32.3 (2024-06-20)
Bug Fixes
- face: Add a method to get Face3D to and from array (1c3fc58)