Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a39f1fe
Subproject ngff-spec under specfications directory
jo-mueller Dec 3, 2025
a3e8d50
Update submodule configuration to use ome/ngff-spec
jo-mueller Jan 7, 2026
7926b1b
rename development submodule to "Dev"
jo-mueller Jan 8, 2026
57a9fdb
fix Dev submodule config
jo-mueller Jan 8, 2026
6d84125
fix links
jo-mueller Jan 8, 2026
808c37a
Create Dev
jo-mueller Jan 8, 2026
944496a
bring back RTD
jo-mueller Jan 9, 2026
d826d12
add node to RTD tools
jo-mueller Jan 9, 2026
87fb6b0
Update submodules to latest commits
jo-mueller Jan 9, 2026
76fa183
invoke build scripts in submodules
jo-mueller Jan 9, 2026
27d77c6
fix index location
jo-mueller Jan 9, 2026
d26cbbf
update commit
jo-mueller Jan 9, 2026
365094e
do not build jupyter book here
jo-mueller Jan 11, 2026
9eee808
add 0.4
jo-mueller Jan 11, 2026
8228f2b
build books
jo-mueller Jan 12, 2026
8e2462f
update modules
jo-mueller Jan 12, 2026
87871c3
add 0.1 and 0.2
jo-mueller Jan 12, 2026
b8f036f
use bibtex references and parsing on page
jo-mueller Jan 12, 2026
8767c3a
update submodules
jo-mueller Jan 12, 2026
f088baf
update submodules
jo-mueller Jan 12, 2026
fb9fe03
Merge remote-tracking branch 'upstream/main' into subproject-ngff-spec
jo-mueller Jan 13, 2026
9efec31
skip references.bib in codespell
jo-mueller Jan 13, 2026
05b5e37
use ngff-spec as origin for submodules
jo-mueller Jan 13, 2026
6f60461
Merge branch 'main' into subproject-ngff-spec
jo-mueller Jan 19, 2026
cf367ee
add escape clause to build workflow
jo-mueller Jan 19, 2026
d86464c
Merge branch 'subproject-ngff-spec' of https://github.com/jo-mueller/…
jo-mueller Jan 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git,.codespellrc
skip = .git,.codespellrc,references.bib
check-hidden = true
# ignore-regex =
ignore-words-list = commend,Fuchsia
48 changes: 24 additions & 24 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
---
name: Add review url
# ---
# name: Add review url

on:
pull_request_target:
# on:
# pull_request_target:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/find-comment@v2
id: fc
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: 'github-actions[bot]'
body-includes: Automated Review URLs
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: peter-evans/find-comment@v2
# id: fc
# with:
# issue-number: ${{ github.event.pull_request.number }}
# comment-author: 'github-actions[bot]'
# body-includes: Automated Review URLs

- uses: peter-evans/create-or-update-comment@v2
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
body: |
#### Automated Review URLs
* [Readthedocs](https://ngff--${{ github.event.pull_request.number }}.org.readthedocs.build/)
* [render latest/index.bs](http://api.csswg.org/bikeshed/?url=https://raw.githubusercontent.com/ome/ngff/${{ github.event.pull_request.head.sha }}/latest/index.bs)
* [diff latest modified](https://services.w3.org/htmldiff?doc1=https%3A%2F%2Fngff.openmicroscopy.org%2Flatest%2F&doc2=http%3A%2F%2Fapi.csswg.org%2Fbikeshed%2F%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fome%2Fngff%2F${{ github.event.pull_request.head.sha }}%2Flatest%2Findex.bs)
edit-mode: replace
# - uses: peter-evans/create-or-update-comment@v2
# with:
# comment-id: ${{ steps.fc.outputs.comment-id }}
# issue-number: ${{ github.event.pull_request.number }}
# body: |
# #### Automated Review URLs
# * [Readthedocs](https://ngff--${{ github.event.pull_request.number }}.org.readthedocs.build/)
# * [render latest/index.bs](http://api.csswg.org/bikeshed/?url=https://raw.githubusercontent.com/ome/ngff/${{ github.event.pull_request.head.sha }}/latest/index.bs)
# * [diff latest modified](https://services.w3.org/htmldiff?doc1=https%3A%2F%2Fngff.openmicroscopy.org%2Flatest%2F&doc2=http%3A%2F%2Fapi.csswg.org%2Fbikeshed%2F%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fome%2Fngff%2F${{ github.event.pull_request.head.sha }}%2Flatest%2Findex.bs)
# edit-mode: replace
52 changes: 26 additions & 26 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
name: Validation
on:
push:
pull_request:
# name: Validation
# on:
# push:
# pull_request:

jobs:
# jobs:

validate:
name: Validation
strategy:
matrix:
ngff:
- '0.1'
- '0.2'
- '0.3'
- '0.4'
- '0.5'
- 'latest'
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- run: python -mpip install --upgrade wheel tox
- run: cd ${{matrix.ngff}} && tox
# validate:
# name: Validation
# strategy:
# matrix:
# ngff:
# - '0.1'
# - '0.2'
# - '0.3'
# - '0.4'
# - '0.5'
# - 'latest'
# runs-on: ubuntu-24.04
# steps:
# - uses: actions/checkout@v4
# with:
# submodules: 'true'
# - uses: actions/setup-python@v5
# with:
# python-version: '3.9'
# - run: python -mpip install --upgrade wheel tox
# - run: cd ${{matrix.ngff}} && tox
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
**/__pycache__/*
*/index.html
_build
_bikeshed
_html_extra
.tox
.vscode
.*plist
Expand Down
50 changes: 27 additions & 23 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
[submodule "0.1"]
path = 0.1
url = https://github.com/ome/ngff
branch = v0.1
[submodule "0.2"]
path = 0.2
url = https://github.com/ome/ngff
branch = v0.2
[submodule "0.3"]
path = 0.3
url = https://github.com/ome/ngff
branch = v0.3
[submodule "0.4"]
path = 0.4
url = https://github.com/ome/ngff
branch = v0.4
[submodule "Dev"]
path = specifications/Dev
url = https://github.com/ome/ngff-spec
branch = main
[submodule "0.6.dev2"]
path = specifications/0.6.dev2
url = https://github.com/ome/ngff-spec
branch = 0.6.dev2
[submodule "0.5"]
path = 0.5
url = https://github.com/ome/ngff
branch = v0.5
[submodule "latest"]
path = latest
url = https://github.com/ome/ngff
branch = v0.5
path = specifications/0.5
url = https://github.com/ome/ngff-spec
branch = 0.5
[submodule "0.4"]
path = specifications/0.4
url = https://github.com/ome/ngff-spec
branch = 0.4
[submodule "0.3"]
path = specifications/0.3
url = https://github.com/ome/ngff-spec
branch = 0.3
[submodule "specifications/0.2"]
path = specifications/0.2
url = https://github.com/ome/ngff-spec
branch = 0.2
[submodule "specifications/0.1"]
path = specifications/0.1
url = https://github.com/ome/ngff-spec
branch = 0.1
1 change: 0 additions & 1 deletion 0.1
Submodule 0.1 deleted from d669ce
1 change: 0 additions & 1 deletion 0.2
Submodule 0.2 deleted from d2dbd2
1 change: 0 additions & 1 deletion 0.3
Submodule 0.3 deleted from e53257
1 change: 0 additions & 1 deletion 0.4
Submodule 0.4 deleted from 7ac343
1 change: 0 additions & 1 deletion 0.5
Submodule 0.5 deleted from 8cbba2
Loading