Skip to content

Releases: ladybug-tools/ladybug-geometry

v1.33.11

15 Nov 18:45
Compare
Choose a tag to compare

1.33.11 (2024-11-15)

Bug Fixes

  • boolean: Improve boolean operations with better tolerance check (5313c2c)

v1.33.10

14 Nov 23:22
Compare
Choose a tag to compare

1.33.10 (2024-11-14)

Bug Fixes

  • polygon: Fix bug in self-intersect check for clockwise polygons (da11268)

v1.33.9

29 Oct 20:37
Compare
Choose a tag to compare

1.33.9 (2024-10-29)

Bug Fixes

  • polygon: Respect tolerance when removing colinear vertices (dfcaffa)

v1.33.8

24 Oct 00:14
Compare
Choose a tag to compare

1.33.8 (2024-10-24)

Bug Fixes

  • faces: Ensure degenerate geometry is caught for all split methods (620dc47)

v1.33.7

19 Oct 18:40
Compare
Choose a tag to compare

1.33.7 (2024-10-19)

Bug Fixes

  • face: Ensure splitting face with lines does not cause exception (02a1c35)

v1.33.6

08 Oct 21:59
Compare
Choose a tag to compare

1.33.6 (2024-10-08)

Bug Fixes

  • face: Avoid IndexErrors in is_geometrically_equivalent (4225055)

v1.33.5

03 Oct 23:19
Compare
Choose a tag to compare

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

27 Sep 18:11
Compare
Choose a tag to compare

1.33.4 (2024-09-27)

Bug Fixes

  • colinear: Improve the check for inclusion of the last vertex (af3deb3)

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)