Skip to content

Releases: VEZY/MultiScaleTreeGraph.jl

v0.14.3

06 Apr 15:48
6dce7d0
Compare
Choose a tag to compare

MultiScaleTreeGraph v0.14.3

Diff since v0.14.2

v0.14.2

14 Mar 17:11
28177a9
Compare
Choose a tag to compare

MultiScaleTreeGraph v0.14.2

Diff since v0.14.1

v0.14.1

17 Jun 15:59
fb07197
Compare
Choose a tag to compare

MultiScaleTreeGraph v0.14.1

Diff since v0.14.0

v0.14.0

14 May 14:05
238a1be
Compare
Choose a tag to compare

MultiScaleTreeGraph v0.14.0

Diff since v0.13.2

Merged pull requests:

  • Fixed error on deleting multiple root nodes (#71) (@bspanoghe)
  • insert_generation! does not update parent (#73) (@VEZY)

Closed issues:

  • delete_nodes! gives unexpected results when deleting multiple nodes at the root (#70)
  • insert_generation! does not update parent (#72)

v0.13.2

06 May 14:59
eb9b3ca
Compare
Choose a tag to compare

MultiScaleTreeGraph v0.13.2

Diff since v0.13.1

Merged pull requests:

Closed issues:

  • delete_node! errors on root nodes (#68)

v0.13.1

18 Mar 14:23
fc3f7b2
Compare
Choose a tag to compare

MultiScaleTreeGraph v0.13.1

Diff since v0.13.0

v0.13.0

15 Mar 07:37
16391dd
Compare
Choose a tag to compare

MultiScaleTreeGraph v0.13.0

Diff since v0.12.3

Breaking changes

  • Node fields cannot be accessed directly anymore, we provide accessor function. E.g. node.MTG is now node_mtg(node), and we even have e.g. symbol(node) as a shorthand to get the symbol encoding of the node (and link, ...).
  • The node name was deleted as it is not used anymore

Full Changelog: v0.12.3...v0.13.0

v0.12.3

13 Mar 08:41
ff08fe1
Compare
Choose a tag to compare

MultiScaleTreeGraph v0.12.3

Diff since v0.12.2

v0.12.2

29 Feb 14:57
cbe6c6e
Compare
Choose a tag to compare

MultiScaleTreeGraph v0.12.2

Diff since v0.12.1

Merged pull requests:

  • CompatHelper: add new compat entry for SHA at version 0.7, (keep existing compat) (#53) (@github-actions[bot])
  • CompatHelper: bump compat for MetaGraphsNext to 0.7, (keep existing compat) (#54) (@github-actions[bot])

Closed issues:

  • Error using scales (#58)

v0.12.1

27 Oct 11:20
91c0753
Compare
Choose a tag to compare

MultiScaleTreeGraph v0.12.1

Diff since v0.12.0

Merged pull requests:

  • CompatHelper: bump compat for XLSX to 0.10, (keep existing compat) (#49) (@github-actions[bot])
  • CompatHelper: bump compat for MetaGraphsNext to 0.6, (keep existing compat) (#50) (@github-actions[bot])