Skip to content

Going multiline

Latest
Compare
Choose a tag to compare
@elmar-hinz elmar-hinz released this 22 Jan 20:50
  • Read more input from multiple lines at once, words, integers, floats, edges.
  • Support reading of multiple edges from one line: 1->2,3,4.
  • Create a whole graph from multiple lines.
  • Update HelloGraph to show multiline graph reading.
  • Deprecate method edges() in favour of lines_to_edges() to unify the API.