summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_histograms.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add np.histogram_bin_edges (#10591)Kirit Thadaka2018-03-151-1/+15
* BUG: Fix crashes when using float32 values in uniform histogramsEric Wieser2018-02-021-0/+47
* ENH: Add support for datetimes to histogramsEric Wieser2017-12-261-0/+25
* BUG: Allow nan values in the data when the bins are explicitEric Wieser2017-12-241-0/+25
* BUG: Fix misleading error when coercing to arrayEric Wieser2017-12-241-0/+11
* MAINT: Move histogram and histogramdd into their own moduleEric Wieser2017-12-101-0/+527