Skip to content

Releases: SciML/ModelingToolkit.jl

v10.26.1

23 Oct 13:35
8e9ef31

Choose a tag to compare

ModelingToolkit v10.26.1

Diff since v10.26.0

Merged pull requests:

  • CompatHelper: bump compat for Optimization to 5 for package docs, (keep existing compat) (#3966) (@github-actions[bot])
  • Handle split in linearize_symbolic (#3968) (@baggepinnen)
  • refactor: remove dead code calling explicitfun in SCCNonlinearProblem (#3980) (@AayushSabharwal)
  • build: bump patch version (#3982) (@AayushSabharwal)

Closed issues:

  • ModelingToolkit can't find a variable its knows as an unkown (#3964)

v10.26.0

15 Oct 05:44
4d418c7

Choose a tag to compare

ModelingToolkit v10.26.0

Diff since v10.25.0

Merged pull requests:

Closed issues:

  • inputs lost when composing systems? (#3943)

v10.25.0

08 Oct 11:07
844793d

Choose a tag to compare

ModelingToolkit v10.25.0

Diff since v10.24.0

Merged pull requests:

Closed issues:

  • Cannot install latest ModelingToolkit release (#3951)

v9.83.0

07 Oct 17:33
7c6ade0

Choose a tag to compare

ModelingToolkit v9.83.0

Diff since v9.82.0

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v10.24.0

01 Oct 10:19
f456665

Choose a tag to compare

ModelingToolkit v10.24.0

Diff since v10.23.0

Merged pull requests:

  • Improve Printing of Uninitialized Variables (#3920) (@DhairyaLGandhi)
  • Copy parameter object before setting in subset_tunables (#3922) (@DhairyaLGandhi)
  • CompatHelper: bump compat for SymbolicUtils to 4, (keep existing compat) (#3945) (@github-actions[bot])
  • CompatHelper: bump compat for SymbolicUtils to 4 for package docs, (keep existing compat) (#3946) (@github-actions[bot])
  • Revert "CompatHelper: bump compat for SymbolicUtils to 4, (keep existing compat)" (#3947) (@ChrisRackauckas)
  • Fix Jacobian sparsity pattern with observed derivatives (#3949) (@hersle)

Closed issues:

  • Sparse ODE segfaults when RHS contains differentiated variable (#3871)
  • FMU variable names cannot be typed (#3913)
  • subset_tunables seems to modify the system in-place (#3921)

v10.23.0

23 Sep 10:50
638b393

Choose a tag to compare

ModelingToolkit v10.23.0

Diff since v10.22.0

Merged pull requests:

  • Transformation function to turn FDEs into ODEs (#3776) (@fchen121)
  • Allow system level metadata information (#3892) (@DhairyaLGandhi)
  • Remove draft mode from documentation (#3933) (@hersle)
  • CompatHelper: add new compat entry for OptimizationOptimJL at version 0.4 for package docs, (keep existing compat) (#3936) (@github-actions[bot])
  • CompatHelper: add new compat entry for Optimization at version 4 for package docs, (keep existing compat) (#3937) (@github-actions[bot])
  • Use matrix-dependent solver for sparse analytical Jacobian example (#3938) (@hersle)
  • fix: fix sparse cost hessian (#3940) (@AayushSabharwal)
  • build: bump minor version (#3941) (@AayushSabharwal)

Closed issues:

  • Permit ComponentArrays as simulation condition (u0 + ps) (#3926)
  • Documentation is built in draft mode and does not show example block output (#3932)

v10.22.0

10 Sep 13:49
003dfa6

Choose a tag to compare

ModelingToolkit v10.22.0

Diff since v10.21.0

Merged pull requests:

Closed issues:

  • ERROR: LoadError: Internal Error. Please open an issue with an MWE. (#3835)
  • respecialize always promotes Float16 and Float32 to Float64 (#3908)
  • Precompile Issue [?SomePackage] (#3909)
  • ForwardDiff on ODE with callback crashes (#3914)

v10.21.0

25 Aug 07:39
68f5e73

Choose a tag to compare

ModelingToolkit v10.21.0

Diff since v10.20.0

Merged pull requests:

v10.20.0

19 Aug 09:00
f51778d

Choose a tag to compare

ModelingToolkit v10.20.0

Diff since v10.19.0

Merged pull requests:

v10.19.0

13 Aug 20:06
50ea45d

Choose a tag to compare

ModelingToolkit v10.19.0

Diff since v10.18.0

Merged pull requests:

Closed issues:

  • Observed variables are computed even when unused (#2902)
  • Allow subsetting tunables after system creation (#3772)