graphviz 16.1.0

16.1.0

See the CHANGELOG .

Added 1
  • Graph attribute svgid sets the id property of the <svg> of a graph
Fixed 6
  • An sfdp crash has been fixed
  • Graphs that induce invalid trapezoids during ortho routing no longer cause Graphviz crashes on non-Windows platforms
  • edgepaint no longer crashes when passed the illegal option -s
  • cluster no longer crashes when passed single character command-line options without arguments
  • cluster of trivial graphs with no nodes no longer crashes
  • cluster on large chains of nodes no longer references out-of-bounds memory

From graphviz

Added
  • Graph attribute svgid sets the id property of the <svg> of a graph. #2850
Fixed
  • An sfdp crash has been fixed. This was a regression in Graphviz 15.1.1. #2852
  • Graphs that induce invalid trapezoids during ortho routing no longer cause Graphviz crashes on non-Windows platforms. These scenarios now exit with failure gracefully. #2784
  • edgepaint no longer crashes when passed the illegal option -s. #2857
  • cluster no longer crashes when passed single character command-line options without arguments (e.g. cluster -C). #2857
  • cluster of trivial graphs with no nodes no longer crashes. #2857
  • cluster on large chains of nodes no longer references out-of-bounds memory. This was a regression in Graphviz 7.1.0. #2857
View original

Upgraded? How did it go?

Discussion