Releases: JuliaControl/SymbolicControlSystems.jl
Releases · JuliaControl/SymbolicControlSystems.jl
v0.3.0
SymbolicControlSystems v0.3.0
- Breaking change: (affecting undocumented by often used function) conversion to
Num
is now done withto_num
instead ofNum
to prevent inference failures. - bug fixes.
Merged pull requests:
- handle MIMO sys in
Num
conversion (#24) (@baggepinnen) - handle conversion from number to Sym tf (#25) (@baggepinnen)
v0.2.0
SymbolicControlSystems v0.2.0
Breaking change: Bump to new major versions of Symbolics and SymPy
Merged pull requests:
- bump Sympy and Symbolics versions (#23) (@baggepinnen)
Closed issues:
- Cannot use SymbolicControlSystems on Ubuntu 20.04 (#22)
v0.1.6
SymbolicControlSystems v0.1.6
Merged pull requests:
- Faster code gen (#17) (@baggepinnen)
Closed issues:
- Please update Project.toml (#20)
v0.1.5
SymbolicControlSystems v0.1.5
Merged pull requests:
- support float state argument (#16) (@pepijndevos)
v0.1.4
SymbolicControlSystems v0.1.4
v0.1.3
v0.1.2
SymbolicControlSystems v0.1.2
Closed issues:
- Register package (#4)
- Update the compat version with ControlSystems (#5)
- Premature "end" in line 447 of src file. (#7)
- Error while performing math operations on transfer functions. (#8)
- TagBot trigger issue (#12)
- Add a GUI (#13)
Merged pull requests:
- CompatHelper: add new compat entry for "ControlSystems" at version "0.8" (#2) (@github-actions[bot])
- add support for multiple inputs in C-code generation (#11) (@baggepinnen)