Skip to content

Releases: ixpantia/orbweaver-r

v0.14.0

06 Jul 00:06
41b6286
Compare
Choose a tag to compare
chore: Bump version to 0.14.0

v0.13.0

05 Jul 23:12
Compare
Choose a tag to compare
  • Adds public Rust crate to use in other R packages.

v0.12.0

21 Jun 15:55
a3568bb
Compare
Choose a tag to compare
  • Uses NodeVec data type to avoid conversion between owned internal strings and R character types.
  • Throws error when reading binary files generated by different orbweaver versions.

v0.11.0

19 Jun 19:33
c1cefdc
Compare
Choose a tag to compare
  • Improves performance by using a custom String Interner
  • Adds find_all_paths to DirectedGraph

orbweaver - 0.0.3

24 Nov 20:19
40941c2
Compare
Choose a tag to compare
  • Adds support for graphs of type acyclic.
  • Adds methods new_graph, add_child, add_node and clone_graph to build new graphs.
  • Allows as_graph with data.frames, to convert from a data.frame to a graph.
  • Adds method find_roots to find the roots of a graph.
  • Adds method find_leaves to find the leaves of a graph.
  • Adds methods get_children and get_parents to find children and parents of a node.
  • Adds method find_least_common_parents to identify the highest level nodes on a selection.
  • Adds method find_all_paths to find all possible paths between two nodes.
  • Adds method search_for_node to find nodes that have name / id matches.
  • Adds method as.list to transform a graph to a list that is compatible with shinyTree.