calkit-python 0.47.2__tar.gz → 0.47.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {calkit_python-0.47.2 → calkit_python-0.47.4}/CONTRIBUTING.md +1 -1
- {calkit_python-0.47.2 → calkit_python-0.47.4}/PKG-INFO +1 -1
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/latex.py +407 -40
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/main/core.py +20 -5
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/conda.py +68 -7
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/environments.py +11 -1
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/git.py +0 -21
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/labextension/package.json +5 -5
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/labextension/schemas/calkit/package.json.orig +4 -4
- calkit_python-0.47.4/calkit/labextension/static/506.c34b070098184e33.js +156 -0
- calkit_python-0.47.4/calkit/labextension/static/616.528427eb54a4a0c0.js +1 -0
- calkit_python-0.47.4/calkit/labextension/static/740.6bf87276e9e5788a.js +1 -0
- calkit_python-0.47.4/calkit/labextension/static/899.f9b9f9bf705a6493.js +2632 -0
- calkit_python-0.47.4/calkit/labextension/static/935.46ecc6bf99aa593a.js +1 -0
- calkit_python-0.47.4/calkit/labextension/static/remoteEntry.109a3a8379365e59.js +1 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/labextension/static/style.js +1 -1
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/latex.py +42 -23
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/models/pipeline.py +63 -43
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/pipeline.py +86 -27
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/main/test_core.py +40 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/test_latex.py +229 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/models/test_pipeline.py +34 -6
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_conda.py +59 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_pipeline.py +99 -20
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/cli-reference.md +17 -11
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/latex.md +65 -26
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/pipeline/index.md +14 -13
- {calkit_python-0.47.2/vscode-ext → calkit_python-0.47.4/docs}/schemas/calkit.json +9 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/package.json +4 -4
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/yarn.lock +446 -760
- {calkit_python-0.47.2 → calkit_python-0.47.4}/pyproject.toml +4 -2
- {calkit_python-0.47.2 → calkit_python-0.47.4}/uv.lock +101 -85
- {calkit_python-0.47.2/docs → calkit_python-0.47.4/vscode-ext}/schemas/calkit.json +9 -0
- calkit_python-0.47.2/calkit/labextension/static/502.9a2c5772a15466e923ef.js +0 -1
- calkit_python-0.47.2/calkit/labextension/static/695.2c41003a452d43d2b358.js +0 -1
- calkit_python-0.47.2/calkit/labextension/static/867.a42a046aa5108f54f8fb.js +0 -1
- calkit_python-0.47.2/calkit/labextension/static/909.6d8285ce7c45878ac508.js +0 -1
- calkit_python-0.47.2/calkit/labextension/static/946.050af2abf7845cfbdbd2.js +0 -2
- calkit_python-0.47.2/calkit/labextension/static/946.050af2abf7845cfbdbd2.js.LICENSE.txt +0 -9
- calkit_python-0.47.2/calkit/labextension/static/remoteEntry.d7a43c7948f690d37d19.js +0 -1
- {calkit_python-0.47.2 → calkit_python-0.47.4}/.claude-plugin/marketplace.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/.dockerignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/.gitattributes +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/.gitmodules +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/.pre-commit-config.yaml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/.prettierignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/.prettierrc.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/.python-version +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/.vscode/launch.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/.vscode/tasks.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/AGENTS.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/CITATION.cff +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/CODE_OF_CONDUCT.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/LICENSE +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/Makefile +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/README.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/actions/run/README.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/actions/run/action.yml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/actions/run/example.yml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/agent-plugin/.claude-plugin/plugin.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/agent-plugin/skills/add-pipeline-stage/SKILL.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/agent-plugin/skills/build-paper-pipeline/SKILL.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/agent-plugin/skills/check-questions/SKILL.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/agent-plugin/skills/check-reproducibility/SKILL.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/agent-plugin/skills/conventions/SKILL.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/agent-plugin/skills/create-pipeline/SKILL.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/README.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/options.html +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/package-lock.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/package.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/popup.html +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/public/icons/calkit-128.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/public/icons/calkit-16.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/public/icons/calkit-32.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/public/icons/calkit-48.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/public/icons/calkit.svg +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/public/manifest.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/scripts/build-content.mjs +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/scripts/package-manifest.mjs +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/scripts/store-screenshots.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/scripts/watch.mjs +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/background/index.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/content/github.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/content/overleaf.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/content/references.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/api.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/auth.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/calkit-yaml.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/calkit-yaml.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/detect.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/detect.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/hub-url.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/hubs.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/hubs.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/latex.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/latex.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/lifecycle.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/messages.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/messages.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/pickers.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/storage.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/types.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/ui.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/core/ui.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/options/options.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/popup/popup.css +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/popup/popup.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/src/viewer/viewer.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/tsconfig.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/viewer.html +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/vite.config.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/vite.content.config.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/browser-ext/vitest.config.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/__main__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/calc.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/check.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/config.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/core.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/delete.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/describe.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/dev.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/hub.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/import_.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/list.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/main/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/main/xr.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/new.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/notebooks.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/office.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/overleaf.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/scheduler.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/sync.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/cli/update.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/config.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/core.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/datasets.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/dependencies.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/detect.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/docker.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/docx.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/dvc/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/dvc/core.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/dvc/zip.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/fs.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/github.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/gui.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/hub.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/install.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/invenio.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/julia.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/jupyter.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/jupyterlab/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/jupyterlab/routes.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/labextension/schemas/calkit/plugin.json +0 -0
- /calkit_python-0.47.2/calkit/labextension/static/b2f1c3efe70cb539d121.png → /calkit_python-0.47.4/calkit/labextension/static/57d13a7399cec3c5.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/labextension/static/third-party-licenses.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/licenses.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/magics.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/markdown.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/matlab.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/models/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/models/core.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/models/docx.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/models/io.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/models/iteration.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/notebooks.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/office.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/ops.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/overleaf.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/procedures.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/provenance.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/questions.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/releases.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/reproducibility.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/resources/README.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/resources/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/resources/devcontainer/Dockerfile +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/resources/devcontainer/README.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/resources/devcontainer/base.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/resources/devcontainer/devcontainer.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/resources/devcontainer/scripts/check-envs.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/resources/devcontainer/scripts/post-create.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/resources/devcontainer/scripts/post-start.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/resources/devcontainer/scripts/update-content.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/resources/github-actions/example.yml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/resources/vscode/README.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/resources/vscode/extensions.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/resources/vscode/settings.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/schema.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/server.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/templates/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/templates/core.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/templates/latex/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/templates/latex/article/paper.tex +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/templates/latex/core.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/templates/latex/ieee-conference/paper.tex +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/templates/latex/jfm/jfm.bst +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/templates/latex/jfm/jfm.cls +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/templates/latex/jfm/lineno-FLM.sty +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/templates/latex/jfm/paper.tex +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/templates/latex/jfm/upmath.sty +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/templates/latex/report/paper.tex +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/main/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/main/test_lock.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/main/test_subprojects.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/main/test_xr.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/test_check.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/test_config.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/test_core.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/test_delete.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/test_describe.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/test_hub.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/test_import.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/test_list.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/test_new.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/test_notebooks.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/test_overleaf.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/test_scheduler.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/test_sync.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/cli/test_update.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/dvc/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/dvc/test_core.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/dvc/test_zip.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/jupyterlab/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/jupyterlab/conftest.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/jupyterlab/test_routes.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/models/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/models/test_core.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/models/test_iteration.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_calc.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_config.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_core.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_dependencies.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_detect.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_docker.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_docs_references.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_docx.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_environments.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_fs.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_git.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_hub.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_install.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_invenio.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_julia.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_jupyter.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_keyring_windows.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_licenses.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_magics.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_markdown.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_matlab.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_models.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_notebooks.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_overleaf.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_procedures.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_provenance.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_questions.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_releases.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_reproducibility.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_resources.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_schema.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_templates.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/tests/test_workspace.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/calkit/workspace.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/CNAME +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/acknowledgements.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/ai-tools.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/apps.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/browser-ext/index.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/browser-ext/privacy.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/calculations.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/calkit-yaml.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/cloud-integration.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/datasets.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/dev/latex-word.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/environments.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/examples.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/governance.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/help.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/hpc.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/hub/index.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/hub/self-hosting.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/img/c-to-the-k-white.svg +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/img/calkit-fragmentation-compendium.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/img/calkit-no-bg.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/img/caltech.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/img/connect-zenodo.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/img/jupyterlab/all-green.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/img/jupyterlab/collect-data-stale.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/img/jupyterlab/new-env.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/img/jupyterlab/new-notebook.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/img/jupyterlab/pipeline-badge.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/img/jupyterlab-params.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/img/pipeline.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/img/plos-osi-code-2024-03.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/img/schmidt-sciences.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/img/vscode-nb-params.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/index.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/installation.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/jupyterlab.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/local-server.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/notebooks.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/overleaf.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/pipeline/manual-steps.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/pipeline/markdown.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/pipeline/running-and-logging.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/provenance.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/questions.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/quickstart.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/references.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/releases.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/reproducibility.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/requirements.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/subprojects.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/adding-latex-pub-docker.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/ai-agents.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/conda-envs.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/existing-project.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/first-project.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/github-actions.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/actions-repo-secrets.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/latex-codespaces/building-codespace.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/latex-codespaces/codespaces-secrets-2.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/latex-codespaces/editor-split.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/latex-codespaces/go-to-linked-code.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/latex-codespaces/issue-from-selection.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/latex-codespaces/new-project.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/latex-codespaces/new-pub-2.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/latex-codespaces/new-token.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/latex-codespaces/paper.tex.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/latex-codespaces/project-home-3.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/latex-codespaces/push.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/latex-codespaces/stage.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/anakin-excel.jpg +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/chart-more-rows.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/create-project.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/elsevier-research-data-guidelines.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/excel-chart.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/excel-data.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/insert-link-to-file.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/needs-clone.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/new-stage.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/phd-comics-version-control.webp +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/pipeline-out-of-date.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/status-more-rows.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/uncommitted-changes.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/untracked-data.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/updated-publication.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/word-to-pdf-stage-2.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/office/workflow-page.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/openfoam/clone.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/openfoam/create-project.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/openfoam/datasets-page.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/openfoam/figure-on-website-updated.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/openfoam/figure-on-website.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/openfoam/new-token.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/openfoam/reclone.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/openfoam/status-after-import-dataset.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/quick-actions.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/run-proc.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/vscode-slurm-notebook/create-calkit-env.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/vscode-slurm-notebook/create-inner-env.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/vscode-slurm-notebook/create-new-calkit-env.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/vscode-slurm-notebook/select-calkit-env.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/vscode-slurm-notebook/slurm-job-running.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/vscode-slurm-notebook/slurm-launch-options.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/img/vscode-slurm-notebook/starting-slurm-job.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/index.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/jupyterlab.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/latex-codespaces.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/latex-word.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/matlab.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/notebook-pipeline.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/office.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/openfoam.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/procedures.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/runnable-readme.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/vscode-slurm-notebook.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/tutorials/writing-first.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/docs/version-control.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/.calkit/env-locks/py/osx-arm64.txt +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/.calkit/env-locks/py/win-64.txt +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/.calkit/env-locks/tex/amd64.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/.calkit/env-locks/tex/arm64.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/.dvc/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/.dvc/config +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/.dvcignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/.gitattributes +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/README.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/calkit.yaml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/dvc.lock +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/dvc.yaml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/figures/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/paper/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/paper/figures/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/paper/main.tex +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/paper/methods.tex +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/paper/refs.bib +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/requirements.txt +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/latex-word/scripts/plot-wake.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/.calkit/envs/jl/Manifest.toml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/.calkit/envs/jl/Project.toml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/.calkit/envs/py/.python-version +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/.calkit/envs/py/pyproject.toml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/.calkit/envs/py/uv.lock +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/.calkit/envs/r/.Rbuildignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/.calkit/envs/r/.Rprofile +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/.calkit/envs/r/DESCRIPTION +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/.calkit/envs/r/renv/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/.calkit/envs/r/renv/activate.R +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/.calkit/envs/r/renv/settings.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/.calkit/envs/r/renv.lock +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/.dvc/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/.dvc/config +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/.dvcignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/README.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/calkit.yaml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/data/data.csv +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/data/data2.csv +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/dvc.lock +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/dvc.yaml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/figures/data2.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/figures/figure.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown/results/fit.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown-python/.dvc/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown-python/.dvc/config +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown-python/.dvcignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown-python/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown-python/.python-version +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown-python/README.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown-python/calkit.yaml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown-python/dvc.lock +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown-python/dvc.yaml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown-python/figures/waves.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown-python/pyproject.toml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown-python/src/wavetools/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/examples/markdown-python/uv.lock +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/flake.lock +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/flake.nix +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/.env.example +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/.gitattributes +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/.vscode/launch.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/AGENTS.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/LICENSE +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/Makefile +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/README.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/.python-version +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/Dockerfile +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/Makefile +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/README.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/alembic.ini +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/README +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/env.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/script.py.mako +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/.keep +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/07c8236476c4_add_fields_to_usertoken.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/10a05eaedfbd_add_dataset_table.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/1546aa334cd5_make_project_description_nullable.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/1a31ce608336_add_cascade_delete_relationships.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/1fb6e38eb0e9_add_deviceauth_table.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/208e7457f3ba_add_title_to_project.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/2e7c25a00842_add_is_public_to_project.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/38e178698db2_update_subscription_model_to_use_plan_.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/3b1e67e9c318_add_usertoken_table.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/4dac15c0282a_add_stripe_customer_id_to_user.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/4e1c917fcca4_add_status_columns_to_project_table.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/5ba89308431f_add_project_table.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/5d6f8217c890_add_subscriber_user_id_to_org_.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/65b2d15cc702_add_github_username_field_to_user.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/697c3c1a8a27_add_git_repo_url_to_project.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/6f3a3afbea8b_add_number_field_to_question.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/7076d9b5c887_use_account_for_project_owner.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/71e1d1e69bbd_add_table_for_storing_user_github_tokens.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/799476973bce_add_created_ts_to_user_github_token_.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/7cacee34034c_add_parent_child_relationship_to_.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/97762605447f_add_onboarding_flags_and_feedback.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/9c0a54914c78_add_max_length_for_string_varchar_.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/9c4f70636d73_add_fields_to_usertoken.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/a333fc5aa994_index_project_folders_synced_with_.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/a4af19842927_create_table_to_store_user_zenodo_tokens.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/ab7816be480b_drop_items.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/ac622559475f_save_timestamps_for_github_token_.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/af024967630d_lowercase_account_names.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/c1f9a3e27d48_consolidate_comment_tables.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/c46a78ba506c_add_created_column_to_account.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/c749b39072d3_add_figurecomment.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/c7c41c3f0d22_add_user_external_credential_table.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/d01ce914143d_make_question_a_table.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/d21ed1c9537e_add_zenodo_user_id_column_to_user.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/d3a8021fb433_add_table_for_user_project_access.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/d4e5f6a7b8c9_ghless_membership_and_invitations.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/d6366015af35_add_discount_code_table.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/d98dd8ec85a3_edit_replace_id_integers_in_all_models_.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/dcef842dee10_add_refreshtoken_table.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/e1b0fa2a6d34_backfill_external_credentials_from_legacy_.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/e2412789c190_initialize_models.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/e7671197c00b_add_account_table.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/ed74edb0a9e6_create_table_for_user_overleaf_token.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/edcabfca98df_add_subscription_and_org_membership_.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/f0e23e048b1b_add_fields_to_project.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/f3a9c1b7e240_add_releases_feature.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/f5ad6445ad03_enable_user_project_access_to_be_null.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/alembic/versions/f74a96172dbd_add_table_for_locking_project_files.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/deps.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/main.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/accounts.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/datasets.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/feedback.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/login.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/misc.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/orgs.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/projects/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/projects/activity.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/projects/core.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/projects/datasets.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/projects/dvc.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/projects/figures.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/projects/fs.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/projects/pipeline.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/projects/releases.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/references.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/api/routes/users.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/arxiv.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/cache.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/client.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/config.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/core.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/db.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/dvc.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/email-templates/build/new_account.html +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/email-templates/build/project_invitation.html +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/email-templates/build/release_share.html +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/email-templates/build/reset_password.html +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/email-templates/build/test_email.html +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/email-templates/build/verify_email.html +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/email-templates/src/new_account.mjml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/email-templates/src/project_invitation.mjml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/email-templates/src/release_share.mjml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/email-templates/src/reset_password.mjml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/email-templates/src/test_email.mjml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/email-templates/src/verify_email.mjml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/formatting.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/git.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/github.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/imports.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/main.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/messaging.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/mixpanel.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/models/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/models/core.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/models/projects.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/models/releases.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/orgs.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/pdftext.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/pipeline.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/projects.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/security.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/storage.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/stripe.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/subscriptions.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tasks.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/projects/__init__.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/projects/test_activity.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/projects/test_core.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/projects/test_datasets.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/projects/test_dvc.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/projects/test_figure_upload.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/projects/test_figures.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/projects/test_fs.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/projects/test_misc.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/projects/test_overleaf_links.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/projects/test_pipeline.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/projects/test_publications.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/projects/test_reference_items.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/projects/test_templates.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/test_feedback.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/test_login.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/test_misc.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/test_releases.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/api/routes/test_users.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/conftest.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/test_arxiv.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/test_cache.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/test_client.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/test_core.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/test_db.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/test_dvc.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/test_formatting.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/test_git.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/test_pdftext.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/test_pipeline.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/test_projects.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/test_tasks.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/test_users.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/tests/test_version.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/thumbnails.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/users.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/version.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/warm.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/zenodo.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/app/zotero.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/prestart.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/pyproject.toml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/scripts/backend-pre-start.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/scripts/create-initial-data.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/scripts/format.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/scripts/generate-client.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/scripts/lint.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/scripts/rotate-fernet-secrets.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/scripts/test.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/backend/tests-start.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/config/alloy/config.alloy +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/config/grafana/provisioning/dashboards/dashboards.yml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/config/grafana/provisioning/dashboards/fastapi.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/config/grafana/provisioning/dashboards/warm-queue.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/config/grafana/provisioning/datasources/datasources.yml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/config/loki/loki.yml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/config/prometheus/prometheus.yml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/docker-compose.override.yml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/docker-compose.traefik.yml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/docker-compose.yml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/docs/dev/database-migrations.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/docs/dev/deployment.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/docs/dev/development.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/.dockerignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/.nvmrc +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/Dockerfile +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/Makefile +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/README.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/biome.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/index.html +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/modify-openapi-operationids.js +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/nginx-backend-not-found.conf +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/nginx.conf +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/openapi-ts.config.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/package-lock.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/package.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/playwright.config.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/public/assets/images/c-to-the-k.svg +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/public/assets/images/calkit-no-bg.svg +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/public/assets/images/calkit.svg +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/public/assets/images/fastapi-logo.svg +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/public/assets/images/favicon.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/public/assets/images/kdot.svg +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/public/tex/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/public/tex/LICENSE-busytex +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/public/tex/busytex.js +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/public/tex/busytex.wasm +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/public/tex/busytex_pipeline.js +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/public/tex/busytex_worker.js +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/scripts/download-tex-engine.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/client/client.gen.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/client/index.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/client/types.gen.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/client/utils.gen.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/client.gen.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/core/auth.gen.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/core/bodySerializer.gen.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/core/params.gen.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/core/pathSerializer.gen.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/core/queryKeySerializer.gen.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/core/serverSentEvents.gen.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/core/types.gen.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/core/utils.gen.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/index.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/schemas.gen.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/sdk.gen.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/client/types.gen.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Admin/AddUser.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Admin/EditUser.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Admin/FeatureVotesTable.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Admin/FeedbackTable.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/ActionsMenu.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/ArtifactCompareModal.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/ClearableInput.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/CodeEditorPane.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/CommentsPanel.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/ConnectGitHubPrompt.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/ConnectZoteroPrompt.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/DeleteAlert.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/FeatureVoteButton.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/FilterableSelect.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/GlobalSearch.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/HelpFeedback.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/InputsRow.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/LoadingSpinner.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/Markdown.test.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/Markdown.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/Mermaid.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/Navbar.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/NoArtifactFound.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/NotBuiltAlert.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/NotFound.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/NotificationBell.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/OAuthButtons.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/PageMenu.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/PdfCanvas.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/PdfDocumentViewer.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/ProjectCommandPalette.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/RefPicker.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/Sidebar.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/SidebarItems.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/TexText.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/Tooltip.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/Topbar.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Common/UserMenu.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Datasets/BrowseDatasets.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Datasets/DataEntryGrid.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Datasets/DatasetViewer.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Datasets/NewDataset.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Environments/NewEnvironment.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Environments/ViewEnvironment.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Figures/FigureEditLauncher.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Figures/FigureEditor.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Figures/FigureFromExisting.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Figures/FigureView.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Figures/UploadFigure.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Files/EditFileInfo.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Files/FileContent.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Files/FileEditorModal.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Files/SelectedItemInfo.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Files/UploadFile.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Local/AddPath.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Local/DiscardChanges.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Local/IgnorePath.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Local/NewStage.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Local/SaveFiles.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Notebooks/NotebookRunLauncher.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Notebooks/NotebookRunner.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Notebooks/NotebookView.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Onboarding/AccountSetupCard.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Onboarding/ChecklistCard.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Onboarding/CommandBlock.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Onboarding/FeaturedProjects.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Onboarding/ProjectChecklist.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Onboarding/ReproAudit.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Onboarding/ReproAudit.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Onboarding/StartPaths.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Onboarding/TipBubble.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Orgs/AddMember.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Orgs/NewOrg.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Pipeline/StageEditorModal.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Presentations/PresentationView.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Projects/AddCollaborator.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Projects/CloneProject.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Projects/CreateIssue.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Projects/CreateQuestion.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Projects/EditProject.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Projects/EditQuestion.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Projects/HelpContent.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Projects/InviteLinks.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Projects/MakeProjectPublic.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Projects/NewProject.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Projects/ProjectShowcase.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Projects/ProjectStatus.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Projects/QuestionModal.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Projects/RecentChanges.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Projects/RecentChanges.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Publications/ImportOverleaf.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Publications/ImportOverleaf.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Publications/LatexEditor.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Publications/NewPublication.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Publications/PdfAnnotator.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Publications/PublicationComponents.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Publications/PublicationComponents.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Publications/PublicationView.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/References/DeleteReferenceItemDialog.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/References/DeleteReferencesCollectionDialog.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/References/EditReferenceItemModal.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/References/FileViewModal.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/References/ImportFromZoteroModal.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/References/LabelExistingReferences.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/References/NewReferencesCollection.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/References/ReferenceItemModal.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/References/ReferencesInfoPanel.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Releases/ArtifactReleasesPanel.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Releases/NewRelease.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Releases/PathPicker.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Releases/ReleasePdfAnnotator.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Releases/ReleaseViewer.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Releases/ReleasesTable.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Releases/ShareDialog.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Releases/releaseSort.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Tables/TableThumbnail.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Tables/TableView.test.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/Tables/TableView.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/UserSettings/Appearance.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/UserSettings/ChangePassword.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/UserSettings/ConnectedAccounts.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/UserSettings/DeleteAccount.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/UserSettings/DeleteConfirmation.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/UserSettings/NewToken.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/UserSettings/OnboardingChecklists.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/UserSettings/PickSubscription.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/UserSettings/Subscription.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/UserSettings/UpdateOverleafToken.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/UserSettings/UserInformation.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/components/UserSettings/UserTokens.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/hooks/useAuth.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/hooks/useCustomToast.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/hooks/useOnboarding.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/hooks/useProject.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/hooks/useSubmitOnCmdEnter.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/hooks/useSubmitOnCmdEnter.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/hooks/useTips.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/analytics.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/analytics.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/api.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/api.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/auth.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/auth.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/bibtex.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/bibtex.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/core.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/csv.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/csv.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/environments.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/environments.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/errors.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/figureScript.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/figureScript.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/fuzzy.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/fuzzy.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/github.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/github.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/google.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/keyboard.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/latexCompiler.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/latexProject.mapPaths.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/latexProject.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/latexProject.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/layout.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/notebook.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/notebook.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/onboarding.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/onboarding.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/pipelineYaml.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/pipelineYaml.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/projectFiles.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/provenance.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/provenance.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/pyodide.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/pyodide.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/releases.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/staleChunks.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/staleChunks.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/strings.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/strings.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/tables.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/tables.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/tex.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/tex.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/tips.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/tips.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/zenodo.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/lib/zotero.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/main.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routeTree.gen.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/__root.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/app.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/apps/$appName.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/apps/index.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/apps.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/collaborators.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/datasets.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/environments.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/figures.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/files.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/history.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/index.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/local.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/notebooks.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/pipeline.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/presentations.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/publications.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/questions.$questionNumber.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/references.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/releases.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/software.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/tables.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/$projectName/releases/$releaseName.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/$accountName/index.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/admin.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/datasets.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/index.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/new.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/orgs.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/projects.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout/settings.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/_layout.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/auth/google.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/auth/zenodo.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/auth/zotero.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/checkout.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/join/$token.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/login/device.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/login/index.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/recover-password.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/reset-password.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/signup.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/routes/verify-email.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/theme.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/src/vite-env.d.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/tests/auth.setup.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/tests/config.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/tests/figures-pagination.spec.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/tests/login.spec.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/tests/reset-password.spec.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/tests/user-settings.spec.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/tests/utils/mailcatcher.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/tests/utils/random.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/tests/utils/user.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/tsconfig.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/tsconfig.node.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/vite.config.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/frontend/vitest.config.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/scripts/build-push.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/scripts/build.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/scripts/deploy.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/scripts/pem-to-env.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/scripts/test-local.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/scripts/test.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/texmf-proxy/Dockerfile +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/texmf-proxy/README.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/hub/texmf-proxy/proxy.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/.yarnrc.yml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/babel.config.js +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/install.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/jest.config.js +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/jupyter-config/server-config/calkit.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/schema/plugin.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/__tests__/useQueries.spec.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/calkit-config.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/cell-output-marker.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/components/commit-dialog.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/components/environment-editor.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/components/notebook-registration.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/components/notebook-toolbar.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/components/pipeline-status-bar.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/components/project-info-editor.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/components/sidebar-settings.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/components/sidebar.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/components/stage-editor.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/feature-flags.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/file-browser-menu.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/hooks/__tests__/useQueries.test.tsx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/hooks/useQueries.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/icons.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/index.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/io-tracker.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/pipeline-state.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/queryClient.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/request.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/src/shims-mainmenu.d.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/style/base.css +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/style/cell-output-marker.css +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/style/environment-editor.css +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/style/environment-selector.css +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/style/img/calkit-no-bg.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/style/index.css +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/style/index.js +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/style/notebook-toolbar.css +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/style/pipeline-status-bar.css +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/style/sidebar.css +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/tsconfig.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/tsconfig.test.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/ui-tests/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/ui-tests/README.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/ui-tests/jupyter_server_test_config.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/ui-tests/package.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/ui-tests/playwright.config.js +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/ui-tests/tests/calkit.spec.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/jupyterlab-ext/ui-tests/yarn.lock +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/mkdocs.yml +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/scripts/generate-docs-references.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/scripts/install.ps1 +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/scripts/install.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/scripts/list-changes.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/scripts/make-ck9.sh +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/scripts/sync-docs.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/scripts/sync-resources.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/test/docx/accepted.docx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/test/docx/export.docx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/test/docx/main.tex +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/test/docx/methods.tex +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/test/docx/resolved.docx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/test/docx/returned.docx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/test/docx/word-import.docx +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/test/dvc-md5-dir/osx-arm64.txt +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/test/nb-julia.ipynb +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/test/nb-params.ipynb +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/test/nb-subdir.ipynb +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/test/pipeline.ipynb +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/test/script.py +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/test/test-log.log +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/.gitignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/.vscodeignore +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/LICENSE +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/README.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/changelog-notes.md +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/images/calkit-icon.svg +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/images/calkit-no-bg.png +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/package-lock.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/package.json +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/scripts/gen-changelog.js +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/scripts/set-proposed-api.js +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/environments.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/extension.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/figures/core.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/figures/view.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/markdown/core.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/markdown/view.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/notebooks.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/pipeline/core.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/sidebar.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/test/environments.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/test/figures.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/test/kernel-selection.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/test/markdown.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/test/notebooks.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/test/pipeline.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/test/sidebar.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/test/yaml.test.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/types.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/src/yaml.ts +0 -0
- {calkit_python-0.47.2 → calkit_python-0.47.4}/vscode-ext/tsconfig.json +0 -0
|
@@ -47,7 +47,7 @@ This guide will help you get started.
|
|
|
47
47
|
1. Install the JupyterLab extension in development mode
|
|
48
48
|
(if working on the JupyterLab extension):
|
|
49
49
|
```sh
|
|
50
|
-
uv run jupyter
|
|
50
|
+
uv run jupyter-builder develop . --overwrite
|
|
51
51
|
```
|
|
52
52
|
1. Start the JupyterLab extension TypeScript compiler in watch mode
|
|
53
53
|
(if working on the JupyterLab extension):
|
|
@@ -5,6 +5,7 @@ from __future__ import annotations
|
|
|
5
5
|
import hashlib
|
|
6
6
|
import json
|
|
7
7
|
import os
|
|
8
|
+
import re
|
|
8
9
|
import shutil
|
|
9
10
|
import string
|
|
10
11
|
import subprocess
|
|
@@ -16,7 +17,7 @@ from typing_extensions import Annotated
|
|
|
16
17
|
|
|
17
18
|
import calkit
|
|
18
19
|
import calkit.latex
|
|
19
|
-
from calkit.cli import raise_error
|
|
20
|
+
from calkit.cli import raise_error, warn
|
|
20
21
|
|
|
21
22
|
latex_app = typer.Typer(no_args_is_help=True)
|
|
22
23
|
|
|
@@ -300,9 +301,14 @@ def build(
|
|
|
300
301
|
|
|
301
302
|
|
|
302
303
|
DIFF_TMP_DIR = calkit.latex.DIFF_TMP_DIR
|
|
303
|
-
|
|
304
|
+
# A verbatim input named by a macro parameter, e.g., \verbatiminput{#1.wcsum}
|
|
305
|
+
# in a \newcommand, which latexdiff dies trying to open. Breaking the line
|
|
306
|
+
# after the command reads the same to TeX, but not to latexdiff's pattern.
|
|
307
|
+
_VERBATIM_PARAM_RE = re.compile(
|
|
308
|
+
r"(\\(?:verbatiminput\*?|lstinputlisting))"
|
|
309
|
+
r"(?=\s*(?:\[[^\]\n]*\])?\s*\{[^}\n]*#[0-9])"
|
|
310
|
+
)
|
|
304
311
|
get_diff_path = calkit.latex.get_diff_path
|
|
305
|
-
_is_immutable_ref = calkit.latex._is_immutable_ref
|
|
306
312
|
_default_base_ref = calkit.latex.default_base_ref
|
|
307
313
|
|
|
308
314
|
|
|
@@ -361,14 +367,68 @@ def diff(
|
|
|
361
367
|
),
|
|
362
368
|
),
|
|
363
369
|
] = None,
|
|
370
|
+
latexmk_rc_path: Annotated[
|
|
371
|
+
str | None,
|
|
372
|
+
typer.Option(
|
|
373
|
+
"--latexmk-rc",
|
|
374
|
+
"-r",
|
|
375
|
+
help="Path to a latexmkrc file to build the marked-up document with.",
|
|
376
|
+
),
|
|
377
|
+
] = None,
|
|
378
|
+
latexmk_args: Annotated[
|
|
379
|
+
list[str],
|
|
380
|
+
typer.Option(
|
|
381
|
+
"--latexmk-arg",
|
|
382
|
+
help=(
|
|
383
|
+
"Extra argument to pass through to latexmk. Repeat the option "
|
|
384
|
+
"to pass more than one."
|
|
385
|
+
),
|
|
386
|
+
),
|
|
387
|
+
] = [],
|
|
388
|
+
latexdiff_args: Annotated[
|
|
389
|
+
list[str],
|
|
390
|
+
typer.Option(
|
|
391
|
+
"--latexdiff-arg",
|
|
392
|
+
help=(
|
|
393
|
+
"Extra argument to pass through to latexdiff, e.g., "
|
|
394
|
+
"'--type=CFONT'. Changed figures are shown old and new by "
|
|
395
|
+
"default; pass '--graphics-markup=new-only' to show only the "
|
|
396
|
+
"new. Repeat the option to pass more "
|
|
397
|
+
"than one."
|
|
398
|
+
),
|
|
399
|
+
),
|
|
400
|
+
] = [],
|
|
401
|
+
inputs: Annotated[
|
|
402
|
+
list[str],
|
|
403
|
+
typer.Option(
|
|
404
|
+
"--input",
|
|
405
|
+
help=(
|
|
406
|
+
"File or directory the document reads. Anything in it "
|
|
407
|
+
"tracked with DVC is fetched as it was at each revision. "
|
|
408
|
+
"Defaults to the inputs detected in the document. Repeat "
|
|
409
|
+
"the option to pass more than one."
|
|
410
|
+
),
|
|
411
|
+
),
|
|
412
|
+
] = [],
|
|
413
|
+
revision_key: Annotated[
|
|
414
|
+
str | None,
|
|
415
|
+
typer.Option(
|
|
416
|
+
"--revision-key",
|
|
417
|
+
hidden=True,
|
|
418
|
+
help=(
|
|
419
|
+
"Set by the pipeline so a diff's stage reruns when either "
|
|
420
|
+
"revision's inputs change. Not used by the command."
|
|
421
|
+
),
|
|
422
|
+
),
|
|
423
|
+
] = None,
|
|
364
424
|
force: Annotated[
|
|
365
425
|
bool,
|
|
366
426
|
typer.Option(
|
|
367
427
|
"--force",
|
|
368
428
|
"-f",
|
|
369
429
|
help=(
|
|
370
|
-
"Rebuild even if
|
|
371
|
-
"
|
|
430
|
+
"Rebuild even if nothing the diff depends on has changed "
|
|
431
|
+
"since it was last built."
|
|
372
432
|
),
|
|
373
433
|
),
|
|
374
434
|
] = False,
|
|
@@ -405,7 +465,191 @@ def diff(
|
|
|
405
465
|
With the default `--to`, the newer side is the working tree, so the
|
|
406
466
|
marked-up document is built with the current figures and bibliography
|
|
407
467
|
and what's marked is what changed in the text.
|
|
468
|
+
|
|
469
|
+
A revision's DVC-tracked inputs, e.g., figures and tables a pipeline
|
|
470
|
+
generates, are fetched as they were at that revision, so each side of
|
|
471
|
+
the comparison shows its own.
|
|
408
472
|
"""
|
|
473
|
+
|
|
474
|
+
def fetch_dvc_inputs(root: str, rev: str, paths: list[str]) -> list[str]:
|
|
475
|
+
"""Fetch the DVC-tracked content of ``paths`` at ``rev`` into ``root``.
|
|
476
|
+
|
|
477
|
+
Returns each fetched path with its hash, since that content changes
|
|
478
|
+
the PDF without changing the marked-up source.
|
|
479
|
+
"""
|
|
480
|
+
from dvc.exceptions import NotDvcRepoError
|
|
481
|
+
from dvc.fs import DVCFileSystem
|
|
482
|
+
|
|
483
|
+
import calkit.dvc
|
|
484
|
+
|
|
485
|
+
def reason(e: BaseException) -> str:
|
|
486
|
+
# DVC wraps a remote's own error, e.g., needing to log in, in
|
|
487
|
+
# several layers that each say less
|
|
488
|
+
while e.__cause__ is not None:
|
|
489
|
+
e = e.__cause__
|
|
490
|
+
return str(e)
|
|
491
|
+
|
|
492
|
+
fetched: list[str] = []
|
|
493
|
+
try:
|
|
494
|
+
# A project using Calkit's own remote needs its scheme known
|
|
495
|
+
calkit.dvc.register_ck_scheme()
|
|
496
|
+
fs = DVCFileSystem(url=".", rev=rev)
|
|
497
|
+
except NotDvcRepoError:
|
|
498
|
+
return fetched
|
|
499
|
+
found: list[str] = []
|
|
500
|
+
for path in paths:
|
|
501
|
+
try:
|
|
502
|
+
found += list(fs.find(path.rstrip("/")))
|
|
503
|
+
except FileNotFoundError:
|
|
504
|
+
continue
|
|
505
|
+
except Exception as e:
|
|
506
|
+
# A directory whose listing is in neither the cache nor a
|
|
507
|
+
# reachable remote can't be expanded, but the rest of the
|
|
508
|
+
# comparison can still be built
|
|
509
|
+
warn(
|
|
510
|
+
f"Can't list {path} at {rev[:7]}, so the diff will be "
|
|
511
|
+
f"missing it: {reason(e)}"
|
|
512
|
+
)
|
|
513
|
+
for rpath in dict.fromkeys(found):
|
|
514
|
+
dvc_info = fs.info(rpath).get("dvc_info")
|
|
515
|
+
if not dvc_info:
|
|
516
|
+
continue
|
|
517
|
+
fetched.append(f"{rpath} {dvc_info.get('md5')}")
|
|
518
|
+
dest = os.path.join(root, rpath)
|
|
519
|
+
if os.path.exists(dest):
|
|
520
|
+
continue
|
|
521
|
+
os.makedirs(os.path.dirname(dest), exist_ok=True)
|
|
522
|
+
try:
|
|
523
|
+
fs.get_file(rpath, dest)
|
|
524
|
+
except Exception as e:
|
|
525
|
+
warn(
|
|
526
|
+
f"Can't fetch {rpath} at {rev[:7]}, so the diff will be "
|
|
527
|
+
f"missing it: {reason(e)}"
|
|
528
|
+
)
|
|
529
|
+
return fetched
|
|
530
|
+
|
|
531
|
+
def copy_uncached_outputs(
|
|
532
|
+
root: str, rev: str, paths: list[str]
|
|
533
|
+
) -> list[str]:
|
|
534
|
+
"""Copy outputs DVC records but doesn't store from the working tree.
|
|
535
|
+
|
|
536
|
+
An output with caching off, e.g., a copy another stage makes, has
|
|
537
|
+
only its hash in ``dvc.lock``, so no revision's checkout can have
|
|
538
|
+
it. The working tree's copy stands in when it's the same content.
|
|
539
|
+
Returns each copied path with its hash.
|
|
540
|
+
"""
|
|
541
|
+
try:
|
|
542
|
+
lock = calkit.ryaml.load(repo.git.show(f"{rev}:dvc.lock")) or {}
|
|
543
|
+
except Exception:
|
|
544
|
+
return []
|
|
545
|
+
prefixes = [p.rstrip("/") for p in paths]
|
|
546
|
+
copied: list[str] = []
|
|
547
|
+
for stage in (lock.get("stages") or {}).values():
|
|
548
|
+
for out in stage.get("outs") or []:
|
|
549
|
+
path, md5 = out.get("path"), out.get("md5")
|
|
550
|
+
if not path or not md5 or str(md5).endswith(".dir"):
|
|
551
|
+
continue
|
|
552
|
+
if not any(
|
|
553
|
+
path == p or path.startswith(p + "/") for p in prefixes
|
|
554
|
+
):
|
|
555
|
+
continue
|
|
556
|
+
dest = os.path.join(root, path)
|
|
557
|
+
if os.path.exists(dest) or not os.path.isfile(path):
|
|
558
|
+
continue
|
|
559
|
+
if hashlib.md5(Path(path).read_bytes()).hexdigest() != md5:
|
|
560
|
+
continue
|
|
561
|
+
os.makedirs(os.path.dirname(dest), exist_ok=True)
|
|
562
|
+
shutil.copy2(path, dest)
|
|
563
|
+
copied.append(f"{path} {md5}")
|
|
564
|
+
return copied
|
|
565
|
+
|
|
566
|
+
def break_verbatim_params(root: str) -> None:
|
|
567
|
+
"""Break verbatim inputs named by macro parameters in a checkout.
|
|
568
|
+
|
|
569
|
+
Done to the checked-out files directly rather than with latexdiff's
|
|
570
|
+
--filter-script, which hands text to the script and reads it back
|
|
571
|
+
with no encoding, mangling anything outside Latin-1, e.g., a curly
|
|
572
|
+
apostrophe.
|
|
573
|
+
"""
|
|
574
|
+
sources = [tex_file] + [
|
|
575
|
+
path
|
|
576
|
+
for path in calkit.latex.detect_inputs(tex_file, wdir=root)
|
|
577
|
+
if Path(path).suffix in calkit.latex._SOURCE_EXTS
|
|
578
|
+
]
|
|
579
|
+
for source in sources:
|
|
580
|
+
source_path = Path(root, source)
|
|
581
|
+
try:
|
|
582
|
+
text = source_path.read_text(encoding="utf-8")
|
|
583
|
+
except (OSError, UnicodeDecodeError):
|
|
584
|
+
continue
|
|
585
|
+
new_text = _VERBATIM_PARAM_RE.sub("\\1%\n", text)
|
|
586
|
+
if new_text != text:
|
|
587
|
+
source_path.write_text(new_text, encoding="utf-8")
|
|
588
|
+
|
|
589
|
+
def default_inputs(root: str) -> list[str]:
|
|
590
|
+
"""What to fetch or note for a side when no inputs were given.
|
|
591
|
+
|
|
592
|
+
Detection finds a file by its own name or pointer, but a file in a
|
|
593
|
+
directory DVC tracks as a whole has only the directory's pointer,
|
|
594
|
+
which can't say what's inside, so those directories beside the
|
|
595
|
+
document are included whole.
|
|
596
|
+
"""
|
|
597
|
+
doc_dir = Path(root, os.path.dirname(tex_file))
|
|
598
|
+
pointed = [
|
|
599
|
+
Path(os.path.relpath(p, root)).as_posix().removesuffix(".dvc")
|
|
600
|
+
for p in sorted(doc_dir.rglob("*.dvc"))
|
|
601
|
+
if p.is_file()
|
|
602
|
+
]
|
|
603
|
+
return calkit.latex.detect_inputs(tex_file, wdir=root) + pointed
|
|
604
|
+
|
|
605
|
+
def point_changed_figures_at_base(base_root: str, head_root: str) -> None:
|
|
606
|
+
"""Make the older side's changed figures refer to its own copies.
|
|
607
|
+
|
|
608
|
+
The marked-up document is built beside the newer side, where the
|
|
609
|
+
older side's figure names find the newer figures. Left alone, a
|
|
610
|
+
figure that changed would show as it is now on both sides, and
|
|
611
|
+
latexdiff wouldn't mark it, since its name didn't change.
|
|
612
|
+
"""
|
|
613
|
+
import filecmp
|
|
614
|
+
|
|
615
|
+
tex_dir = os.path.dirname(tex_file)
|
|
616
|
+
build_dir = os.path.join(head_root, tex_dir)
|
|
617
|
+
graphic_re = re.compile(
|
|
618
|
+
r"(\\includegraphics\*?\s*(?:\[[^\]]*\])*\s*\{)([^}#\\]+)(\})"
|
|
619
|
+
)
|
|
620
|
+
|
|
621
|
+
def repoint(match: re.Match[str]) -> str:
|
|
622
|
+
name = match.group(2).strip()
|
|
623
|
+
exts = calkit.latex._GRAPHICS_EXTS
|
|
624
|
+
for candidate in [name] + [name + ext for ext in exts]:
|
|
625
|
+
rel = os.path.normpath(os.path.join(tex_dir, candidate))
|
|
626
|
+
base_path = os.path.join(base_root, rel)
|
|
627
|
+
if not os.path.isfile(base_path):
|
|
628
|
+
continue
|
|
629
|
+
head_path = os.path.join(head_root, rel)
|
|
630
|
+
if os.path.isfile(head_path) and filecmp.cmp(
|
|
631
|
+
base_path, head_path, shallow=False
|
|
632
|
+
):
|
|
633
|
+
return match.group(0)
|
|
634
|
+
new_name = Path(os.path.relpath(base_path, build_dir))
|
|
635
|
+
return match.group(1) + new_name.as_posix() + match.group(3)
|
|
636
|
+
return match.group(0)
|
|
637
|
+
|
|
638
|
+
sources = [tex_file] + [
|
|
639
|
+
path
|
|
640
|
+
for path in calkit.latex.detect_inputs(tex_file, wdir=base_root)
|
|
641
|
+
if Path(path).suffix in calkit.latex._SOURCE_EXTS
|
|
642
|
+
]
|
|
643
|
+
for source in sources:
|
|
644
|
+
source_path = Path(base_root, source)
|
|
645
|
+
try:
|
|
646
|
+
text = source_path.read_text(encoding="utf-8")
|
|
647
|
+
except (OSError, UnicodeDecodeError):
|
|
648
|
+
continue
|
|
649
|
+
new_text = graphic_re.sub(repoint, text)
|
|
650
|
+
if new_text != text:
|
|
651
|
+
source_path.write_text(new_text, encoding="utf-8")
|
|
652
|
+
|
|
409
653
|
repo = calkit.git.get_repo()
|
|
410
654
|
if repo.bare:
|
|
411
655
|
raise_error("This is not a working Git repo")
|
|
@@ -424,16 +668,8 @@ def diff(
|
|
|
424
668
|
to_ref=to_ref,
|
|
425
669
|
output_dir=output_dir,
|
|
426
670
|
)
|
|
427
|
-
# A comparison between two revisions that can't move is the same
|
|
428
|
-
# comparison forever, and LaTeX writes a timestamp into every PDF, so
|
|
429
|
-
# rebuilding one would change the file without changing what it says
|
|
430
|
-
fixed = _is_immutable_ref(repo, from_ref) and _is_immutable_ref(
|
|
431
|
-
repo, to_ref
|
|
432
|
-
)
|
|
433
|
-
if fixed and os.path.isfile(output) and not force:
|
|
434
|
-
typer.echo(f"{output} is already built; use --force to rebuild it")
|
|
435
|
-
return
|
|
436
671
|
checkouts: dict[str, str] = {}
|
|
672
|
+
shas: dict[str, str] = {}
|
|
437
673
|
try:
|
|
438
674
|
for name, ref in [("base", from_ref), ("head", to_ref)]:
|
|
439
675
|
if ref is None:
|
|
@@ -441,6 +677,7 @@ def diff(
|
|
|
441
677
|
sha = calkit.git.resolve_ref(repo, ref)
|
|
442
678
|
if sha is None:
|
|
443
679
|
raise_error(f"Git ref '{ref}' was not found")
|
|
680
|
+
shas[name] = sha
|
|
444
681
|
# A worktree, not a temp directory: a document is rarely one
|
|
445
682
|
# file, and \input needs the rest of them as they were then
|
|
446
683
|
path = os.path.join(DIFF_TMP_DIR, name)
|
|
@@ -465,12 +702,43 @@ def diff(
|
|
|
465
702
|
if not os.path.isfile(side):
|
|
466
703
|
raise_error(f"{tex_file} does not exist at {ref}")
|
|
467
704
|
sides[name] = side
|
|
705
|
+
# The working tree already has its DVC-tracked files, if pulled
|
|
706
|
+
head_root = checkouts.get("head", ".")
|
|
707
|
+
context: list[str] = []
|
|
708
|
+
for name, root in checkouts.items():
|
|
709
|
+
paths = inputs or default_inputs(root)
|
|
710
|
+
context += fetch_dvc_inputs(root, rev=shas[name], paths=paths)
|
|
711
|
+
context += copy_uncached_outputs(root, rev=shas[name], paths=paths)
|
|
712
|
+
if "head" not in checkouts:
|
|
713
|
+
# The working tree has no revision to name its files by, so
|
|
714
|
+
# note what's there instead
|
|
715
|
+
for path in inputs or default_inputs("."):
|
|
716
|
+
if os.path.isfile(path):
|
|
717
|
+
files = [Path(path)]
|
|
718
|
+
else:
|
|
719
|
+
files = sorted(
|
|
720
|
+
p for p in Path(path).rglob("*") if p.is_file()
|
|
721
|
+
)
|
|
722
|
+
for file_path in files:
|
|
723
|
+
stat = file_path.stat()
|
|
724
|
+
context.append(
|
|
725
|
+
f"{file_path.as_posix()} {stat.st_size} "
|
|
726
|
+
f"{stat.st_mtime_ns}"
|
|
727
|
+
)
|
|
728
|
+
for root in checkouts.values():
|
|
729
|
+
break_verbatim_params(root)
|
|
730
|
+
point_changed_figures_at_base(checkouts["base"], head_root)
|
|
468
731
|
_build_diff(
|
|
469
732
|
base_tex=sides["base"],
|
|
470
733
|
head_tex=sides["head"],
|
|
471
734
|
tex_file=tex_file,
|
|
735
|
+
head_root=head_root,
|
|
472
736
|
output=output,
|
|
473
737
|
environment=environment,
|
|
738
|
+
latexmk_rc_path=latexmk_rc_path,
|
|
739
|
+
latexmk_args=latexmk_args,
|
|
740
|
+
latexdiff_args=latexdiff_args,
|
|
741
|
+
context=context,
|
|
474
742
|
no_check=no_check,
|
|
475
743
|
keep_tex=keep_tex,
|
|
476
744
|
force=force,
|
|
@@ -481,19 +749,23 @@ def diff(
|
|
|
481
749
|
_remove_worktree(path)
|
|
482
750
|
|
|
483
751
|
|
|
484
|
-
def _marked_up_digest(marked_up: bytes) -> str:
|
|
752
|
+
def _marked_up_digest(marked_up: bytes, context: list[str] = []) -> str:
|
|
485
753
|
"""Hash a marked-up document by what actually determines the PDF.
|
|
486
754
|
|
|
487
755
|
latexdiff writes the two inputs' paths and modification times into a
|
|
488
756
|
header comment, and the older side is a fresh checkout every time, so
|
|
489
757
|
hashing the file as-is would say "changed" on every run when nothing
|
|
490
758
|
had. Those lines are comments; the PDF doesn't depend on them.
|
|
759
|
+
|
|
760
|
+
``context`` is anything else the PDF depends on, e.g., the hashes of
|
|
761
|
+
DVC-tracked figures and the options it's built with.
|
|
491
762
|
"""
|
|
492
763
|
kept = [
|
|
493
764
|
line
|
|
494
765
|
for line in marked_up.splitlines(keepends=True)
|
|
495
766
|
if not line.startswith((b"%DIF DEL ", b"%DIF ADD "))
|
|
496
767
|
]
|
|
768
|
+
kept += [f"{item}\n".encode() for item in context]
|
|
497
769
|
return hashlib.sha256(b"".join(kept)).hexdigest()
|
|
498
770
|
|
|
499
771
|
|
|
@@ -519,28 +791,75 @@ def _build_diff(
|
|
|
519
791
|
base_tex: str,
|
|
520
792
|
head_tex: str,
|
|
521
793
|
tex_file: str,
|
|
794
|
+
head_root: str,
|
|
522
795
|
output: str,
|
|
523
796
|
environment: str | None,
|
|
797
|
+
latexmk_rc_path: str | None,
|
|
798
|
+
latexmk_args: list[str],
|
|
799
|
+
latexdiff_args: list[str],
|
|
800
|
+
context: list[str],
|
|
524
801
|
no_check: bool,
|
|
525
802
|
keep_tex: bool,
|
|
526
803
|
force: bool,
|
|
527
804
|
verbose: bool,
|
|
528
805
|
) -> None:
|
|
529
806
|
"""Mark up one document against another and build the result."""
|
|
530
|
-
# Built beside the
|
|
531
|
-
#
|
|
532
|
-
#
|
|
533
|
-
# for it, but a DVC-tracked figure isn't in Git: a checkout has the
|
|
534
|
-
# pointer file and not the image, and the marked-up document would
|
|
535
|
-
# come out with its figures missing.
|
|
807
|
+
# Built beside the newer side, so \graphicspath, \bibliography, and
|
|
808
|
+
# relative \includegraphics resolve the way they do for the real thing,
|
|
809
|
+
# against that revision's own files
|
|
536
810
|
tex_dir = os.path.dirname(tex_file) or "."
|
|
811
|
+
build_dir = os.path.normpath(os.path.join(head_root, tex_dir))
|
|
537
812
|
stem = Path(tex_file).stem
|
|
538
|
-
diff_tex = os.path.join(
|
|
813
|
+
diff_tex = os.path.join(build_dir, f"{stem}-diff.tex")
|
|
814
|
+
# Where --keep-tex leaves it: beside the document, since a checkout is
|
|
815
|
+
# removed afterwards
|
|
816
|
+
kept_tex = os.path.normpath(os.path.join(tex_dir, f"{stem}-diff.tex"))
|
|
817
|
+
aux_dir = os.path.join(build_dir, calkit.latex.DIFF_AUX_DIRNAME)
|
|
539
818
|
try:
|
|
540
819
|
# --flatten pulls \input and \include files into one document on
|
|
541
820
|
# each side, so a multi-file paper compares as a whole
|
|
821
|
+
latexdiff_cmd = ["latexdiff", "--flatten", "--encoding=utf8"]
|
|
822
|
+
# A checkout's verbatim inputs named by macro parameters are already
|
|
823
|
+
# broken, so this only finds the working tree's, which can't be
|
|
824
|
+
# edited. A filter breaks those instead, though latexdiff's
|
|
825
|
+
# --filter-script mangles anything outside Latin-1.
|
|
826
|
+
sources = [base_tex, head_tex] + [
|
|
827
|
+
path
|
|
828
|
+
for side in (base_tex, head_tex)
|
|
829
|
+
for path in calkit.latex.detect_inputs(side)
|
|
830
|
+
if Path(path).suffix in calkit.latex._SOURCE_EXTS
|
|
831
|
+
]
|
|
832
|
+
if any(
|
|
833
|
+
os.path.isfile(path)
|
|
834
|
+
and _VERBATIM_PARAM_RE.search(
|
|
835
|
+
Path(path).read_text(encoding="utf-8", errors="replace")
|
|
836
|
+
)
|
|
837
|
+
for path in sources
|
|
838
|
+
):
|
|
839
|
+
filter_path = Path(DIFF_TMP_DIR, "verbatim-param-filter.pl")
|
|
840
|
+
os.makedirs(filter_path.parent, exist_ok=True)
|
|
841
|
+
# latexdiff appends a newline to what it sends, so drop it
|
|
842
|
+
filter_path.write_text(
|
|
843
|
+
"local $/;\n"
|
|
844
|
+
"my $text = <STDIN>;\n"
|
|
845
|
+
"$text =~ s/\\n\\z//;\n"
|
|
846
|
+
"$text =~ s/(\\\\(?:verbatiminput\\*?|lstinputlisting))"
|
|
847
|
+
"(?=\\s*(?:\\[[^\\]\\n]*\\])?\\s*\\{[^}\\n]*#[0-9])/$1%\\n/g;\n"
|
|
848
|
+
"print $text;\n"
|
|
849
|
+
)
|
|
850
|
+
latexdiff_cmd.append(
|
|
851
|
+
f"--filter-script=perl {filter_path.as_posix()}"
|
|
852
|
+
)
|
|
853
|
+
# Each side has its own revision's figures, so a changed one is
|
|
854
|
+
# shown both ways rather than only as it is now, unless the user
|
|
855
|
+
# chose otherwise
|
|
856
|
+
if not any(a.startswith("--graphics-markup") for a in latexdiff_args):
|
|
857
|
+
latexdiff_cmd.append("--graphics-markup=both")
|
|
858
|
+
# User pass-through args come last so they can override Calkit's
|
|
859
|
+
# defaults
|
|
860
|
+
latexdiff_cmd += latexdiff_args
|
|
542
861
|
cmd = _tex_cmd(
|
|
543
|
-
|
|
862
|
+
latexdiff_cmd + [base_tex, head_tex],
|
|
544
863
|
environment=environment,
|
|
545
864
|
no_check=no_check,
|
|
546
865
|
verbose=verbose,
|
|
@@ -554,14 +873,32 @@ def _build_diff(
|
|
|
554
873
|
"latexdiff was not found; it ships with TeX Live, so a "
|
|
555
874
|
"minimal install may not have it"
|
|
556
875
|
)
|
|
557
|
-
except subprocess.CalledProcessError:
|
|
558
|
-
raise_error("latexdiff failed")
|
|
559
|
-
# The
|
|
560
|
-
#
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
876
|
+
except subprocess.CalledProcessError as e:
|
|
877
|
+
raise_error(f"latexdiff failed with exit status {e.returncode}")
|
|
878
|
+
# The newer side's copy, which is what the document was built with
|
|
879
|
+
# at that revision
|
|
880
|
+
rc_path = None
|
|
881
|
+
rc_hash = None
|
|
882
|
+
if latexmk_rc_path is not None:
|
|
883
|
+
rc_path = os.path.join(head_root, latexmk_rc_path)
|
|
884
|
+
if not os.path.isfile(rc_path):
|
|
885
|
+
rc_path = latexmk_rc_path
|
|
886
|
+
rc_path = Path(os.path.normpath(rc_path)).as_posix()
|
|
887
|
+
if os.path.isfile(rc_path):
|
|
888
|
+
rc_hash = hashlib.sha256(
|
|
889
|
+
Path(rc_path).read_bytes()
|
|
890
|
+
).hexdigest()
|
|
891
|
+
# The PDF is a function of this marked-up source and how it's built,
|
|
892
|
+
# so if neither has changed there's nothing to build. Worth checking
|
|
893
|
+
# because the common case produces nothing at all: on the default
|
|
894
|
+
# branch the merge base is usually HEAD, so the comparison is empty,
|
|
895
|
+
# and latexmk is the expensive half of this.
|
|
896
|
+
digest = _marked_up_digest(
|
|
897
|
+
marked_up,
|
|
898
|
+
context=context
|
|
899
|
+
+ [f"latexmkrc {rc_path} {rc_hash}"]
|
|
900
|
+
+ latexmk_args,
|
|
901
|
+
)
|
|
565
902
|
state_path = calkit.latex.diff_state_path(output)
|
|
566
903
|
if (
|
|
567
904
|
not force
|
|
@@ -572,11 +909,14 @@ def _build_diff(
|
|
|
572
909
|
return
|
|
573
910
|
with open(diff_tex, "wb") as f:
|
|
574
911
|
f.write(marked_up)
|
|
575
|
-
aux_dir = DIFF_AUX_DIR
|
|
576
912
|
os.makedirs(aux_dir, exist_ok=True)
|
|
577
|
-
rel_aux =
|
|
578
|
-
latexmk_cmd = [
|
|
579
|
-
|
|
913
|
+
rel_aux = calkit.latex.DIFF_AUX_DIRNAME
|
|
914
|
+
latexmk_cmd = ["latexmk"]
|
|
915
|
+
# First, since latexmk reads an rc file where it appears, so the
|
|
916
|
+
# directories below override any the rc file sets
|
|
917
|
+
if rc_path is not None:
|
|
918
|
+
latexmk_cmd += ["-r", rc_path]
|
|
919
|
+
latexmk_cmd += [
|
|
580
920
|
"-pdf",
|
|
581
921
|
"-cd",
|
|
582
922
|
"-interaction=nonstopmode",
|
|
@@ -585,6 +925,9 @@ def _build_diff(
|
|
|
585
925
|
]
|
|
586
926
|
if not verbose:
|
|
587
927
|
latexmk_cmd.append("-silent")
|
|
928
|
+
# User pass-through args come last so they can override Calkit's
|
|
929
|
+
# defaults
|
|
930
|
+
latexmk_cmd += latexmk_args
|
|
588
931
|
latexmk_cmd.append(diff_tex)
|
|
589
932
|
cmd = _tex_cmd(
|
|
590
933
|
latexmk_cmd,
|
|
@@ -596,23 +939,47 @@ def _build_diff(
|
|
|
596
939
|
typer.echo("Building the marked-up document")
|
|
597
940
|
try:
|
|
598
941
|
subprocess.check_call(cmd)
|
|
599
|
-
except subprocess.CalledProcessError:
|
|
942
|
+
except subprocess.CalledProcessError as e:
|
|
943
|
+
# -silent hides why, so show the errors LaTeX logged
|
|
944
|
+
log_path = Path(aux_dir, f"{stem}-diff.log")
|
|
945
|
+
try:
|
|
946
|
+
log_lines = log_path.read_text(
|
|
947
|
+
encoding="utf-8", errors="replace"
|
|
948
|
+
).splitlines()
|
|
949
|
+
except OSError:
|
|
950
|
+
log_lines = []
|
|
951
|
+
shown: list[str] = []
|
|
952
|
+
for i, line in enumerate(log_lines):
|
|
953
|
+
if line.startswith("!"):
|
|
954
|
+
shown += log_lines[i : i + 3]
|
|
955
|
+
excerpt = shown[:60] or log_lines[-20:]
|
|
956
|
+
if excerpt:
|
|
957
|
+
typer.echo(f"From {log_path.as_posix()}:", err=True)
|
|
958
|
+
typer.echo("\n".join(excerpt), err=True)
|
|
600
959
|
raise_error(
|
|
601
|
-
"latexmk failed on the marked-up document
|
|
602
|
-
"--keep-tex to inspect it"
|
|
960
|
+
"latexmk failed on the marked-up document with exit status "
|
|
961
|
+
f"{e.returncode}; rerun with --keep-tex to inspect it"
|
|
603
962
|
)
|
|
604
963
|
built = os.path.join(aux_dir, f"{stem}-diff.pdf")
|
|
605
964
|
if not os.path.isfile(built):
|
|
606
965
|
raise_error("latexmk did not produce a PDF")
|
|
607
966
|
os.makedirs(os.path.dirname(output) or ".", exist_ok=True)
|
|
608
967
|
shutil.move(built, output)
|
|
968
|
+
# A checkout is removed afterwards, but the working tree's document
|
|
969
|
+
# directory is the user's, so nothing is left behind in it
|
|
970
|
+
if os.path.abspath(head_root) == os.path.abspath("."):
|
|
971
|
+
shutil.rmtree(aux_dir, ignore_errors=True)
|
|
609
972
|
os.makedirs(os.path.dirname(state_path), exist_ok=True)
|
|
610
973
|
with open(state_path, "w") as f:
|
|
611
974
|
f.write(digest)
|
|
612
975
|
typer.echo(f"Wrote {output}")
|
|
613
976
|
finally:
|
|
614
|
-
if
|
|
615
|
-
os.
|
|
977
|
+
if os.path.isfile(diff_tex):
|
|
978
|
+
in_place = os.path.abspath(diff_tex) == os.path.abspath(kept_tex)
|
|
979
|
+
if keep_tex and not in_place:
|
|
980
|
+
shutil.copy(diff_tex, kept_tex)
|
|
981
|
+
if not keep_tex or not in_place:
|
|
982
|
+
os.remove(diff_tex)
|
|
616
983
|
|
|
617
984
|
|
|
618
985
|
@latex_app.command(name="to-docx")
|
|
@@ -1672,6 +1672,14 @@ def push(
|
|
|
1672
1672
|
git_cmd = ["git", "push"]
|
|
1673
1673
|
if not no_recursive and "--recurse-submodules" not in git_args:
|
|
1674
1674
|
git_cmd.append("--recurse-submodules=on-demand")
|
|
1675
|
+
# A plain `git push` leaves tags behind, so annotated tags end
|
|
1676
|
+
# up only on the machine that made them
|
|
1677
|
+
if not {
|
|
1678
|
+
"--follow-tags",
|
|
1679
|
+
"--no-follow-tags",
|
|
1680
|
+
"--tags",
|
|
1681
|
+
}.intersection(git_args):
|
|
1682
|
+
git_cmd.append("--follow-tags")
|
|
1675
1683
|
subprocess.check_call(git_cmd + git_args)
|
|
1676
1684
|
except subprocess.CalledProcessError:
|
|
1677
1685
|
raise_error("Git push failed")
|
|
@@ -2769,9 +2777,13 @@ def run(
|
|
|
2769
2777
|
dvc_data_status_before.pop("git", None) # Remove git status
|
|
2770
2778
|
if targets is None:
|
|
2771
2779
|
targets = []
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2780
|
+
try:
|
|
2781
|
+
args, isolated_sp_targets = calkit.pipeline.translate_run_targets(
|
|
2782
|
+
deepcopy(targets), ck_info=ck_info
|
|
2783
|
+
)
|
|
2784
|
+
except ValueError as e:
|
|
2785
|
+
os.environ.pop("CALKIT_PIPELINE_RUNNING", None)
|
|
2786
|
+
raise_error(str(e))
|
|
2775
2787
|
# Extract any boolean args
|
|
2776
2788
|
for name in [
|
|
2777
2789
|
"quiet",
|
|
@@ -3470,8 +3482,11 @@ def run_in_env(
|
|
|
3470
3482
|
typer.echo(f"Running command: {docker_cmd}")
|
|
3471
3483
|
try:
|
|
3472
3484
|
subprocess.check_call(docker_cmd, cwd=wdir)
|
|
3473
|
-
except subprocess.CalledProcessError:
|
|
3474
|
-
raise_error(
|
|
3485
|
+
except subprocess.CalledProcessError as e:
|
|
3486
|
+
raise_error(
|
|
3487
|
+
"Failed to run in Docker environment: command exited with "
|
|
3488
|
+
f"status {e.returncode}"
|
|
3489
|
+
)
|
|
3475
3490
|
elif env["kind"] == "conda":
|
|
3476
3491
|
with open(env["path"]) as f:
|
|
3477
3492
|
conda_env = calkit.ryaml.load(f)
|