Skip to content

Commit 5437d92

Browse files
authored
Prepare first release. (#18)
1 parent ed927a0 commit 5437d92

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# processing-graph-streams (development version)
2+
3+
# processing-graph-streams (v0.1.0)
4+
5+
* Code matches the blog post: https://mjhdata.netlify.app/blog/processing-graph-streams/
6+
* Dependencies (graphviz) installed by install target.
7+
* Three example graphs in DOT format: Heawood graph, Frucht graph and Tutte graph.
8+
* gc example gvpr script.
9+
* Example of gc usage counting nodes and edges in three example graphs (make gc.txt).
10+
* colour gvpr script for adding colour information to the vertices of an input graph.
11+
* Example of colour usage in a pipeline using twopi from Graphviz to draw a coloured copy of the Frucht graph (make png/frucht.png).
12+
* Tested on Ubuntu 20.04.6 LTS (Focal Fossa) with graphviz version 2.43.0.

0 commit comments

Comments
 (0)