Skip to content

Commit 8b448a8

Browse files
author
Will Kimmerer
authored
Acknowledgements/installation
1 parent 1673e1a commit 8b448a8

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliasparse.github.io/SuiteSparseGraphBLAS.jl/dev/)
22

3-
## SuiteSparseGraphBLAS
4-
This is an in-progress Julia wrapper around the SuiteSparse:GraphBLAS library.
3+
# SuiteSparseGraphBLAS.jl
4+
A fast, general sparse linear algebra and graph computation package, based on SuiteSparse:GraphBLAS.
55

6-
7-
### TODO:
8-
#### vNext
9-
- [ ] Finish up Docs
10-
- [ ] Update to SuiteSparseGraphBLAS 5.1.0
6+
### Installation
7+
```julia
8+
using Pkg
9+
Pkg.add("SuiteSparseGraphBLAS.jl")
10+
```
1111

1212
#### v1.0
1313
- [ ] Import/Export all formats
14-
- [ ] UDTs/UDFs
14+
- [ ] UDTs
1515
- [ ] Full infix coverage
16-
- [ ] ChainRules.jl support
16+
- [ ] ChainRules.jl support
17+
18+
## Acknowledgements
19+
Original author: Abhinav Mehndiratta
20+
SuiteSparse author: Tim Davis
21+
Mentors: Viral B Shah, Miha Zgubic

0 commit comments

Comments
 (0)