Refresh README_PYTHON status block + add CHANGELOG link defs#11
Merged
Conversation
- Trove classifier bumped from '3 - Alpha' to '5 - Production/Stable' to match v1.0.0. - CITATION.cff abstract no longer reads as 'reference MATLAB only' — reflects that a stable Python package (dcebe on PyPI) is now part of the artefact alongside the MATLAB code.
- README_PYTHON.md: 'Status: 0.1.0.dev0' -> '1.0.0 - first stable release'. The previous string contradicted the published 1.0.0 PyPI artefact and the CHANGELOG.md entry that labels 1.0.0 the first stable release. - CHANGELOG.md: add reference-link definitions for [Unreleased] and [1.0.0] so the bracketed headings resolve to GitHub URLs.
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
Two follow-ups from review:
0.1.0.dev0. The shipped package is1.0.0(PyPI + GitHub Release + CHANGELOG entry labels it the first stable release), so the dev-tag was inconsistent.## [Unreleased]and## [1.0.0]headings had no matching reference-link definitions. Added both ([Unreleased]-> compare URL against v1.0.0;[1.0.0]-> release tag URL).Test plan
0.1.0.dev0.