Skip to content

Commit 2896d72

Browse files
Update README.md
1 parent 5e06f39 commit 2896d72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ Here is a table listing the current tensor frameworks that support the format:
1717
| -------- | ------ | ------ | ----- |
1818
| C | [binsparse-reference-c](https://github.com/GraphBLAS/binsparse-reference-c) | under development | converts between binsparse and in-memory sparse matrices |
1919
| C++ | [binsparse-reference-impl](https://github.com/GraphBLAS/binsparse-reference-impl) | under development | converts between binsparse and in-memory sparse matrices |
20-
| Julia | [Finch.jl](https://willowahrens.io/Finch.jl/dev/fileio/) | under development | converts between binsparse and Finch matrices and tensors, supports custom format spec |
20+
| Julia | [Finch.jl](https://willowahrens.io/Finch.jl/dev/fileio/) | complete | converts between binsparse and in-memory sparse matrices or tensors |
2121
| Python | [binsparse-python](https://github.com/ivirshup/binsparse-python) | under development | converts between binsparse and scipy.sparse matrices |
22+
| TACO | [binsparse-taco-parser](https://github.com/tensor-compiler/taco-binsparse-parser) | complete | converts between binsparse and in-memory sparse matrices or tensors |
2223

2324
### Editing
2425

0 commit comments

Comments
 (0)