Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'sphinx_autodoc_typehints',
'sphinx_copybutton',
'sphinx_design',
'sphinx_reredirects',
'sphinxcontrib.autodoc_pydantic',
'nbsphinx',
'myst_parser',
Expand Down Expand Up @@ -281,3 +282,9 @@ def do_not_plot(*args, **kwargs):
r'https?://doi\.org/',
r'https?://dx\.doi\.org/',
]

# -- Redirect to new docs --------------------------------------------------

redirects = {
"*": "https://scipp.github.io/ess/imaging/$source.html",
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"scippneutron>=24.12.0",
"scippnexus>=23.11.1",
"tifffile>=2024.7.2",
"essreduce>=25.11.2",
"essreduce>=25.11.2,<=26.2.0",
"scitiff>=25.7",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ scipp>=25.4.0
scippneutron>=24.12.0
scippnexus>=23.11.1
tifffile>=2024.7.2
essreduce>=25.11.2
essreduce>=25.11.2,<=26.2.0
scitiff>=25.7
50 changes: 25 additions & 25 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:a1100845ace4b19ad8a759324efbe63c69022f7b
# SHA1:618e85ca89ef465265368209155dc49e31e13527
#
# This file was generated by pip-compile-multi.
# To update, run:
Expand All @@ -9,11 +9,11 @@ annotated-types==0.7.0
# via pydantic
asttokens==3.0.1
# via stack-data
attrs==25.4.0
attrs==26.1.0
# via
# jsonschema
# referencing
click==8.3.1
click==8.3.2
# via dask
cloudpickle==3.1.2
# via dask
Expand All @@ -25,7 +25,7 @@ cyclebane==24.10.0
# via sciline
cycler==0.12.1
# via matplotlib
dask==2026.1.2
dask==2026.3.0
# via -r base.in
decorator==5.2.1
# via ipython
Expand All @@ -37,27 +37,27 @@ essreduce==26.2.0
# via -r base.in
executing==2.2.1
# via stack-data
fonttools==4.61.1
fonttools==4.62.1
# via matplotlib
fsspec==2026.1.0
fsspec==2026.3.0
# via dask
graphviz==0.21
# via
# -r base.in
# plopp
h5py==3.15.1
h5py==3.16.0
# via
# scippneutron
# scippnexus
idna==3.11
# via email-validator
importlib-metadata==8.7.1
importlib-metadata==9.0.0
# via dask
ipydatawidgets==4.3.5
# via pythreejs
ipympl==0.10.0
# via plopp
ipython==9.10.0
ipython==9.10.1
# via
# ipympl
# ipywidgets
Expand All @@ -77,9 +77,9 @@ jsonschema-specifications==2025.9.1
# via jsonschema
jupyterlab-widgets==3.0.16
# via ipywidgets
kiwisolver==1.4.9
kiwisolver==1.5.0
# via matplotlib
lazy-loader==0.4
lazy-loader==0.5
# via
# plopp
# scippneutron
Expand All @@ -92,13 +92,13 @@ matplotlib==3.10.8
# plopp
matplotlib-inline==0.2.1
# via ipython
mpltoolbox==25.10.0
mpltoolbox==26.2.0
# via
# plopp
# scippneutron
networkx==3.6.1
# via cyclebane
numpy==2.4.2
numpy==2.4.4
# via
# contourpy
# h5py
Expand All @@ -115,17 +115,17 @@ packaging==26.0
# dask
# lazy-loader
# matplotlib
parso==0.8.5
parso==0.8.6
# via jedi
partd==1.4.2
# via dask
pexpect==4.9.0
# via ipython
pillow==12.1.0
pillow==12.2.0
# via
# ipympl
# matplotlib
plopp[all]==25.11.0
plopp[all]==26.3.1
# via
# -r base.in
# scippneutron
Expand All @@ -135,13 +135,13 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.3
# via stack-data
pydantic==2.12.5
pydantic==2.13.0
# via
# scippneutron
# scitiff
pydantic-core==2.41.5
pydantic-core==2.46.0
# via pydantic
pygments==2.19.2
pygments==2.20.0
# via
# ipython
# ipython-pygments-lexers
Expand All @@ -167,15 +167,15 @@ sciline==25.11.1
# via
# -r base.in
# essreduce
scipp==26.2.0
scipp==26.3.1
# via
# -r base.in
# essreduce
# plopp
# scippneutron
# scippnexus
# scitiff
scippneutron==25.11.2
scippneutron==26.3.0
# via
# -r base.in
# essreduce
Expand All @@ -184,7 +184,7 @@ scippnexus==26.1.1
# -r base.in
# essreduce
# scippneutron
scipy==1.17.0
scipy==1.17.1
# via
# scippneutron
# scippnexus
Expand All @@ -194,7 +194,7 @@ six==1.17.0
# via python-dateutil
stack-data==0.6.3
# via ipython
tifffile==2026.1.28
tifffile==2026.3.3
# via
# -r base.in
# scitiff
Expand All @@ -221,9 +221,9 @@ typing-extensions==4.15.0
# typing-inspection
typing-inspection==0.4.2
# via pydantic
wcwidth==0.5.3
wcwidth==0.6.0
# via prompt-toolkit
widgetsnbextension==4.0.15
# via ipywidgets
zipp==3.23.0
zipp==3.23.1
# via importlib-metadata
36 changes: 18 additions & 18 deletions requirements/basetest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
#
annotated-types==0.7.0
# via pydantic
attrs==25.4.0
attrs==26.1.0
# via
# jsonschema
# referencing
certifi==2026.1.4
certifi==2026.2.25
# via requests
charset-normalizer==3.4.4
charset-normalizer==3.4.7
# via requests
contourpy==1.3.3
# via matplotlib
cycler==0.12.1
# via matplotlib
fonttools==4.61.1
fonttools==4.62.1
# via matplotlib
idna==3.11
# via requests
Expand All @@ -29,15 +29,15 @@ jsonschema==4.26.0
# via scitiff
jsonschema-specifications==2025.9.1
# via jsonschema
kiwisolver==1.4.9
kiwisolver==1.5.0
# via matplotlib
lazy-loader==0.4
lazy-loader==0.5
# via
# plopp
# tof
matplotlib==3.10.8
# via plopp
numpy==2.4.2
numpy==2.4.4
# via
# contourpy
# matplotlib
Expand All @@ -49,51 +49,51 @@ packaging==26.0
# matplotlib
# pooch
# pytest
pillow==12.1.0
pillow==12.2.0
# via matplotlib
platformdirs==4.5.1
platformdirs==4.9.6
# via pooch
plopp==25.11.0
plopp==26.3.1
# via tof
pluggy==1.6.0
# via pytest
pooch==1.9.0
# via
# -r basetest.in
# tof
pydantic==2.12.5
pydantic==2.13.0
# via scitiff
pydantic-core==2.41.5
pydantic-core==2.46.0
# via pydantic
pygments==2.19.2
pygments==2.20.0
# via pytest
pyparsing==3.3.2
# via matplotlib
pytest==9.0.2
pytest==9.0.3
# via -r basetest.in
python-dateutil==2.9.0.post0
# via matplotlib
referencing==0.37.0
# via
# jsonschema
# jsonschema-specifications
requests==2.32.5
requests==2.33.1
# via pooch
rpds-py==0.30.0
# via
# jsonschema
# referencing
scipp==26.2.0
scipp==26.3.1
# via
# scitiff
# tof
scitiff==26.1.0
# via -r basetest.in
six==1.17.0
# via python-dateutil
tifffile==2026.1.28
tifffile==2026.3.3
# via scitiff
tof==26.1.0
tof==26.3.0
# via -r basetest.in
typing-extensions==4.15.0
# via
Expand Down
28 changes: 17 additions & 11 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,19 @@
#
# requirements upgrade
#
cachetools==7.0.0
cachetools==7.0.5
# via tox
certifi==2026.1.4
certifi==2026.2.25
# via requests
chardet==5.2.0
# via tox
charset-normalizer==3.4.4
charset-normalizer==3.4.7
# via requests
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.20.3
filelock==3.25.2
# via
# python-discovery
# tox
# virtualenv
gitdb==4.0.12
Expand All @@ -32,21 +31,28 @@ packaging==26.0
# -r ci.in
# pyproject-api
# tox
platformdirs==4.5.1
platformdirs==4.9.6
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
requests==2.32.5
python-discovery==1.2.2
# via
# tox
# virtualenv
requests==2.33.1
# via -r ci.in
smmap==5.0.2
smmap==5.0.3
# via gitdb
tox==4.34.1
tomli-w==1.2.0
# via tox
tox==4.53.0
# via -r ci.in
urllib3==2.6.3
# via requests
virtualenv==20.36.1
virtualenv==21.2.3
# via tox
Loading
Loading