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 f7e283f commit 3891d94Copy full SHA for 3891d94
CHANGELOG.md
@@ -15,11 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
* Added optional `path` parameter to `compas.rpc.Proxy` to allow for non-package calls.
16
* Added Grasshopper component to call RPC functions.
17
* Added `Mesh.to_lines` method and tests.
18
+* Added `Assembly.find_by_key` to locate parts by key.
19
20
### Changed
21
22
* Set `jinja >= 3.0` to dev dependencies to fix docs build error.
23
* Fixed removing of collections for `compas_plotters`.
24
+* Fixed `find` part by GUID after deserialization in `Assembly`.
25
26
### Removed
27
0 commit comments