Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: c89cb2e
_commit: '2888942'
_src_path: gh:scipp/copier_template
description: Scientific tiff format for imaging experiments.
max_python: '3.13'
Expand All @@ -10,4 +10,4 @@ orgname: scipp
prettyname: SciTiff
projectname: scitiff
related_projects: Scipp,Plopp,ESSImaging,EasyImaging
year: 2025
year: 2026
13 changes: 0 additions & 13 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
path: html/
- run: echo "::notice::https://remote-unzip.deno.dev/${{ github.repository }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}"

- uses: JamesIves/github-pages-deploy-action@v4.7.6
- uses: JamesIves/github-pages-deploy-action@v4.8.0
if: ${{ inputs.publish }}
with:
branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2025, Scipp and ESS contributors (https://github.com/scipp)
Copyright (c) 2026, Scipp contributors (https://github.com/scipp)
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
# Copyright (c) 2026 Scipp contributors (https://github.com/scipp)

import doctest
import os
Expand All @@ -15,7 +15,7 @@

# General information about the project.
project = 'SciTiff'
copyright = '2025 Scipp contributors'
copyright = '2026 Scipp contributors'
author = 'Scipp contributors'

html_show_sourcelink = True
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/io.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"source": [
"## Mask and Standard Deviation\n",
"\n",
".. warn:: This is not officially declared in the scitiff-schema.\n",
".. attention:: This is not officially declared in the scitiff-schema.\n",
"\n",
"In some cases, users need to save variances and masks into the file along with the counts.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dynamic = ["version"]
[project.optional-dependencies]
test = [
"pytest >= 8.0",
"requests >= 2.23.5"
"requests >= 2.32.5" # Tight lower-bound for better security.
]
gui = [
"textual",
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rpds-py==0.30.0
# via
# jsonschema
# referencing
scipp==26.1.1
scipp==26.2.0
# via -r base.in
tifffile==2026.1.28
# via -r base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/basetest.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# --- END OF CUSTOM SECTION ---
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
pytest >= 8.0
requests >= 2.23.5
requests >= 2.32.5
2 changes: 1 addition & 1 deletion requirements/basetest.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:52c5739d80338eadbf436d4d7d251a7df7b2d563
# SHA1:ff6a58eaf948f36dc26a68bef4290ea123ea471c
#
# This file was generated by pip-compile-multi.
# To update, run:
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ipython!=8.7.0 # Breaks syntax highlighting in Jupyter code cells.
myst-parser
nbsphinx
pydata-sphinx-theme>=0.14
sphinx
sphinx<9.0.0
sphinx-autodoc-typehints
sphinx-copybutton
sphinx-design
Expand Down
16 changes: 9 additions & 7 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:7577c7d201e49153cdf5e9501dc68e2aa00b1463
# SHA1:4bb3b5d3f54f6db58cb6fdfd766f5ef39e585fc3
#
# This file was generated by pip-compile-multi.
# To update, run:
Expand Down Expand Up @@ -42,7 +42,7 @@ decorator==5.2.1
# via ipython
defusedxml==0.7.1
# via nbconvert
docutils==0.22.4
docutils==0.21.2
# via
# myst-parser
# nbsphinx
Expand All @@ -58,7 +58,7 @@ idna==3.11
# via requests
imagesize==1.4.1
# via sphinx
ipykernel==7.1.0
ipykernel==7.2.0
# via -r docs.in
ipython==9.10.0
# via
Expand Down Expand Up @@ -144,7 +144,7 @@ pillow==12.1.0
# via matplotlib
platformdirs==4.5.1
# via jupyter-core
plopp==25.11.0
plopp==26.2.0
# via -r docs.in
prompt-toolkit==3.0.52
# via ipython
Expand Down Expand Up @@ -186,14 +186,16 @@ requests==2.32.5
rich==14.3.2
# via -r docs.in
roman-numerals==4.1.0
# via roman-numerals-py
roman-numerals-py==4.1.0
# via sphinx
six==1.17.0
# via python-dateutil
snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8.3
# via beautifulsoup4
sphinx==9.0.4
sphinx==8.2.3
# via
# -r docs.in
# autodoc-pydantic
Expand All @@ -203,7 +205,7 @@ sphinx==9.0.4
# sphinx-autodoc-typehints
# sphinx-copybutton
# sphinx-design
sphinx-autodoc-typehints==3.6.1
sphinx-autodoc-typehints==3.5.2
# via -r docs.in
sphinx-copybutton==0.5.2
# via -r docs.in
Expand Down Expand Up @@ -242,7 +244,7 @@ traitlets==5.14.3
# nbsphinx
urllib3==2.6.3
# via requests
wcwidth==0.5.3
wcwidth==0.6.0
# via prompt-toolkit
webencodings==0.5.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/nightly.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tifffile >= 2024.7.2
jsonschema >= 4.23.0
pydantic >= 2.11
pytest >= 8.0
requests >= 2.23.5
requests >= 2.32.5
scipp
--index-url=https://pypi.anaconda.org/scipp-nightly-wheels/simple/
--extra-index-url=https://pypi.org/simple
Expand Down
2 changes: 1 addition & 1 deletion requirements/nightly.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:bdcc053638157965df67de34cdbf15cbbf4f0bda
# SHA1:176e5996c5af936d699ca1cc5578e91661697528
#
# This file was generated by pip-compile-multi.
# To update, run:
Expand Down
2 changes: 1 addition & 1 deletion src/scitiff/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
# Copyright (c) 2026 Scipp contributors (https://github.com/scipp)
# ruff: noqa: RUF100, E402, F401, I

import importlib.metadata
Expand Down
2 changes: 1 addition & 1 deletion tests/package_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
# Copyright (c) 2026 Scipp contributors (https://github.com/scipp)

"""Tests of package integrity.

Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ deps = -r requirements/docs.txt
allowlist_externals=find
commands = scitiff-dump-metadata-example --output docs/_static/example_metadata.json
scitiff-dev-dump-schemas --output docs/_static/metadata-schema.json
python -m sphinx -j2 -v -b html -d {toxworkdir}/docs_doctrees docs html
python -m sphinx -j2 -v -b doctest -d {toxworkdir}/docs_doctrees docs html
python -m sphinx -W -j2 -v -b html -d {toxworkdir}/docs_doctrees docs html
python -m sphinx -W -j2 -v -b doctest -d {toxworkdir}/docs_doctrees -D nbsphinx_execute=never docs html
find html -type f -name "*.ipynb" -not -path "html/_sources/*" -delete
find docs -type f -name "example_metadata.json" -delete
find docs -type f -name "metadata-schema.json" -delete
Expand All @@ -46,7 +46,7 @@ commands = {[testenv:docs]commands}
[testenv:linkcheck]
description = Run Sphinx linkcheck
deps = -r requirements/docs.txt
commands = python -m sphinx -j2 -v -b linkcheck -d {toxworkdir}/docs_doctrees docs html
commands = python -m sphinx -j2 -v -b linkcheck -d {toxworkdir}/docs_doctrees -D nbsphinx_execute=never docs html

[testenv:static]
description = Code formatting and static analysis
Expand Down
Loading