File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -274,7 +274,10 @@ Pairs must not be duplicated.
274274
275275Coordinate 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
279282Binsparse describes custom multidimensional formats hierarchically. We can
280283understand 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",
You can’t perform that action at this time.
0 commit comments