summaryrefslogtreecommitdiff
path: root/numpy/lib/histograms.py
Commit message (Expand)AuthorAgeFilesLines
...
* MAINT: Remove pointless axis permutationEric Wieser2018-04-081-9/+3
* MAINT: Remove redundant operations in 1d maskingEric Wieser2018-04-081-1/+1
* BUG: Use intp for indicesEric Wieser2018-04-061-1/+1
* DOC: Document the surprising behaviour of np.histogramdd on array_likesEric Wieser2018-04-061-4/+12
* MAINT/ENH: Reuse range computation code from np.histogram in np.histogramddEric Wieser2018-04-061-29/+15
* MAINT: Give a more useful error messages for bins of an incorrect dimensionEric Wieser2018-03-261-2/+5
* MAINT: Only check bin monotonicity if not using linspaceEric Wieser2018-03-261-5/+6
* MAINT: Unify computation of `nbin[i]`Eric Wieser2018-03-261-3/+2
* MAINT: Make np.histogramdd error messages consistent with np.histogramEric Wieser2018-03-261-4/+4
* MAINT: The histogram_bin_edges function needs a raw docstring.Charles Harris2018-03-161-1/+1
* DOC: Move bin estimator documentation from `histogram` to `histogram_bin_edges`Eric Wieser2018-03-161-107/+75
* ENH: Add np.histogram_bin_edges (#10591)Kirit Thadaka2018-03-151-2/+126
* Merge pull request #10618 from eric-wieser/avoid-nontuple-indicesMarten van Kerkwijk2018-03-151-1/+1
|\
| * MAINT: Stop using non-tuple indices internallyEric Wieser2018-02-161-1/+1
* | MAINT: Improve range error messages in np.histogram (#10603)Kirit Thadaka2018-02-201-7/+9
|/
* BUG: Fix crashes when using float32 values in uniform histogramsEric Wieser2018-02-021-7/+18
* MAINT: Extract helper function for last-bound-inclusive search_sortedEric Wieser2017-12-271-6/+16
* ENH: Add support for datetimes to histogramsEric Wieser2017-12-261-9/+11
* BUG: Allow nan values in the data when the bins are explicitEric Wieser2017-12-241-2/+4
* Merge pull request #10268 from eric-wieser/fix-gh-7864Charles Harris2017-12-241-1/+1
|\
| * BUG: Fix misleading error when coercing to arrayEric Wieser2017-12-241-1/+1
* | MAINT: extract private helper function to compute histogram bin edgesEric Wieser2017-12-241-68/+91
|/
* MAINT: Extract helper functions from histogramEric Wieser2017-12-221-27/+44
* MAINT: Move histogram and histogramdd into their own moduleEric Wieser2017-12-101-0/+811