summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_histograms.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11778 from eric-wieser/histogram-overflowCharles Harris2018-08-181-0/+14
|\
| * BUG: Avoid signed overflow in histogramEric Wieser2018-08-181-0/+14
* | Merge pull request #11531 from eric-wieser/histogramdd-density-no-deprecationCharles Harris2018-07-081-8/+8
|\ \
| * | MAINT: Rename histogramdd's normed argument to density, to match histogramEric Wieser2018-07-081-8/+8
* | | Merge pull request #11428 from eric-wieser/deprecate-normed-1.15.0Charles Harris2018-06-271-0/+4
|\ \ \
| * | | BUG: Fix incorrect deprecation logic for histogram(normed=...)Eric Wieser2018-06-261-0/+4
* | | | Merge pull request #11373 from eric-wieser/histogramdd-densityCharles Harris2018-06-181-0/+36
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | TST: Show that histogramdd's normed argument is histogram's densityEric Wieser2018-06-171-0/+36
| |/
* | DEP: Actually deprecate the normed argument to histogramEric Wieser2018-06-151-19/+27
|/
* Merge pull request #11023 from eric-wieser/histogramdd-no-fuzzCharles Harris2018-05-141-3/+38
|\
| * BUG: histogramdd fails on large integersEric Wieser2018-04-301-0/+12
| * ENH: Disable fuzzing on histogram boundariesEric Wieser2018-04-301-3/+26
* | MAINT: Misc. typos (#11005)luzpaz2018-04-301-1/+1
|/
* ENH: Improve histogram bins="auto" for data with little variance (#10739)Varun Nayyar2018-04-091-0/+18
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-9/+4
* TST: Switch to using pytest markersCharles Harris2018-04-041-1/+1
* 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