Skip to content

Commit b10df49

Browse files
Update README.md
1 parent 2896d72 commit b10df49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ 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/) | complete | converts between binsparse and in-memory sparse matrices or tensors |
20+
| Julia | [Finch.jl](https://finch-tensor.github.io/Finch.jl/stable/docs/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 |
22+
| Python | [finch-tensor-python](https://github.com/finch-tensor/finch-tensor-python)) | complete | converts between binsparse and in-memory sparse matrices or tensors |
23+
| C++ | TACO, [binsparse-taco-parser](https://github.com/tensor-compiler/taco-binsparse-parser) | complete | converts between binsparse and in-memory sparse matrices or tensors |
2324

2425
### Editing
2526

0 commit comments

Comments
 (0)