Releases: haragei-dev/dag
Releases · haragei-dev/dag
v1.1.0
Additions
subGraphs(): T[][]
- to get an array of all subgraphsparallelize(): 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
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