Skip to content

Releases: jacobwilliams/daglib

1.2.0

31 Dec 20:14
9685482
Compare
Choose a tag to compare
  • added the ability to add edges one at a time
  • added the ability to add metadata to nodes and edges
  • added get_edge_index method
  • added the ability to call a user-defined function in a breadth first search of the DAG

1.1.1

30 Dec 16:38
Compare
Choose a tag to compare
  • Fixed a small bug preventing library from compiling if using integer kinds lower than int32.

1.1.0

30 Dec 16:05
1f89ce6
Compare
Choose a tag to compare
  • added the ability to specify labels and attributes for edges (for use in the graphviz output).
  • fixed a bug with calling toposort more than once.
  • edges are now checked for uniqueness.
  • added methods for getting the number of nodes and the node objects.
  • added the ability to remove nodes and edges.
  • added the ability to specify the integer kind via preprocessor directive.
  • some code cleanups.

1.0.0

28 Dec 15:57
Compare
Choose a tag to compare

Initial release