Skip to content

Commit deec72a

Browse files
committed
Add version to top of spec document, change to 0.5
1 parent 7abe1c1 commit deec72a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

spec/latest/index.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<pre class='metadata'>
2-
Title: Binary Sparse Format Specification
2+
Title: Binary Sparse Format Specification Version 0.5
33
Shortname: binsparse
44
Level: 1
55
Status: LS-COMMIT
@@ -61,7 +61,7 @@ and 12 columns, containing float32 values, along with user-defined attributes.
6161
```json
6262
{
6363
"binsparse": {
64-
"version": "1.0",
64+
"version": "0.5",
6565
"format": "CSC",
6666
"shape": [10, 12],
6767
"data_types": {
@@ -358,7 +358,7 @@ Example of a CSR Matrix whose values are all 7.
358358

359359
```json
360360
{
361-
"version": "1.0",
361+
"version": "0.5",
362362
"format": "CSR",
363363
"shape": [5, 5],
364364
"data_types": {
@@ -495,7 +495,7 @@ Example of a symmetric CSR matrix.
495495

496496
```json
497497
{
498-
"version": "1.0",
498+
"version": "0.5",
499499
"format": "CSR",
500500
"shape": [5, 5],
501501
"structure": "symmetric_lower",

0 commit comments

Comments
 (0)