PlantGeom v0.10.0
Breaking changes
RefMeshes
was removed. We don't useRefMeshes
anymore, we just create aRefMesh
per organ type, and use a reference in the node geometry. As long as we use the sameRefMesh
, it is only a reference (because its structure is immutable).- The
:ref_meshes
attribute of the root node does not exist anymore. We can get them usingget_ref_meshes(mtg)
instead. geometry
was renamedGeometry
for consistency (it is a type). I also removed itsref_mesh_index
argument, as we automatically compute it when writing the OPF now.
Merged pull requests: