Skip to content

v11.41.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 14:00
6eb5708

ModelingToolkit v11.41.0

Diff since v11.40.0

Changed

  • The precompile workloads now construct ODEProblems and run DAE initialization (#5061), so
    the solve path is compiled at precompile time instead of on first use. Covers the
    OrdinaryDiffEq BDF, Default, Rosenbrock, Rosenbrock+NonlinearSolve and Tsit5 extensions.

Released as 11.41.0 rather than 11.40.1: the 11.40.1 registration never completed (see
JuliaRegistries/General#166107), so that version number was skipped.

Merged pull requests:

Closed issues:

  • QA: track pre-existing Aqua/JET/ExplicitImports findings (root + ModelingToolkitBase) (#4670)
  • Plotting N clocked variables yields N+1 series, the first empty, shifting all legend labels (#4868)
  • AutoDespecialize regresses SciMLBase symbolic-indexing inference (#4996)
  • Downstream resolution fails with StateSelection after requiring OrderedCollections 2 (#5026)
  • ModelingToolkitBase strict import QA fails on Julia 1.10 (#5032)
  • ModelingToolkitBase QA emits method-overwrite warnings during package-wide JET analysis (#5052)