Releases: SciML/ModelingToolkit.jl
Releases · SciML/ModelingToolkit.jl
v1.1.3
v1.1.3 (2020-01-14)
Closed issues:
- Wrong solution for simple second order ODE (#219)
- The tutorial needs updating (#217)
- The README is really hard to read (#215)
Merged pull requests:
- CompatHelper: bump compat for "SpecialFunctions" to "0.10" (#223) (github-actions[bot])
- Add
conj
as a special case and add promotion rule (#222) (YingboMa) - correct ordering of sys.dvs in ode_order_lowering (#220) (simeonschaub)
- add automatic plot naming (#218) (ChrisRackauckas)
v1.1.2
v1.1.2 (2019-12-30)
v1.1.1
v1.1.0
v1.1.0 (2019-12-21)
Closed issues:
- bug when using GeneralizedGenerated.NGG.RuntimeFn object? (#210)
- Please clarify connection with NLsolve.jl: (#184)
Merged pull requests:
- speed up MTK OOP vector usage (#213) (ChrisRackauckas)
- CompatHelper: bump compat for "DiffRules" to "1.0" (#207) (github-actions[bot])
v1.0.3
v1.0.3 (2019-12-12)
v1.0.2
v1.0.2 (2019-12-11)
v1.0.1
v1.0.1 (2019-12-11)
v1.0.0
v1.0.0 (2019-11-30)
Merged pull requests:
- No bounds check in generated functions (#205) (ChrisRackauckas)
- CompatHelper: bump compat for "SpecialFunctions" to "0.9" (#204) (github-actions[bot])
v0.10.0
v0.10.0 (2019-11-24)
Merged pull requests:
- CompatHelper: bump compat for "GeneralizedGenerated" to "0.2" (#203) (github-actions[bot])
v0.9.1
v0.9.1 (2019-11-18)
Merged pull requests:
- Remove redundant convert to expr function (#202) (ChrisRackauckas)
- Use CompatHelper to update [compat] entries (#200) (devmotion)