[SciPy-Dev] `trim1` and 'trimboth' backwards incompatible change

Abraham Escalante aeklant at gmail.com
Tue Jun 9 00:18:42 EDT 2015


Hello all,

`trim1` and `trimboth` currently trim items from one or both tails
(respectively) of an array_like input but they do so without sorting the
items. It has been discussed that a function such as that does not make
much sense so that behaviour is being changed. Now the items will be sorted
prior to trimming.

As any other backwards incompatible change, we would like to hear if anyone
has an opinion on this matter before we commit to it.

You can find the changes in PR 4910
<https://github.com/scipy/scipy/pull/4910>

Regards,
Abraham.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20150608/322dde7a/attachment.html>


More information about the SciPy-Dev mailing list