v5.14.3
·
6725 commits
to master
since this release
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)