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 38480f6 commit 1f154c8Copy full SHA for 1f154c8
CHANGELOG.md
@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
* Changed order of imports according to `isort` and changed line length to `179`.
31
* Changed use of `compas.geometry.allclose` to `compas.tolerance.TOL.is_allclose`.
32
* Changed use of `compas.geometry.close` to `compas.tolerance.TOL.is_close`.
33
+* Changed imports of itertools to `compas.itertools` instead of `compas.utilities`.
34
35
### Removed
36
0 commit comments