Skip to content

Commit

Permalink
Merge pull request #1369 from compas-dev/fix-bug-shapely-plugin
Browse files Browse the repository at this point in the history
Fix bug in shapely pluggable
  • Loading branch information
tomvanmele committed Jun 10, 2024
2 parents 10a8ee1 + 22c9aaa commit 67c43a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Changed registration of `Capsule`, `Cone`, `Cylinder`, `Sphere`, `Torus` to `ShapeObject` in `compas_blender.scene`.
* Updated `compas.geometry.vector.__mul__` to allow element-wise multiplication with another vector.
* Updated `compas.geometry.vector.__truediv__` to allow element-wise division with another vector.
* Fixed bug in registration `shapely` boolean plugins.

### Removed

Expand Down
2 changes: 1 addition & 1 deletion src/compas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
]

__all_plugins__ = [
"compas.geometry.booleans.booleans_shapely",
"compas.geometry.booleans_shapely",
"compas.scene",
]

Expand Down

0 comments on commit 67c43a7

Please sign in to comment.