Releases: baggepinnen/ControlSystemIdentification.jl
Releases · baggepinnen/ControlSystemIdentification.jl
v2.11.10
ControlSystemIdentification v2.11.10
Merged pull requests:
- update chirp spectrum (#192) (@baggepinnen)
- scale estimated subspaceid covariance to reflect measurement noise (#193) (@baggepinnen)
- add support for multiple coherence (#194) (@baggepinnen)
v2.11.9
ControlSystemIdentification v2.11.9
Merged pull requests:
- Add excitation-signal generators (#189) (@baggepinnen)
- Update Optim to v2 (#191) (@baggepinnen)
Closed issues:
- Feature request: generator of some standard input signals such as PRBS (#82)
v2.11.8
ControlSystemIdentification v2.11.8
Merged pull requests:
- prepare move of find_similarity_transform to CSBase (#186) (@baggepinnen)
v2.11.7
ControlSystemIdentification v2.11.7
Merged pull requests:
- change
x_toltox_abstol(#185) (@baggepinnen)
Closed issues:
- Warning from optim on x_tol while using newpem (#184)
v2.11.6
ControlSystemIdentification v2.11.6
Merged pull requests:
- CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) (#181) (@github-actions[bot])
- add regularization option to nonlinear PEM (#182) (@baggepinnen)
v2.11.5
ControlSystemIdentification v2.11.5
Merged pull requests:
- add support for regularization of state trajectory in structured PEM (#155) (@baggepinnen)
- fix Float<-Dual bug with input nonlinearity (#179) (@baggepinnen)
Closed issues:
- Error when trying newpem with input non-linearity (#178)
v2.11.4
ControlSystemIdentification v2.11.4
Merged pull requests:
- add
hcat,vcatforFRD(#175) (@baggepinnen) - Fix/prefilter (#177) (@tqml)
v2.11.3
ControlSystemIdentification v2.11.3
Merged pull requests:
- do not import
impz(#174) (@baggepinnen)
Closed issues:
- Precompilation on Julia 1.10 (#173)
v2.11.2
ControlSystemIdentification v2.11.2
Merged pull requests:
- move MTK example to its own file (#169) (@baggepinnen)
- Define the polynomial model abbreviations in the docstrings (#170) (@franckgaga)
- fix
plrfor MISO systems (#172) (@baggepinnen)
Closed issues:
- MISO
iddataerror withplr(#171)
v2.11.1
ControlSystemIdentification v2.11.1
Merged pull requests:
- return empty input for
OutputData(#166) (@baggepinnen) - bump compat DSP v0.8 (#168) (@baggepinnen)