[SciPy-Dev] scipy.signal function naming

Ralf Gommers ralf.gommers at gmail.com
Tue Feb 24 00:47:19 EST 2015


Hi,

Historically many names in scipy.signal have followed Matlab, which
typically chooses short but very nondescriptive names. I would prefer to
not keep doing that but instead choose readable names that fit with the
rest of Scipy and Python. Recent examples from PRs, with in brackets a
proposed alternative:

grpdelay (group_delay) - https://github.com/scipy/scipy/pull/4549
place (place_poles) - https://github.com/scipy/scipy/pull/4295
ctrb (controllalbility_matrix) - https://github.com/scipy/scipy/pull/4515
obsv (observability_matrix) - https://github.com/scipy/scipy/pull/4515
upfirdn (rate_resample ?) - just discussed on list

Thoughts?

Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20150224/58e1f400/attachment.html>


More information about the SciPy-Dev mailing list