Skip to content

Releases: ladybug-tools/ladybug-geometry

v1.33.3

26 Sep 21:21
Compare
Choose a tag to compare

1.33.3 (2024-09-26)

Bug Fixes

  • colinear: Fix the check for the last vertex in remove_colinear (b0b138d)

v1.33.2

24 Sep 01:17
Compare
Choose a tag to compare

1.33.2 (2024-09-24)

Bug Fixes

  • intersection: Use an absolute tolerance for 2D line intersection (ae0d58e)

v1.33.1

18 Sep 19:46
Compare
Choose a tag to compare

1.33.1 (2024-09-18)

Bug Fixes

  • polygon: Improve tolerance with removing colinear vertices (0d5e78b)

v1.33.0

30 Aug 06:58
Compare
Choose a tag to compare

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

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)