summaryrefslogtreecommitdiff
path: root/numpy/lib/histograms.py
Commit message (Collapse)AuthorAgeFilesLines
...
* ENH: Add support for datetimes to histogramsEric Wieser2017-12-261-9/+11
| | | | Currently only supported for explicit bins
* BUG: Allow nan values in the data when the bins are explicitEric Wieser2017-12-241-2/+4
| | | | | Fixes gh-7503 Closes gh-8984
* Merge pull request #10268 from eric-wieser/fix-gh-7864Charles Harris2017-12-241-1/+1
|\ | | | | BUG: Fix misleading error when coercing to array
| * BUG: Fix misleading error when coercing to arrayEric Wieser2017-12-241-1/+1
| | | | | | | | Closes gh-7864
* | 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
800 self-contained lines are easily enough to go in their own file, as are the 500 lines of tests. For compatibility, the names are still available through `np.lib.function_base.histogram` and `from np.lib.function_base import *` For simplicity of imports, all of the unqualified `np.` names are now qualified