Skip to content

Releases: SciML/ModelingToolkit.jl

v9.51.0

18 Nov 10:50
e0b22f8
Compare
Choose a tag to compare

ModelingToolkit v9.51.0

Diff since v9.50.0

Merged pull requests:

  • CompatHelper: bump compat for OptimizationOptimJL to 0.4 for package docs, (keep existing compat) (#3066) (@github-actions[bot])
  • CompatHelper: bump compat for Optimization to 4 for package docs, (keep existing compat) (#3067) (@github-actions[bot])
  • fix: detect observed variables and dependent parameters dependent on discrete parameters (#3106) (@AayushSabharwal)
  • feat: support multiple extend statements in MTKModel (#3173) (@ven-k)
  • Support ODEs as equations in JumpSystem (#3181) (@isaacsas)
  • fix: fix discrete callback condition with array variable (#3190) (@AayushSabharwal)
  • feat: cache start system and solver in HomotopyContinuation interface (#3192) (@AayushSabharwal)
  • Update stochastic_diffeq.md - fix Brownian coefficient (#3196) (@alhirzel)
  • Fix documentation paragraph (#3198) (@hersle)
  • Add docstring and oop array construction method for build_explicit_observed_function (#3200) (@BenChung)
  • feat: support directly generating observed functions for tuples (#3202) (@AayushSabharwal)
  • fix: fix getproperty syntax on structural_simplify(complete(sys)) (#3203) (@AayushSabharwal)
  • fix: handle observed in remake_initializeprob (#3207) (@AayushSabharwal)
  • Get rid of floating reference to drop_expr in tests (#3208) (@BenChung)
  • feat: add support for bounds of array variables (#3209) (@AayushSabharwal)
  • fix: enable using MTKParameters with generate_control_function (#3210) (@AayushSabharwal)

Closed issues:

  • v9.15.0: When multiple @extend, only the last one takes effect (#2758)
  • Array parameters and callbacks (#3154)
  • Plotting no longer works for MTK JumpSystems over ODEProblems (#3188)
  • Bug in remake_initializeprob on the current master (#3205)

v9.50.0

08 Nov 07:37
c30dc61
Compare
Choose a tag to compare

ModelingToolkit v9.50.0

Diff since v9.49.0

Merged pull requests:

  • fixing record from solution for observables in the BifurcationKit extension (#3161) (@vyudu)
  • Implement initialize and finalize for symbolic callbacks (#3162) (@BenChung)
  • fix: fix complete not properly expanding systems (#3168) (@AayushSabharwal)
  • fix: support non-tunable parameters with DDEs (#3169) (@AayushSabharwal)
  • fix: unpack components of the base sys in implicit extend (#3170) (@ven-k)
  • CompatHelper: bump compat for SimpleNonlinearSolve to 2, (keep existing compat) (#3176) (@github-actions[bot])
  • CompatHelper: bump compat for NonlinearSolve to 4, (keep existing compat) (#3177) (@github-actions[bot])
  • CompatHelper: bump compat for NonlinearSolve to 4 for package docs, (keep existing compat) (#3178) (@github-actions[bot])
  • Extend description and name in the same way (#3179) (@hersle)
  • JumpSystem cleanup (#3180) (@isaacsas)
  • fix: complete with split = false removes the index cache (#3184) (@AayushSabharwal)
  • Rewrite perturbation example with Symbolics' new Taylor series functions (#3186) (@hersle)
  • feat: add circular dependency checking, substitution limit (#3187) (@AayushSabharwal)
  • add name of sys in show method (#3189) (@baggepinnen)
  • build: bump version (#3191) (@AayushSabharwal)

Closed issues:

  • Structural simplify broken for SDEs (#2614)
  • Inifinite loop when solving an ODE with an unused NaN parameter (#3013)
  • Guess for parameter not reflected in guesses of system (#3075)
  • DDE handling gives error if tunable=false on parameters (#3165)
  • @extend no longer works with components (#3167)
  • Stream connector equations missing when used in subsystem (#3171)
  • IntervalNonlinearSolve sometimes fails for externally registered functions (#3172)
  • making SDESystem without using @mtkbuild (#3174)
  • observed function broken on latest (#3183)
  • Bad error reporting when guess is missing (#3185)

v9.49.0

29 Oct 12:24
91eabc7
Compare
Choose a tag to compare

ModelingToolkit v9.49.0

Diff since v9.48.0

Merged pull requests:

Closed issues:

  • IntervalNonlinearProblem support in MTK (#2672)
  • Strange behaviour for SDEs with continuous callbacks (#2723)
  • structural_simplify messes with hasproperty for parameters (#3016)
  • Fails to initialize with units (#3086)
  • ifelse in equations can produce error for ODEProblem (#3153)
  • Documentation is outdated (#3163)

v9.48.0

26 Oct 09:02
7ff50d1
Compare
Choose a tag to compare

ModelingToolkit v9.48.0

Diff since v9.47.0

Merged pull requests:

Closed issues:

  • Updated ODEProblem parameters don't propagate to initializeprob (#2717)
  • Updating parameter/variable values does not update values of dependant defaults (#2733)
  • u0_constructor for DDEProblem (#3125)

v9.47.0

24 Oct 06:18
8f2a9e4
Compare
Choose a tag to compare

ModelingToolkit v9.47.0

Diff since v9.46.1

Merged pull requests:

Closed issues:

  • Allow variable array length for parameters in @mtkmodel (#2453)
  • Cannot use structural parameter as array size (#2704)
  • Constants Not Mapped to Defaults (#3044)
  • Local variable name in @mtkmodel leaks into ODESystem constructor (#3059)
  • Package upgrade causes Error uuid4 not defined in VSCodeDebugger.DebugAdapter (#3129)
  • Events seemingly ignored in system model (#3142)

v9.46.1

13 Oct 08:52
1e41add
Compare
Choose a tag to compare

ModelingToolkit v9.46.1

Diff since v9.46.0

Merged pull requests:

Closed issues:

  • @mtkmodel fails to handle anonymous functions as positional arguments (#3045)
  • Doc: empty plots at the bottom of the page Acausal component-based modelling (#3046)
  • Broken plot on Acausal Component-Based Modeling documentation (#3088)
  • 9.46 introduces breaking change in complete (#3118)

v9.46.0

12 Oct 14:36
84ae858
Compare
Choose a tag to compare

ModelingToolkit v9.46.0

Diff since v9.45.0

Merged pull requests:

Closed issues:

  • Solve does not solve initialization problem of remade problems (#2842)
  • In MTK v9.42.0 ParentScope not working on expressions (#3101)
  • Expression order bug in the codegen for initializeprobmap (#3109)

v9.45.0

10 Oct 08:21
816fde7
Compare
Choose a tag to compare

ModelingToolkit v9.45.0

Diff since v9.44.0

Merged pull requests:

v9.44.0

09 Oct 12:32
8ce64bf
Compare
Choose a tag to compare

ModelingToolkit v9.44.0

Diff since v9.43.0

Merged pull requests:

Closed issues:

  • Cannot solve remake problem with vector parameter of non-Real (#3024)
  • failure to access unknown from solution (#3065)

v9.43.0

08 Oct 11:16
1f81661
Compare
Choose a tag to compare

ModelingToolkit v9.43.0

Diff since v9.42.0

Merged pull requests:

Closed issues:

  • Symbolic-array system bug in counting equations and variables (#2597)
  • Structural simplification fails on non-1-indexed variable array (#2670)
  • Error when setting structural parameter to define Symbolic arrays in connectors (#3058)
  • Providing parameter override errors with "Initialization expression currently not supported" (#3087)
  • ODE system that solved in 9.32 does error in 9.42 (#3096)
  • ODE system that solved before does error in 9.42 as Overdetermined, Rank Deficient Matrix (#3097)