Skip to content

Releases: haragei-dev/dag

v1.1.0

24 Jul 19:51
v1.1.0
c342cd2
Compare
Choose a tag to compare

Additions

  • subGraphs(): T[][] - to get an array of all subgraphs
  • parallelize(): ParallelCollection<T> - to get a set of all subgraphs where nodes are grouped in "parallelizable sets"

Changes

None

Downloads

The sha256 checksum of the package tarball is:

$ shasum -a 256 dag-1.1.0.tgz
59b879a4d828102960f7f930fbee9160b1211bd362f69b5c928d1ef1e9ed3c50  dag-1.1.0.tgz

v1.0.0

24 Jul 19:48
v1.0.0
74b235f
Compare
Choose a tag to compare

Initial implementation of a DAG with dynamic topological ordering and cycle detection.

Downloads

The sha256 checksum of the package tarball is:

$ shasum -a 256 dag-1.0.0.tgz
af6001eeb9437d622bd1cb49b7f58c36dda74076135c026d38f1c8b3cc2dcaab  dag-1.0.0.tgz

Full Changelog: https://github.com/haragei-dev/dag/commits/v1.0.0