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 8283d74 commit 7b5b5e3Copy full SHA for 7b5b5e3
CHANGELOG.md
@@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
* Changed use of `compas.geometry.allclose` to `compas.tolerance.TOL.is_allclose`.
35
* Changed use of `compas.geometry.close` to `compas.tolerance.TOL.is_close`.
36
* Changed imports of itertools to `compas.itertools` instead of `compas.utilities`.
37
+* Updated `compas_rhino.conversions.point_to_compas` to allow for `compas.geometry.Point` as input.
38
39
### Removed
40
0 commit comments