Skip to content

Releases: ladybug-tools/ladybug-geometry

v1.33.13

20 Dec 04:41
Compare
Choose a tag to compare

1.33.13 (2024-12-20)

Bug Fixes

  • bounding: Add generic check for overlapping bounding box (e99f3db)

v1.33.12

09 Dec 23:22
Compare
Choose a tag to compare

1.33.12 (2024-12-09)

Bug Fixes

  • polygon: Ensure degenerate geometry cannot cause exceptions (ea02291)

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)