ggventurini / python-deltasigma

A port of the MATLAB Delta Sigma Toolbox based on free software and very little sleep
python-deltasigma.io
Other
82 stars 54 forks source link

Fix to work with new scipy 0.16.x #60

Closed ggventurini closed 9 years ago

ggventurini commented 9 years ago

New LTI description have been added to scipy in version 0.16.0, effectively breaking the API for functions and classes in the ltisubpackage .

For now, users should stick with 0.15.x (and lower) versions of the library

For the future, we should decide what to do:

Obviously the latter being best, if custom code can be kept to a minimum.