Skip to content

Releases: JuliaControl/ControlSystems.jl

Julia 1 compatible version

04 Oct 07:52
Compare
Choose a tag to compare
v0.5.0

updated plot limits, travis and documentation plots

Major revision with parametric types

03 Sep 11:27
585c4de
Compare
Choose a tag to compare

Some important changes:

  • LTISystem types are now more generic and can hold matrices/vectors of arbitrary type
  • Continuous time systems are simulated with continuous time solvers from OrdinaryDiffEq.jl
  • Freqresp now returns frequencies in the first dimension.
  • Breaking: lsim(sys, u::Function) syntax has changed from u(t,x) to u(x,t) to be consistent with OrdinaryDiffEq
  • Breaking: feedback(P,C) no longer returns feedback(P*C). The behavior is changed to feedback(P1, P2) = P1/(1+P1*P2).
  • Type Simulator provides lower level interface to continuous time simulation.

Support 0.6

12 May 09:11
Compare
Choose a tag to compare
Merge pull request #94 from JuliaControl/BugsAnd0.6

Julia 0.6

Support for Julia 0.5

10 Aug 15:11
302dfc2
Compare
Choose a tag to compare
  • Support for Julia 0.5
  • Tests pass even if ControlExamplePlots is missing
  • Minor bug fixes

Plots.jl compability and Tests for plots

28 Jul 16:02
Compare
Choose a tag to compare
  • We are now testing all the plots and comparing to reference images
  • Code is updated to work with the new Plots.jl syntax
  • Minor bug fixes and features

This is a re-release since the previous version wasn't accepted into METADATA.jl. v0.1.4 previously referred to one commit earlier.

Features, bug fixes and docs

26 Mar 14:48
Compare
Choose a tag to compare
v0.1.3

ControlSystems v0.1.3 [036e3b498b]

ControlSystems name change

15 Mar 17:30
Compare
Choose a tag to compare

Changed name to ControlSystems.jl from Control.jl