Recent Releases of MultiScaleTreeGraph

MultiScaleTreeGraph - v0.14.4

MultiScaleTreeGraph v0.14.4

Diff since v0.14.3

  • Fix documentation for the functions mutating the node mtg encodings
  • Add methods for mutating the immutable NodeMTG encoding

- Julia
Published by github-actions[bot] 8 months ago

MultiScaleTreeGraph - v0.14.3

MultiScaleTreeGraph v0.14.3

Diff since v0.14.2

- Julia
Published by github-actions[bot] 11 months ago

MultiScaleTreeGraph - v0.14.2

MultiScaleTreeGraph v0.14.2

Diff since v0.14.1

- Julia
Published by github-actions[bot] 12 months ago

MultiScaleTreeGraph - v0.14.1

MultiScaleTreeGraph v0.14.1

Diff since v0.14.0

- Julia
Published by github-actions[bot] over 1 year ago

MultiScaleTreeGraph - v0.14.0

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: - deletenodes! gives unexpected results when deleting multiple nodes at the root (#70) - insertgeneration! does not update parent (#72)

- Julia
Published by github-actions[bot] almost 2 years ago

MultiScaleTreeGraph - v0.13.2

MultiScaleTreeGraph v0.13.2

Diff since v0.13.1

Merged pull requests: - Fixed error on deleting root nodes (#69) (@bspanoghe)

Closed issues: - delete_node! errors on root nodes (#68)

- Julia
Published by github-actions[bot] almost 2 years ago

MultiScaleTreeGraph - v0.13.1

MultiScaleTreeGraph v0.13.1

Diff since v0.13.0

- Julia
Published by github-actions[bot] almost 2 years ago

MultiScaleTreeGraph - v0.13.0

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: https://github.com/VEZY/MultiScaleTreeGraph.jl/compare/v0.12.3...v0.13.0

- Julia
Published by github-actions[bot] almost 2 years ago

MultiScaleTreeGraph - v0.12.3

MultiScaleTreeGraph v0.12.3

Diff since v0.12.2

- Julia
Published by github-actions[bot] almost 2 years ago

MultiScaleTreeGraph - v0.12.2

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)

- Julia
Published by github-actions[bot] almost 2 years ago

MultiScaleTreeGraph - v0.12.1

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

- Julia
Published by github-actions[bot] over 2 years ago

MultiScaleTreeGraph - v0.12.0

MultiScaleTreeGraph v0.12.0

Diff since v0.11.2

Closed issues: - Performance improvements (#46)

Merged pull requests: - Optimization for simulations (#48) (@VEZY)

- Julia
Published by github-actions[bot] over 2 years ago

MultiScaleTreeGraph - v0.11.2

MultiScaleTreeGraph v0.11.2

Diff since v0.11.1

Merged pull requests: - CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) (#45) (@github-actions[bot])

- Julia
Published by github-actions[bot] over 2 years ago

MultiScaleTreeGraph - v0.11.1

MultiScaleTreeGraph v0.11.1

Diff since v0.11.0

- Julia
Published by github-actions[bot] almost 3 years ago

MultiScaleTreeGraph - v0.11.0

MultiScaleTreeGraph v0.11.0

Diff since v0.10.1

Closed issues: - Add component and complex to Node (#21)

- Julia
Published by github-actions[bot] almost 3 years ago

MultiScaleTreeGraph - v0.10.1

MultiScaleTreeGraph v0.10.1

Diff since v0.10.0

- Julia
Published by github-actions[bot] almost 3 years ago

MultiScaleTreeGraph - v0.10.0

MultiScaleTreeGraph v0.10.0

Diff since v0.9.0

Closed issues: - Define the workflow for simulation (#35)

Merged pull requests: - CompatHelper: bump compat for XLSX to 0.9, (keep existing compat) (#34) (@github-actions[bot])

- Julia
Published by github-actions[bot] almost 3 years ago

MultiScaleTreeGraph - v0.9.0

MultiScaleTreeGraph v0.9.0

Diff since v0.8.0

Closed issues: - descendants with all=false does not work (#32)

- Julia
Published by github-actions[bot] about 3 years ago

MultiScaleTreeGraph - v0.8.0

MultiScaleTreeGraph v0.8.0

Diff since v0.7.0

Closed issues: - Errors when parsing MTG file in MTG section (#23) - writemtg does not work with immutable structs (#25) - MTG with no features cannot be read (#27) - Put children as an array of Nodes instead of a Dict (#28) - Should `orderedchildrenreturn nodes by their ID ? (#29) - Makeaddchild!` return the child so we can iteratively add children (#30) - Add node "type" as a parameter in the Node (as a field of type T) (#31)

Merged pull requests: - CompatHelper: bump compat for MetaGraphsNext to 0.4, (keep existing compat) (#26) (@github-actions[bot])

- Julia
Published by github-actions[bot] about 3 years ago

MultiScaleTreeGraph - v0.7.0

MultiScaleTreeGraph v0.7.0

Diff since v0.6.0

- Julia
Published by github-actions[bot] over 3 years ago

MultiScaleTreeGraph - v0.6.0

MultiScaleTreeGraph v0.6.0

Diff since v0.5.0

Merged pull requests: - CompatHelper: bump compat for MetaGraphsNext to 0.3, (keep existing compat) (#20) (@github-actions[bot]) - CompatHelper: bump compat for AbstractTrees to 0.4, (keep existing compat) (#22) (@github-actions[bot]) - CompatHelper: bump compat for XLSX to 0.8, (keep existing compat) (#24) (@github-actions[bot])

- Julia
Published by github-actions[bot] over 3 years ago

MultiScaleTreeGraph - v0.5.0

MultiScaleTreeGraph v0.5.0

Diff since v0.4.0

- Julia
Published by github-actions[bot] almost 4 years ago

MultiScaleTreeGraph - v0.4.0

MultiScaleTreeGraph v0.4.0

Diff since v0.3.0

- Julia
Published by github-actions[bot] about 4 years ago

MultiScaleTreeGraph - v0.3.0

MultiScaleTreeGraph v0.3.0

Diff since v0.2.0

- Julia
Published by github-actions[bot] about 4 years ago

MultiScaleTreeGraph - v0.2.0

MultiScaleTreeGraph v0.2.0

Diff since v0.1.0

Merged pull requests: - CompatHelper: add new compat entry for EzXML at version 1, (keep existing compat) (#18) (@github-actions[bot]) - CompatHelper: add new compat entry for StaticArrays at version 1, (keep existing compat) (#19) (@github-actions[bot])

- Julia
Published by github-actions[bot] about 4 years ago

MultiScaleTreeGraph - v0.1.0

MultiScaleTreeGraph v0.1.0

Merged pull requests: - CompatHelper: add new compat entry for "BenchmarkTools" at version "0.5" (#1) (@github-actions[bot]) - CompatHelper: add new compat entry for "LightGraphs" at version "1.3" (#2) (@github-actions[bot]) - CompatHelper: add new compat entry for "DataFrames" at version "0.21" (#3) (@github-actions[bot]) - CompatHelper: add new compat entry for "StructArrays" at version "0.4" (#4) (@github-actions[bot]) - CompatHelper: add new compat entry for "AbstractTrees" at version "0.3" (#5) (@github-actions[bot]) - CompatHelper: add new compat entry for "MutableNamedTuples" at version "0.1" (#6) (@github-actions[bot]) - CompatHelper: add new compat entry for "BenchmarkTools" at version "0.5" (#7) (@github-actions[bot]) - CompatHelper: bump compat for "DataFrames" to "0.22" (#8) (@github-actions[bot]) - CompatHelper: add new compat entry for "OrderedCollections" at version "1.4" (#9) (@github-actions[bot]) - CompatHelper: bump compat for "DataFrames" to "1.1" (#10) (@github-actions[bot]) - CompatHelper: add new compat entry for "XLSX" at version "0.7" (#11) (@github-actions[bot]) - CompatHelper: add new compat entry for MetaGraphsNext at version 0.1, (keep existing compat) (#12) (@github-actions[bot]) - CompatHelper: add new compat entry for LightGraphs at version 1, (keep existing compat) (#13) (@github-actions[bot]) - CompatHelper: add new compat entry for RecipesBase at version 1, (keep existing compat) (#14) (@github-actions[bot]) - CompatHelper: add new compat entry for Graphs at version 1, (keep existing compat) (#15) (@github-actions[bot])

- Julia
Published by github-actions[bot] over 4 years ago