v1.5.0
github-actions
released this
12 Apr 05:06
·
5876 commits
to master
since this release
ModelingToolkit v1.5.0
Closed issues:
- Components (#36)
- Variable uniqueness (#89)
- Too many small files in the src folder (#114)
- Support mass matrices on ODESystem (#120)
- Detecting Operations that are Variables (#130)
- Reaction Network DSL in modeling toolkit / new equation types (#143)
- Inconsistent Differential across Julia versions. (#152)
- Short term milestones (#206)
- Semantic Difference b/t Variables and Parameters (#212)
- Naming, Laziness, and Ordering (#214)
- Type validation (#271)
- Flattening removes Variable typing (#276)
- Latexify needs to be updated to new ODESystem (#279)
Merged pull requests:
- Add new systems types in support of DiffEqBiological.jl (#251) (@ChrisRackauckas)
- Remove ODEExpr (#263) (@ChrisRackauckas)
- Add a component system (#265) (@ChrisRackauckas)
- CompatHelper: add new compat entry for "TreeViews" at version "0.3" (#266) (@github-actions[bot])
- Fix calculated functions on components (#267) (@ChrisRackauckas)
- Make variables typed and use types for auto-detection (#268) (@ChrisRackauckas)
- add unit validation of equations (#273) (@ChrisRackauckas)
- CompatHelper: add new compat entry for "Unitful" at version "1.1" (#274) (@github-actions[bot])
- add dot syntax, variable searching in scope, and variable->operation (#277) (@ChrisRackauckas)
- Refactor to AbstractSystem interface and create OptimizationSystem (#278) (@ChrisRackauckas)
- Add and test automatic multithreading (#280) (@ChrisRackauckas)
- CompatHelper: add new compat entry for "SafeTestsets" at version "0.0.1" (#282) (@github-actions[bot])
- fix latexification (#283) (@ChrisRackauckas)