release: v0.3.1#10
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
v0.3.1 release
Patch release. Surfaces the PyPI page polish from #9 to PyPI users.
Fixed — PyPI page rendering
Cover image and ~30 inline links in the README pointed at relative paths (e.g.
benchmarks/findings/figures/cover-annotated.png,docs/reference/architecture.md,examples/01_quickstart_mock.py). PyPI does not rewrite relative paths in long-description markdown, so the cover image returned 404 on the project page and every relative link was a dead click. All image srcs are now absoluteraw.githubusercontent.comURLs; code/test/script links point togithub.com/.../blob/main/...; doc content already mirrored on Read the Docs (architecture, contracts, ADRs) points tociteformer.readthedocs.io/en/stable/...with anchors verified against rendered HTML.Added — CITATION.cff
New
CITATION.cffat repo root (CFF schema 1.2.0). Validates withcffconvert --validate. Enables GitHub's "Cite this repository" widget and BibTeX/APA exports — appropriate for an academic-shaped library that ships aPREPRINT.md. The/bumpslash-command is extended to keepversion+date-releasedinCITATION.cffin lockstep with_version.py+CHANGELOG.md, so the three release-stamped files cannot drift via the slash-command path.Changed — codecov upload reliability
.github/workflows/ci.yml: bumpcodecov/codecov-actionv4 → v5, requireCODECOV_TOKEN(now set as a repo secret), drop thecontinue-on-error: truemasking, and flipfail_ci_if_errortotrue. Coverage upload failures are now visible instead of silently swallowed; the codecov badge flips from "unknown" to a percentage on the next clean run.Tag
v0.3.1annotated tag is committed locally — push it after this PR merges to trigger the release workflow:Invariant touched?
No. None of the three §10 contracts are affected. README copy + CI config + new metadata file + slash-command bookkeeping.
Test plan
make lint— ruff + mypy strict passmake test— 644 passedmake docs-build— Sphinx -W passesuv build— sdist + wheel build cleancffconvert --validate -i CITATION.cff— valid 1.2.0citeformer.__version__ == "0.3.1"🤖 Generated with Claude Code