Bump GitHub Actions, target Python 3.14, and fix docs/README issues#59
Merged
Conversation
- Update GitHub Actions to current major versions: actions/checkout v6, actions/setup-python v6, astral-sh/ruff-action v4, codecov/codecov-action v6 (codespell-action remains at its latest major, v2). This moves the Node 20 actions onto Node 24. - Switch the single-version workflows (coverage, external links, schema validation) to Python 3.14. - Remove the deprecated sphinx_rtd_theme.get_html_theme_path() call from the docs config and register the theme via `extensions` instead, eliminating the linkcheck deprecation warning. - Document the source_video and labeled_video links on PoseEstimation in the README diagrams and fix the source_software field name (was scorer_software). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add ImageSeries source and labeled videos to the pose-estimation example, link them from the PoseEstimation object via source_video/labeled_video, and print the resolved link on read-back. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
actions/checkoutv6,actions/setup-pythonv6,astral-sh/ruff-actionv4,codecov/codecov-actionv6;codespell-project/actions-codespellstays at its latest major, v2). This moves the previously Node 20 actions onto Node 24, resolving the deprecation notice.sphinx_rtd_theme.get_html_theme_path()call fromdocs/source/conf.pyand registers the theme viaextensions, eliminating the linkcheck deprecation warning.source_video/labeled_videolinks onPoseEstimationin the README diagrams and corrects thesource_softwarefield name (was shown asscorer_software).Verification (Python 3.14.5)
ruff checkclean; full suite passes (31 tests, 277 subtests).sphinx-build -b linkcheckand-b htmlboth build with 0 warnings (the deprecation warning is gone) and all external links reportok.🤖 Generated with Claude Code