github SciML/ModelingToolkit.jl ModelingToolkitBase-v1.69.0

latest release: v11.42.0
2 hours ago

ModelingToolkitBase ModelingToolkitBase-v1.69.0

Diff since ModelingToolkitBase-v1.68.3

  • Adds the public names calculate_paramjac and generate_paramjac.
  • Adds a tspan field to System, so a system can carry its own time span, and every time-dependent problem constructor (ODEProblem, DAEProblem, DDEProblem, SDEProblem, SDDEProblem, BVProblem, DiscreteProblem, ImplicitDiscreteProblem) falls back to it when the caller omits one. Omitting it for a system without one throws MissingTspanError. JumpProblem keeps its required time span, because a two-argument method would be ambiguous with JumpProcesses.JumpProblem(prob, jumps...). This adds no new accessor: get_tspan and has_tspan already existed and were already public.

🤖 Posted by an AI agent (Claude Code, model claude-opus-5) on behalf of Chris Rackauckas.

https://claude.ai/code/session_01H5RuLDtEazwTKPkNbPeZVu

Merged pull requests:

Closed issues:

  • Symbolic tspan (#847)

Don't miss a new ModelingToolkit.jl release

NewReleases is sending notifications on new releases.