Credit the twenty pull requests the changelog had left out - #111
Merged
Conversation
Every merge on `develop` since v0.0.2 now appears. One of them is a scoring change and was the reason to check: #69 fixed the first interval after launch being skipped for pops, because the sweep started from an all-NaN position. Signed-off-by: thc1006 <84045975+thc1006@users.noreply.github.com>
Merged
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.
CHANGELOG.mdwas missing twenty of the pull requests merged intodevelopsince v0.0.2. This adds them, so the file matches what v0.1.0 actually contains.Checked mechanically rather than by reading: every
#nnnin the merge commits betweenmainanddevelopnow appears somewhere in the Unreleased section. That went from twenty missing to none.One of them is a behaviour change and is the reason this was worth doing rather than leaving to the release notes:
The others group into the submission format (#73, #74), console output (#95), documentation (#72, #76, #79, #81), CI (#75), and tests (#71, #77, #82, #83, #84, #85, #86, #87, #100, #103), plus
scripts/verify_submission.py(#97) under Added.Nothing else changed.
ruff checkandruff format --checkpass.