Update CHANGELOG.md for v1.0.2 (unreleased) and clarify changelog policy - #3222
Merged
Conversation
Add entries for everything merged to main since v1.0.1 that wasn't yet documented: the Python >=3.12 requirement, JAX adjoint checkpoints and PEtab SciML features, several JAX/PEtab-backend fixes, JAX compile-time and CMake-configure performance improvements, and the PEtab SciML example notebook. Also clarify the changelog-entry guidance in doc/development.rst: it covers any user- or contributor-visible change, including performance and build-system changes that affect model import or build times, not just new APIs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3222 +/- ##
==========================================
- Coverage 78.56% 77.96% -0.61%
==========================================
Files 318 318
Lines 21090 21090
Branches 1487 1487
==========================================
- Hits 16570 16442 -128
- Misses 4512 4640 +128
Partials 8 8
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
dweindl
marked this pull request as ready for review
August 6, 2026 12:12
FFroehlich
approved these changes
Aug 6, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 7, 2026
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
CHANGELOG.mdentries for everything merged tomainsincev1.0.1that wasn't yet documented, based on the actual PR descriptions:checkpointsparameter (Add checkpoints parameter for reverse-mode adjoint control #3217); PEtab SciML equinox module import (Add equinox module import support for petab sciml problems #3179), new layer types (Implement missing layer types #3176), PEtab v2 support (Update PEtab SciML support to PEtab v2 #3165)AttributeError(Fix AttributeError during model import #3200), PEtab flattening noise-formula bug (Fix noise formula substitution in flattening of PEtab problem #3177), conservation-law assertion fix (Fix spurious conservation-law assertion for condition-dependent compartments #3202), and 5 JAX/PEtab-backend fixes (Fix NameError in JAX _known_discs for w-dependent explicit triggers #3195, Fix condition-name-based preequilibration detection in JAX PEtab backend #3205, Fix JAXProblem.save()/load() round-trip against current petab.v2 API #3204, Fix JAX PEtab condition-table resolution: state reinit, noise distribution, and differentiability #3207, Fix JAX PEtab backend: discontinuities, PEtab v1 import, event assignments #3196, Fix JAX benchmark failures at the root cause (unblock Benchmark Collection JAX) #3210)doc/development.rst: it covers any user- or contributor-visible change, including performance/build-system changes that affect model import or build times, not just new APIs — and should be omitted when the change has no user-visible effect (typos, CI-only, private refactoring).Test plan
v1.0.1andmainto confirm no other user-facing changes were missed🤖 Generated with Claude Code