Skip to content

Add CHANGELOG.md with v0.3.0 release notes#19

Merged
tmichoel merged 2 commits intomainfrom
copilot/update-release-notes-v030
Feb 27, 2026
Merged

Add CHANGELOG.md with v0.3.0 release notes#19
tmichoel merged 2 commits intomainfrom
copilot/update-release-notes-v030

Conversation

Copy link
Contributor

Copilot AI commented Feb 27, 2026

No changelog existed in the repo; release history was only in GitHub Release bodies. Creates CHANGELOG.md documenting all releases (v0.0.1–v0.3.0) with v0.3.0 as the primary focus.

v0.3.0 changes since v0.2.0

  • New: SciMLBase.remake for ConstantRateBranchingProblem — accepts lifetime/nchild for direct field replacement; unknown kwargs forwarded to inner problem's remake (works for both SDEProblem and JumpProblem)
  • Deprecated: remake_initial_condition — superseded by remake
  • Dependency: JumpProcesses promoted from test-only to full package dependency
remake(bp, nchild=3)                              # modify branching fields
remake(bp, u0=1.0)                                # forward to inner problem
remake(bp, lifetime=Exponential(0.5), tspan=(0.0, 4.0))  # combined

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: tmichoel <11647967+tmichoel@users.noreply.github.com>
Copilot AI changed the title [WIP] Update release notes for changes from v0.2.0 to v0.3.0 Add CHANGELOG.md with v0.3.0 release notes Feb 27, 2026
@tmichoel tmichoel marked this pull request as ready for review February 27, 2026 09:39
@tmichoel tmichoel merged commit f547021 into main Feb 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants