v5.17.0
·
6685 commits
to master
since this release
ModelingToolkit v5.17.0
Closed issues:
- Feature request: support for discrete-time (function maps, Markov processes) (#571)
- Connectors (#814)
- System promotion (#817)
- t missing from variable map (#901)
- Display of systems not copyable (#907)
- broadcasted component instantiation (#912)
- Error when specifying a time variable forcing function if ModelingToolkit.jl is only imported (instead of using) (#975)
- Error related to model parameter using structural_simplify() (#979)
- Problem to run RC circuit tutorial (#980)
ArgumentError: Term are missing from the variable map
when trying to supply defaults for subsystems (#987)
Merged pull requests:
- Add system promotion (toodesystem) (#982) (@YingboMa)
- Overload
write
onAbstractSystem
s to write formatted Julia expressions (#985) (@YingboMa) - DiscreteSystem (#986) (@ovile27)
- CompatHelper: bump compat for "Distributions" to "0.25" (#996) (@github-actions[bot])
- Add documentation for #900 and #777 (#997) (@pepijndevos)
- Update ode_modeling.md (#1000) (@CodeLenz)
- Allow JuliaFormatter 0.12 (#1002) (@ChrisRackauckas)