Skip to content

Commit a0d4313

Browse files
committed
custom format spec
1 parent 60ba9d3 commit a0d4313

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Here is a table listing the current tensor frameworks that support the format:
1515

1616
| Language | Framework | Status | Notes |
1717
| -------- | ------ | ------ | ----- |
18-
| C | [binsparse-reference-c](https://github.com/GraphBLAS/binsparse-reference-c) | under development | converts between binsparse V1.0 and custom in-memory sparse matrices |
19-
| C++ | [binsparse-reference-impl](https://github.com/GraphBLAS/binsparse-reference-impl) | under development | converts between binsparse V1.0 and custom in-memory sparse matrices |
20-
| Julia | [Finch.jl](https://willowahrens.io/Finch.jl/dev/fileio/) | under development | converts between binsparse V1.0 and V2.0 and Finch matrices and tensors |
21-
| Python | [binsparse-python](https://github.com/ivirshup/binsparse-python) | under development | converts between binsparse V1.0 and scipy.sparse matrices |
18+
| C | [binsparse-reference-c](https://github.com/GraphBLAS/binsparse-reference-c) | under development | converts between binsparse and in-memory sparse matrices |
19+
| 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 |
21+
| Python | [binsparse-python](https://github.com/ivirshup/binsparse-python) | under development | converts between binsparse and scipy.sparse matrices |
2222

2323
### Editing
2424

spec/latest/index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,10 @@ Pairs must not be duplicated.
274274

275275
Coordinate format is an alias for [[#coor_format]] format.
276276

277-
### Version 2.0 only: Custom Formats ### {#custom_formats}
277+
### Custom Formats ### {#custom_formats}
278278

279-
The contents of this section will be finalized with the release of Binsparse
280-
V2.0, and are subject to change until then.
279+
The contents of this section are optional for all parsers, but enable
280+
customizable sparse formats for matrices and tensors.
281281

282282
Binsparse describes custom multidimensional formats hierarchically. We can
283283
understand these formats as arrays of arrays, where the parent array and

0 commit comments

Comments
 (0)