Releases: SciML/ModelingToolkit.jl
Releases · SciML/ModelingToolkit.jl
v5.14.4
ModelingToolkit v5.14.4
Closed issues:
- Variable naming in states vs. equations (#971)
Merged pull requests:
v5.14.3
ModelingToolkit v5.14.3
Closed issues:
- Calling a function with inputs and outputs created by
@variables
triggers aMethodError
(#781) - MethodError: no method matching derivative(::typeof(conj), ...) (#805)
- Add check_consistency (#812)
- Component library (#883)
structural_simplify
throws for a high index circuit model (#933)- Redundant equations causes a crash (#936)
- Missing occursin dispatches (#937)
- Internal error when using structural_simplify (#958)
- PDAESystem and Index Reduction (#961)
- Issue with alias_elimination (#963)
Merged pull requests:
- Implement variable scope (#900) (@pepijndevos)
- Add observed function for
NonlinearFunction
s (#926) (@YingboMa) - Refactor & fix some minor bugs in alias elimination & add consistency check (#935) (@YingboMa)
- update create_array signature (#959) (@shashi)
- Fix length of
is_linear_equations
(#962) (@YingboMa) - Fix faulty alias elimination (#964) (@YingboMa)
v5.14.2
ModelingToolkit v5.14.2
Merged pull requests:
- change latexify test to make sure -1*x is rendered as -x (#951) (@catethos)
- Update usage of DestructuredArgs to use inbounds keyword (#953) (@matthieubulte)
- Update Downstream.yml (#954) (@anandijain)
v5.14.1
v5.14.0
ModelingToolkit v5.14.0
Closed issues:
- New opening tutorial (#874)
- Variable access from solution (#914)
dae_index_lowering
hangs for System with incomplete dependent variables (#922)- Tearing issue with simplifying equations (#932)
- Feature Request: cosmetics for NonlinearSolve (#938)
- Testing equality of
Reaction
s (#945) - Creating
ODESystem
with defaults fromReactionSystem
and default u0/pars (#947)
Merged pull requests:
- Fix a typo (#915) (@YingboMa)
- module docstring with extentision. add extensions to toml (#916) (@anandijain)
- [wip] pretty print system (#919) (@anandijain)
- Composing
ReactionSystem
s (#920) (@isaacsas) - New Introductory Example (#925) (@asprionj)
- Remove tests that are tested in Symbolics (#930) (@YingboMa)
- Tiny typos/consistency fix in docs (#939) (@pbouffard)
- Namespacing broken due to Num wrapping (#940) (@pepijndevos)
- forward kwargs to
ODESystem
, for things likedefaults
(#948) (@anandijain) - Bump latexify compat (#949) (@ChrisRackauckas)
v5.13.6
ModelingToolkit v5.13.6
Closed issues:
- Error in modelingtoolkitize, if no parameters are provided in ODEProblem (#911)
Merged pull requests:
v5.13.5
ModelingToolkit v5.13.5
Closed issues:
- Allow empty u0 in DEProblem constructors (#869)
- Error when supplying default_u0: Dict(kv): kv needs to be an iterator of tuples or pairs (#903)
- Access to vector of variables (#908)
Merged pull requests:
- Add check to avoid accidental singulatity error after structural_simplify (#899) (@pepijndevos)
- Allow incomplete initialization (#909) (@YingboMa)