Skip to content

Releases: SciML/ModelingToolkit.jl

v9.34.0

27 Aug 15:47
677cf30
Compare
Choose a tag to compare

ModelingToolkit v9.34.0

Diff since v9.33.1

Merged pull requests:

Closed issues:

  • Support scaled SI units (#2616)
  • Type piracy by DataFrames.jl causes error during SDE simplification (#2965)
  • ODEProblem from ODESystem does not sub nested constants (#2969)
  • Memory and Performance Problem (#2971)

v9.33.1

19 Aug 23:52
874985c
Compare
Choose a tag to compare

ModelingToolkit v9.33.1

Diff since v9.33.0

Merged pull requests:

Closed issues:

  • provide exported function for generating MTKParameters from user parameter maps (#2954)
  • Vector ODE duplicating length of intial condition and not shifting equation to observed (#2964)
  • MTK doesn't precompile after latest update (#2972)

v9.33.0

13 Aug 21:53
cf929ad
Compare
Choose a tag to compare

ModelingToolkit v9.33.0

Diff since v9.32.0

Merged pull requests:

Closed issues:

  • MTK & Symbolic linearization -- why 2 inputs when I specify 1 input? (#2951)
  • u0_constructor for SDEProblem (#2958)

v9.32.0

11 Aug 11:31
b1852bb
Compare
Choose a tag to compare

ModelingToolkit v9.32.0

Diff since v9.31.0

Merged pull requests:

v9.31.0

09 Aug 01:17
c10d00b
Compare
Choose a tag to compare

ModelingToolkit v9.31.0

Diff since v9.30.1

Merged pull requests:

Closed issues:

  • Cannot (re)make problems with defaults involving the independent parameter (#2799)
  • Possible to create system where a parameter and variable have the same name (#2883)
  • Missing whitespace in documentation equations (#2894)
  • Cannot use Complex equation in @mtkmodel (#2895)
  • Warning: Internal error (#2920)
  • Replacing tunables of dependent parameter vector fails (#2932)

v9.30.1

07 Aug 19:45
5f26ded
Compare
Choose a tag to compare

ModelingToolkit v9.30.1

Diff since v9.30.0

Merged pull requests:

Closed issues:

  • High Level example 2 error: ExtraVariablesSystemException: The system is unbalanced (#2925)

v9.30.0

06 Aug 06:33
fc9897b
Compare
Choose a tag to compare

ModelingToolkit v9.30.0

Diff since v9.29.0

Merged pull requests:

Closed issues:

  • Event trigger directionality (#1715)
  • No documented way to set rootfind=RightRootFind in continuous Event. (#2351)

v9.29.0

02 Aug 13:10
c097085
Compare
Choose a tag to compare

ModelingToolkit v9.29.0

Diff since v9.28.0

Merged pull requests:

Closed issues:

  • Fix broken indexing tests (#2696)

v9.28.0

31 Jul 10:39
d2ec26e
Compare
Choose a tag to compare

ModelingToolkit v9.28.0

Diff since v9.27.0

Merged pull requests:

Closed issues:

  • undefvar and bounds error in linearization_function (#2907)

v9.27.0

30 Jul 14:06
c2e6e4a
Compare
Choose a tag to compare

ModelingToolkit v9.27.0

Diff since v9.26.0

Merged pull requests:

  • feat: implement new discrete saving functionality (#2728) (@AayushSabharwal)
  • Add tests of various features (#2806) (@TorkelE)
  • fix: allow vector defaults in @mtkmodel (#2830) (@ven-k)
  • fix: fix edge cases with metadata dumping, add tests (#2836) (@AayushSabharwal)
  • Rename @mtkmodel... docs and add a section describing @mtkbuild (#2890) (@ven-k)
  • fix: fix remaking scalarized array parameters with non-scalarized symbolic map (#2897) (@AayushSabharwal)
  • CompatHelper: bump compat for SymbolicUtils to 3 for package docs, (keep existing compat) (#2901) (@github-actions[bot])
  • Use subs_constants in generate_control_function (#2904) (@aml5600)

Closed issues:

  • remake fails with ERROR: ArgumentError: ... is neither an observed nor an unknown variable. (#2757)
  • Cannot provide vector parameter values to remake for scalarised system (#2804)
  • Cannot provide default value for array parameter (#2810)
  • Cannot simulate SDEs with static array parameters/initial conditions (#2851)
  • Array-valued parameters are not interpreted correctly when creating ODESystem (#2876)
  • @constants not defined in generate_control_function output (#2896)