@@ -52,32 +52,24 @@ A straw man proposal for the GraphBLAS can be found
5252[ here] ( http://gauss.cs.ucsb.edu/~aydin/combblas-r2.pdf )
5353
5454Gabor Szarnyas maintains a list of [ GraphBLAS
55- pointers] ( https://github.com/szarnyasg /graphblas-pointers ) with lots
55+ pointers] ( https://graphblas.org /graphblas-pointers ) with lots
5656of tutorial material.
5757
5858
5959# Application Program Interface (API)
6060
61- Version 1.0 (provisional) of the C language API is released on May
62- 29, 2017 at the GABB workshop
63- [ here] ( http://graphanalysis.org/workshop2017.html ) .
64-
65- Version 1.1.0 (provisional) is released on November 14, 2017.
61+ ## Current versions
6662
67- Version 1.2.0 (final) is released on May 18, 2018. It can be
68- downloaded from
69- [ here] ( http://people.eecs.berkeley.edu/~aydin/GraphBLAS_API_C_v12.pdf ) . This
70- is only available for archival purposes, you should use the latest
71- version 1.3.0 below.
63+ * [ GraphBLAS C API, version 1.3.0] ( /docs/GraphBLAS_API_C_v1.3.0.pdf ) (September 25, 2019)
64+ * [ GraphBLAS C API, version 2.0.0] ( /docs/GraphBLAS_API_C_v2.0.0.pdf ) (November 15, 2021)
7265
73- Version 1.3.0 (final) is released on September 25, 2019. It can be
74- downloaded from
75- [ here] ( http://people.eecs.berkeley.edu/~aydin/GraphBLAS_API_C_v13.pdf ) .
76-
77- Version 2.0.0 (final) is released on November 15, 2021. It can be
78- downloaded from
79- [ here] ( https://github.com/GraphBLAS/graphblas-api-c/files/7541426/GraphBLAS_API_C_2.0.0.pdf ) .
66+ ## Legacy versions
8067
68+ Version 1.0 (provisional) of the C language API was released on May
69+ 29, 2017 at the GABB workshop
70+ [ here] ( http://graphanalysis.org/workshop2017.html ) .
71+ Version 1.1.0 (provisional) released on November 14, 2017.
72+ [ Version 1.2.0] ( /docs/GraphBLAS_API_C_v1.2.0.pdf ) was released on May 18, 2018.
8173
8274# Projects developing implementations of the GraphBLAS
8375
0 commit comments