Skip to content

Releases: VEZY/PlantGeom.jl

v0.10.0

03 Dec 20:21
e67922e
Compare
Choose a tag to compare

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:

v0.9.0

30 Nov 15:53
8b86abf
Compare
Choose a tag to compare

PlantGeom v0.9.0

Diff since v0.8.0

Merged pull requests:

  • Adds node filtering option in viz (#86) (@VEZY)

Closed issues:

  • Add node filtering (#85)

v0.8.0

28 Nov 18:45
c082223
Compare
Choose a tag to compare

PlantGeom v0.8.0

Diff since v0.7.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:

  • Remove the test equality for TransformsBase.SequentialTransform (#67)
  • Use new methods for uconvert from Meshes >v0.44 (#68)

v0.7.0

13 Jun 13:56
Compare
Choose a tag to compare

PlantGeom v0.7.0

Diff since v0.6.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:

  • Use transformations from Meshes instead of CoordinateTransformations (#48)
  • Versions of the docs is broken (#62)
  • Use GRS for the units (#66)

v0.6.0

05 Mar 16:02
2889d75
Compare
Choose a tag to compare

PlantGeom v0.6.0

Diff since v0.5.3

Merged pull requests:

  • CompatHelper: bump compat for MultiScaleTreeGraph to 0.12, (keep existing compat) (#39) (@github-actions[bot])

v0.5.3

23 Mar 17:07
44edcd4
Compare
Choose a tag to compare

PlantGeom v0.5.3

Diff since v0.5.2

v0.5.2

21 Mar 23:10
d0dab34
Compare
Choose a tag to compare

PlantGeom v0.5.2

Diff since v0.5.1

Merged pull requests:

  • CompatHelper: bump compat for MultiScaleTreeGraph to 0.10, (keep existing compat) (#32) (@github-actions[bot])

v0.5.1

21 Mar 09:21
ddcf7c0
Compare
Choose a tag to compare

PlantGeom v0.5.1

Diff since v0.5.0

v0.5.0

19 Mar 23:12
81925c9
Compare
Choose a tag to compare

PlantGeom v0.5.0

Diff since v0.4.2

v0.4.2

08 Mar 20:59
1ad80bd
Compare
Choose a tag to compare

PlantGeom v0.4.2

Diff since v0.4.1

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])