Skip to content

Commit ba424b0

Browse files
authored
Make repository more self-contained plus API section reorg (#3)
* Change URL from repository to website * Add API PDFs, restructure API section
1 parent c178849 commit ba424b0

4 files changed

Lines changed: 10 additions & 18 deletions

File tree

README.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -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

5454
Gabor 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
5656
of 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

docs/GraphBLAS_API_C_v1.2.0.pdf

1020 KB
Binary file not shown.

docs/GraphBLAS_API_C_v1.3.0.pdf

1.14 MB
Binary file not shown.

docs/GraphBLAS_API_C_v2.0.0.pdf

1.52 MB
Binary file not shown.

0 commit comments

Comments
 (0)