summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_histograms.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-15ENH: Add np.histogram_bin_edges (#10591)Kirit Thadaka1-1/+15
2018-02-02BUG: Fix crashes when using float32 values in uniform histogramsEric Wieser1-0/+47
2017-12-26ENH: Add support for datetimes to histogramsEric Wieser1-0/+25
2017-12-24BUG: Allow nan values in the data when the bins are explicitEric Wieser1-0/+25
2017-12-24BUG: Fix misleading error when coercing to arrayEric Wieser1-0/+11
2017-12-10MAINT: Move histogram and histogramdd into their own moduleEric Wieser1-0/+527