deprecating stats.histogram?

Hi all, In 0.16.0 we deprecate stats.histogram2 (in PR 4655) but somehow forgot to think about deprecating the 1-D version. At least I can't find a record on this list or on Github of such a discussion. The difference between numpy.histogram and stats.histogram is very minor; basically stats.histogram uses the numpy version under the hood with only a different range. And it misses some features now added to numpy. Any objections to deprecating this function? Ralf

I'm +1 for deprecating it. 18.10.2015 13:32 пользователь "Ralf Gommers" <ralf.gommers@gmail.com> написал:
Hi all,
In 0.16.0 we deprecate stats.histogram2 (in PR 4655) but somehow forgot to think about deprecating the 1-D version. At least I can't find a record on this list or on Github of such a discussion.
The difference between numpy.histogram and stats.histogram is very minor; basically stats.histogram uses the numpy version under the hood with only a different range. And it misses some features now added to numpy.
Any objections to deprecating this function?
Ralf
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org https://mail.scipy.org/mailman/listinfo/scipy-dev
participants (2)
-
Evgeni Burovski
-
Ralf Gommers