Skip to content

Commit 39c7d8e

Browse files
authored
update news entries (#432)
* update news entries * Update README.md
1 parent c680b68 commit 39c7d8e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ using Pkg; Pkg.add("ControlSystems")
2121

2222
## News
2323

24+
### 2021-01
25+
- *Breaking*: Support for julia versions older than 1.3 is dropped
26+
- *Breaking*: `c2d(::StateSpace)` now returns only the system, not the `x0map`. See `c2d_x0map` for the old functionality.
27+
- System order can be specified in `baltrunc`.
28+
- New discretization methods in `c2d`. We now support `:zoh,:foh,:fwdeuler,:tustin`
29+
- Symbolic computation utilities in [SymbolicControlSystems.jl](https://github.com/JuliaControl/SymbolicControlSystems.jl)
30+
31+
More details under [releases](https://github.com/JuliaControl/ControlSystems.jl/releases).
32+
2433
### 2020-10
2534
- `lsimplot, stepplot, impulseplot` now have the same signatures as the corresponding non-plotting function.
2635
- New function `d2c` for conversion from discrete to continuous.
@@ -46,13 +55,6 @@ nyquistplot(sys)
4655
- [Robust PID optimization](https://github.com/baggepinnen/MonteCarloMeasurements.jl/blob/master/examples/robust_controller_opt.jl)
4756
### 2019-05-22
4857
New state-space type `HeteroStateSpace` that accepts matrices of heterogeneous types: [example using `StaticArrays`](https://juliacontrol.github.io/ControlSystems.jl/latest/man/creating_systems/#Creating-State-Space-Systems-1).
49-
### 2019-01-31
50-
System identification using [ControlSystemIdentification.jl](https://github.com/baggepinnen/ControlSystemIdentification.jl) is now available. The [readme](https://github.com/baggepinnen/ControlSystemIdentification.jl) together with a series of notebooks serve as documentation.
51-
- [State-space identification](https://github.com/JuliaControl/ControlExamples.jl/blob/master/identification_statespace.ipynb)
52-
- [ARX/PLR](https://github.com/JuliaControl/ControlExamples.jl/blob/master/identification_arx.ipynb)
53-
- [Transfer-function estimation using spectral methods](https://github.com/JuliaControl/ControlExamples.jl/blob/master/identification_spectral.ipynb)
54-
- [Impulse-response estimation](https://github.com/JuliaControl/ControlExamples.jl/blob/master/identification_impulse_response.ipynb)
55-
5658

5759
## Documentation
5860

@@ -121,4 +123,4 @@ stepplot(CLs, label=["Kp = 1" "Kp = 5" "Kp = 15"])
121123
![StepResponse](/example/step_response.png)
122124

123125
### Additional examples
124-
See the examples folder
126+
See the examples folder and [ControlExamples.jl](https://github.com/JuliaControl/ControlExamples.jl/)

0 commit comments

Comments
 (0)