Skip to content

Commit c193ab0

Browse files
committed
cleaned up, ready to merge
1 parent d741db3 commit c193ab0

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

spec/latest/index.bs

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

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

277-
### EXPERIMENTAL: Custom Formats ### {#custom_formats}
277+
### Version 2.0 only: Custom Formats ### {#custom_formats}
278+
279+
The contents of this section will be finalized with the release of Binsparse
280+
V2.0, and are subject to change until then.
278281

279282
Binsparse describes custom multidimensional formats hierarchically. We can
280283
understand these formats as arrays of arrays, where the parent array and
@@ -665,17 +668,7 @@ Example of a CSR Matrix whose values are all 7.
665668
```json
666669
{
667670
"version": "0.1",
668-
"format": {
669-
"level": "dense",
670-
"rank": 1,
671-
"subformat": {
672-
"level": "sparse",
673-
"rank": 1,
674-
"subformat": {
675-
"level": "element",
676-
}
677-
}
678-
},
671+
"format": "CSR",
679672
"shape": [5, 5],
680673
"data_types": {
681674
"pointers_to_1": "uint64",

0 commit comments

Comments
 (0)