[SciPy-Dev] `histogram2` and `signaltonoise` deprecation from `scipy.stats`

Abraham Escalante aeklant at gmail.com
Sun Mar 22 23:14:56 EDT 2015


Hello all,

As part of the StatistisCleanup milestone (which I aim to complete by late
August) `scipy.stats.histogram2` and `scipy.stats.signaltonoise` are to be
deprecated but of course, we would like to get opinions from the community.

In short:

   - `histogram2` is not well tested and is unnecessary since
   `np.histogram2d` can be used instead.
   - `signaltonoise` doesn't really belong in `scipy.stats` and it is
   rarely used.

For more details, please refer to issues #602 and #609.

If you have an objection or any opinion regarding this please let me know
to take it into account.


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


More information about the SciPy-Dev mailing list