Record the SBML initial assignment fix in the changelog - #802
Merged
Merged
Conversation
The change that fixes #795 went in without a changelog entry, though it changes what a user sees: the numbers PyBNF reads out of an SBML or antimony model, and two error messages. This adds the entry under Unreleased, in the Fixed section. No code changes.
wshlavacek
force-pushed
the
docs/795-changelog-entry
branch
from
September 22, 2026 23:36
7a49760 to
cb849d7
Compare
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.
The change for #795 merged in #801 without a changelog entry, which was an
oversight on my part. It belongs in one: it changes what a user sees, both the
numbers PyBNF reads out of an SBML or antimony model and two error messages.
This adds the entry under Unreleased, in the Fixed section, next to the other
entries for this release. It covers what was wrong, what happens now, the
deliberate exception for species, the two adjacent defects fixed with it, and how
far the problem reaches outside this repository. No code changes.
Eight of the ten merges before #801 updated the changelog, so this is the
convention rather than an invention.