Skip to content

Commit 13a1ac6

Browse files
committed
log
1 parent 8d83491 commit 13a1ac6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
* Fixed `NotImplementedError` when calling `compas_rhino.conversions.surface_to_compas` on NURBS Surface.
1515
* 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`.
1619

1720
### Removed
1821

0 commit comments

Comments
 (0)