Releases: SciML/ModelingToolkit.jl
Releases · SciML/ModelingToolkit.jl
v1.5.0
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)
v1.4.3
ModelingToolkit v1.4.3
Closed issues:
- Determinants (#258)
Merged pull requests:
- Overload det (#259) (@ChrisRackauckas)
v1.4.2
ModelingToolkit v1.4.2
v1.4.1
ModelingToolkit v1.4.1
v1.4.0
ModelingToolkit v1.4.0
Merged pull requests:
- Add alternative build targets (#257) (@ChrisRackauckas)
v1.3.3
ModelingToolkit v1.3.3
v1.3.2
ModelingToolkit v1.3.2
v1.3.1
ModelingToolkit v1.3.1
v1.3.0
v1.2.10
ModelingToolkit v1.2.10
Closed issues:
- Missing differentiation function on
one()
(#252)
Merged pull requests:
- Change unicode divider in subscripts (#248) (@ChrisRackauckas)
- Add diff rule for
one
(#253) (@YingboMa)