We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d83491 commit 13a1ac6Copy full SHA for 13a1ac6
CHANGELOG.md
@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
14
* Fixed `NotImplementedError` when calling `compas_rhino.conversions.surface_to_compas` on NURBS Surface.
15
* Fixed `NotImplementedError` when calling `compas_rhino.conversions.surface_to_compas` on Surface.
16
+* Changed point comparison (`compas.geometry.Point.__eq__`) to use `TOL.is_allclose` instead of raw coordinate comparison.
17
+* Fixed bug in frame comparison (`compas.geometry.Frame.__eq__`).
18
+* Fixed bug in `compas.geometry.oriented_bounding_box_numpy`.
19
20
### Removed
21
0 commit comments