Regenerate YAML and prepare release 0.3.0#60
Merged
Merged
Conversation
Bump the package, docs, and extension namespace versions to 0.3.0, and convert the CHANGELOG "Upcoming" section to a dated 0.3.0 release. The 0.3.0 schema adds the optional `source_video` and `labeled_video` links on `PoseEstimation`, so the namespace version is bumped from 0.2.1 to 0.3.0 to match. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Regenerate the extension spec files with ruamel.yaml 0.19.1, which rewraps the docstring lines, and strip the trailing whitespace it leaves on wrapped lines. The schema content is unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add a "Development installation" subsection describing the editable install with the PEP 735 dev dependency group (pip install -e . --group dev). 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
Prepares the 0.3.0 release, regenerates the extension spec YAML with the latest
ruamel.yaml, and documents the development install.Release 0.3.0
0.3.0inpyproject.tomlanddocs/source/conf.py.0.2.1to0.3.0(inspec/ndx-pose.namespace.yamlandsrc/spec/create_extension_spec.py) to match the schema changes introduced this cycle (the optionalsource_videoandlabeled_videolinks onPoseEstimation).Upcomingsection to a dated0.3.0 (June 2, 2026)release.Regenerate spec YAML
spec/ndx-pose.extensions.yamlwithruamel.yaml0.19.1. Only the docstring line wrapping changed; the schema content is unchanged.ruamel.yamlleaves on wrapped lines.Document development installation
pip install -e . --group dev).Testing
Validated in a fresh conda env (Python 3.13):
pip install -e . --group dev: succeeds (the command documented in the README).pytest: 31 passed, 277 subtests passed, no warnings.ruff check .: all checks passed.make htmlindocs/: build succeeded with no warnings or errors.🤖 Generated with Claude Code