Releases: VEZY/PlantGeom.jl
Releases · VEZY/PlantGeom.jl
v0.10.0
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:
v0.9.0
v0.8.0
PlantGeom v0.8.0
Merged pull requests:
- CompatHelper: bump compat for Meshes to 0.52, (keep existing compat) (#79) (@github-actions[bot])
- CompatHelper: bump compat for Colors to 0.13, (keep existing compat) (#80) (@github-actions[bot])
- Bump codecov/codecov-action from 4 to 5 (#84) (@dependabot[bot])
Closed issues:
v0.7.0
PlantGeom v0.7.0
What's Changed
- CompatHelper: bump compat for MultiScaleTreeGraph to 0.13, (keep existing compat) by @github-actions in #47
- Use Meshes.jl transformations instead of CoordinatesTransformations.jl by @VEZY in #54
- CompatHelper: add new compat entry for Rotations at version 1, (keep existing compat) by @github-actions in #59
- CompatHelper: add new compat entry for TransformsBase at version 1, (keep existing compat) by @github-actions in #58
- Read/write ops files by @VEZY in #56
- CompatHelper: add new compat entry for Tables at version 1, (keep existing compat) by @github-actions in #63
- Adapt to Meshes v0.44 by @VEZY in #69 -> now we have a CRS, which means we have the units for all coordinates!
Full Changelog: v0.6.0...v0.7.0
Merged pull requests:
- CompatHelper: bump compat for MultiScaleTreeGraph to 0.13, (keep existing compat) (#47) (@github-actions[bot])
- Use Meshes.jl transformations instead of CoordinatesTransformations.jl (#54) (@VEZY)
- Read/write ops files (#56) (@VEZY)
- CompatHelper: add new compat entry for TransformsBase at version 1, (keep existing compat) (#58) (@github-actions[bot])
- CompatHelper: add new compat entry for Rotations at version 1, (keep existing compat) (#59) (@github-actions[bot])
- CompatHelper: add new compat entry for Tables at version 1, (keep existing compat) (#63) (@github-actions[bot])
- Adapt to Meshes v0.44 (#69) (@VEZY)
Closed issues:
v0.6.0
PlantGeom v0.6.0
Merged pull requests:
- CompatHelper: bump compat for MultiScaleTreeGraph to 0.12, (keep existing compat) (#39) (@github-actions[bot])
v0.5.3
PlantGeom v0.5.3
v0.5.2
PlantGeom v0.5.2
Merged pull requests:
- CompatHelper: bump compat for MultiScaleTreeGraph to 0.10, (keep existing compat) (#32) (@github-actions[bot])
v0.5.1
PlantGeom v0.5.1
v0.5.0
PlantGeom v0.5.0
v0.4.2
PlantGeom v0.4.2
Merged pull requests:
- CompatHelper: bump compat for Meshes to 0.25, (keep existing compat) (#21) (@github-actions[bot])
- CompatHelper: bump compat for Makie to 0.18, (keep existing compat) (#22) (@github-actions[bot])
- CompatHelper: bump compat for MeshViz to 0.6, (keep existing compat) (#23) (@github-actions[bot])
- CompatHelper: bump compat for Meshes to 0.26, (keep existing compat) (#24) (@github-actions[bot])
- CompatHelper: bump compat for MultiScaleTreeGraph to 0.8, (keep existing compat) (#25) (@github-actions[bot])
- CompatHelper: bump compat for Makie to 0.19, (keep existing compat) (#26) (@github-actions[bot])
- CompatHelper: bump compat for MeshViz to 0.7, (keep existing compat) (#27) (@github-actions[bot])
- CompatHelper: bump compat for MultiScaleTreeGraph to 0.9, (keep existing compat) (#28) (@github-actions[bot])
- CompatHelper: bump compat for Meshes to 0.27, (keep existing compat) (#29) (@github-actions[bot])
- CompatHelper: bump compat for Meshes to 0.28, (keep existing compat) (#30) (@github-actions[bot])
- CompatHelper: add new compat entry for Observables at version 0.5, (keep existing compat) (#31) (@github-actions[bot])