Do you have any responses to the arguments Ralf made back in 2018 in favor of doing nothing?
This seems like something we maybe could have changed for NumPy 2.0 but no one was advocating for it so it didn’t change. I’m not sure it makes sense to do it now without breaking consumers or unnecessarily generating warnings for currently correct uses of the functions, as Ralf argued. Add it to the pile of issues to think about for NumPy 3.0, if we ever decide to do that? On Sun, May 24, 2026 at 6:42 AM Joseph Mehdiyev via NumPy-Discussion < [email protected]> wrote: > Currently histogramdd (and histogram2d) converts the histogram to floats > to preserve a behavior seen a decade ago. This is of course inconsistent > with the np.histogram and I think it should be changed at this point. > The fix is quite trivial, just wanted to discuss this with someone before > I open a PR. > > Best, > Joseph > > Related: > https://github.com/numpy/numpy/issues/7845 > > https://mail.python.org/archives/list/[email protected]/thread/NIHE7UT4SDPU6KCDSMUIU2UA52PDSEIJ/ > _______________________________________________ > NumPy-Discussion mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3//lists/numpy-discussion.python.org > Member address: [email protected] >
_______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/numpy-discussion.python.org Member address: [email protected]
