ladybug-tools / ladybug-geometry

🐞 📦 A library with geometry objects used throughout the Ladybug Tools core libraries
https://www.ladybug.tools/ladybug-geometry/docs/
GNU Affero General Public License v3.0
23 stars 22 forks source link

fix(intersection): Replace math.isclose with Python 2 compatible code #386

Closed chriswmackey closed 1 year ago

chriswmackey commented 1 year ago

It seems that math.isclose was not introduced until Python 3.5. So we need this in order for things to work in Ironpython 2.7.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.28.8 :tada:

The release is available on:

Your semantic-release bot :package::rocket: