Skip to content

Releases: ladybug-tools/ladybug-geometry

v1.32.8

19 Jul 21:46
Compare
Choose a tag to compare

1.32.8 (2024-07-19)

Bug Fixes

  • face: Ensure cases of splitting Face3D with line succeed (bae086f)

v1.32.7

11 Jul 22:24
Compare
Choose a tag to compare

1.32.7 (2024-07-11)

Bug Fixes

  • polygon: Catch edge case where self-intersecting reads as convex (10a2a6e)

v1.32.6

01 Jul 22:20
Compare
Choose a tag to compare

1.32.6 (2024-07-01)

Bug Fixes

  • face: Fix bug of merging holes to faces (5d6453d)

v1.32.5

22 Jun 00:13
Compare
Choose a tag to compare

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

21 Jun 18:42
Compare
Choose a tag to compare

1.32.4 (2024-06-21)

Bug Fixes

  • polygon: Add a method to split a self-intersecting polygon (b129f43)

v1.32.3

20 Jun 23:45
Compare
Choose a tag to compare

1.32.3 (2024-06-20)

Bug Fixes

  • face: Add a method to get Face3D to and from array (1c3fc58)

v1.32.2

19 Jun 21:36
Compare
Choose a tag to compare

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

03 Jun 22:44
Compare
Choose a tag to compare

1.32.1 (2024-06-03)

Bug Fixes

  • mesh: Update Mesh2D for consistency (e47293e)

v1.32.0

15 May 21:27
Compare
Choose a tag to compare

1.32.0 (2024-05-15)

Features

  • face: Add a method to split face with multiple lines (0cffcb5)

v1.31.0

14 May 21:56
Compare
Choose a tag to compare

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)