Skip to content

Commit

Permalink
replace instances of 0.5-dev with 0.5-dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b committed Jun 27, 2024
1 parent e3426ae commit 40c16a8
Show file tree
Hide file tree
Showing 18 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion 0.5-dev1/examples/label_strict/colors_properties.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"image-label": {
"version": "0.5-dev",
"version": "0.5-dev1",
"colors": [
{
"label-value": 0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"multiscales": [
{
"version": "0.5-dev",
"version": "0.5-dev1",
"name": "example",
"axes": [
{"name": "t", "type": "time", "unit": "millisecond"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"type": "scale"
}
],
"version": "0.5-dev",
"version": "0.5-dev1",
"name": "image_with_coordinateTransformations",
"type": "foo",
"metadata": {
Expand Down
2 changes: 1 addition & 1 deletion 0.5-dev1/examples/plate_strict/plate_2wells.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"name": "H"
}
],
"version": "0.5-dev",
"version": "0.5-dev1",
"wells": [
{
"path": "C/5",
Expand Down
2 changes: 1 addition & 1 deletion 0.5-dev1/examples/plate_strict/plate_6wells.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"name": "B"
}
],
"version": "0.5-dev",
"version": "0.5-dev1",
"wells": [
{
"path": "A/1",
Expand Down
2 changes: 1 addition & 1 deletion 0.5-dev1/examples/well_strict/well_2fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"path": "1"
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
}
2 changes: 1 addition & 1 deletion 0.5-dev1/examples/well_strict/well_4fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"path": "3"
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
}
4 changes: 2 additions & 2 deletions 0.5-dev1/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Local Boilerplate: copyright yes
Boilerplate: style-darkmode off
Markup Shorthands: markdown yes
Editor: Josh Moore, University of Dundee (UoD) https://www.dundee.ac.uk, https://orcid.org/0000-0003-4028-811X
Text Macro: NGFFVERSION 0.5-dev
Text Macro: NGFFVERSION 0.5-dev1
Abstract: This document contains next-generation file format (NGFF)
Abstract: specifications for storing bioimaging data in the cloud.
Abstract: All specifications are submitted to the https://image.sc community for review.
Expand Down Expand Up @@ -340,7 +340,7 @@ can be found under the "omero" key in the group-level metadata:
```json
"id": 1, # ID in OMERO
"name": "example.tif", # Name as shown in the UI
"version": "0.5-dev", # Current version
"version": "0.5-dev1", # Current version
"channels": [ # Array matching the c dimension size
{
"active": true,
Expand Down
2 changes: 1 addition & 1 deletion 0.5-dev1/schemas/image.schema
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"version": {
"type": "string",
"enum": [
"0.5-dev"
"0.5.-dev1"
]
},
"axes": {
Expand Down
2 changes: 1 addition & 1 deletion 0.5-dev1/schemas/label.schema
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"description": "The version of the specification",
"type": "string",
"enum": [
"0.5-dev"
"0.5-dev-1"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion 0.5-dev1/schemas/plate.schema
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"description": "The version of the specification",
"type": "string",
"enum": [
"0.5-dev"
"0.5-dev-1"
]
},
"field_count": {
Expand Down
2 changes: 1 addition & 1 deletion 0.5-dev1/schemas/well.schema
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"description": "The version of the specification",
"type": "string",
"enum": [
"0.5-dev"
"0.5-dev-1"
]
}
},
Expand Down
54 changes: 27 additions & 27 deletions 0.5-dev1/tests/image_suite.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5-dev1"
}
]
},
Expand Down Expand Up @@ -83,7 +83,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -160,7 +160,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand All @@ -173,7 +173,7 @@
"@type": "ngff:Image",
"multiscales": [
{
"version": "0.5-dev",
"version": "0.5.-dev1",
"datasets": [
{
"path": "path/to/0",
Expand Down Expand Up @@ -254,7 +254,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -292,7 +292,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -328,7 +328,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -366,7 +366,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -404,7 +404,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -460,7 +460,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -498,7 +498,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
],
"omero": {
Expand Down Expand Up @@ -551,7 +551,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -584,7 +584,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -625,7 +625,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -663,7 +663,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -709,7 +709,7 @@
"type": "scale"
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -738,7 +738,7 @@
"path": "0"
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand All @@ -763,7 +763,7 @@
}
],
"datasets": [],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand All @@ -787,7 +787,7 @@
"unit": "micrometer"
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand All @@ -813,7 +813,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -926,7 +926,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -971,7 +971,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand All @@ -998,7 +998,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -1044,7 +1044,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -1091,7 +1091,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
],
"omero": {
Expand Down Expand Up @@ -1138,7 +1138,7 @@
"coordinateTransformations": []
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down Expand Up @@ -1175,7 +1175,7 @@
]
}
],
"version": "0.5-dev"
"version": "0.5.-dev1"
}
]
},
Expand Down
Loading

0 comments on commit 40c16a8

Please sign in to comment.