Releases: ladybug-tools/ladybug-geometry
Releases · ladybug-tools/ladybug-geometry
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)
v1.32.2
1.32.2 (2024-06-19)
Bug Fixes
- face: Fix bug in the counterclockwise_boundary properties (b11a9ad)
- polygon: Add a method for simple offsetting (4d8ceaa)
v1.32.1
1.32.1 (2024-06-03)
Bug Fixes
- mesh: Update Mesh2D for consistency (e47293e)
v1.32.0
1.32.0 (2024-05-15)
Features
- face: Add a method to split face with multiple lines (0cffcb5)
v1.31.0
1.31.0 (2024-05-14)
Bug Fixes
- polygon2d: Add a method to remove duplicate vertices from polygon (b1d24a3)
Features
- face: Add method to split Face3D with LineSegment3D (4a3ad43)