Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SciML/JumpProcesses.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.25.0
Choose a base ref
...
head repository: SciML/JumpProcesses.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.25.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 13, 2026

  1. Prepare source for SciMLBase v3 and widen compat

    Add `SciMLBase = "3"` to the compat entry and swap the two v3-breaking
    API uses that affect JumpProcesses source:
    
    - `DEAlgorithm` (alias removed in v3) -> `AbstractDEAlgorithm` on the
      `SSAStepper`, `SimpleTauLeaping`, `SimpleExplicitTauLeaping` structs
      and the `DiffEqBase.__solve`/`__init` dispatches.
    - Add an `SciMLBase.derivative_discontinuity!(::SSAIntegrator, ::Bool)`
      method (v3 renamed `u_modified!` and SciMLBase's internal callback
      code now calls the new name). Guarded with `@static if` so the file
      still loads on v2.
    
    Does NOT unblock dependabot PR #578 on its own: DiffEqBase's compat
    still caps SciMLBase at v2, so `force_latest_compatible_version` in
    dependabot CI fails to resolve regardless of JumpProcesses' compat.
    This PR is the JumpProcesses side of the v3 migration; DiffEqBase
    needs a matching update before v3 can actually be installed.
    
    Full test suite passes locally on v2.155 with Julia 1.11.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    Co-Authored-By: Chris Rackauckas <[email protected]>
    ChrisRackauckas and claude committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    dd1efa0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #579 from ChrisRackauckas-Claude/scimlbase-v3-compat

    Prepare source for SciMLBase v3 and widen compat
    ChrisRackauckas authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    efaf7e2 View commit details
    Browse the repository at this point in the history
Loading