Skip to content

Commit 0b46955

Browse files
committed
deploy: b10df49
1 parent 72eb066 commit 0b46955

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
<div class="head">
536536
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
537537
<h1 class="p-name no-ref" id="title">Binary Sparse Format Specification Version 0.1</h1>
538-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#UD">Unofficial Proposal Draft</a>, <time class="dt-updated" datetime="2025-04-07">7 April 2025</time></p>
538+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#UD">Unofficial Proposal Draft</a>, <time class="dt-updated" datetime="2025-04-28">28 April 2025</time></p>
539539
<details open>
540540
<summary>More details about this document</summary>
541541
<div data-fill-with="spec-metadata">

0 commit comments

Comments
 (0)