Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 20:21
e67922e

PlantGeom v0.10.0

Diff since v0.9.0

Breaking changes

  • RefMeshes was removed. We don't use RefMeshes anymore, we just create a RefMesh per organ type, and use a reference in the node geometry. As long as we use the same RefMesh, 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 using get_ref_meshes(mtg) instead.
  • geometry was renamed Geometry for consistency (it is a type). I also removed its ref_mesh_index argument, as we automatically compute it when writing the OPF now.

Merged pull requests: