summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_histograms.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: fix typosBrian Wignall2020-01-141-1/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-3/+3
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: lib: Fix histogram problem with signed integer arrays.Warren Weckesser2019-10-151-0/+11
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-1/+1
* TEST: tweak two slow tests to speed them upmattip2019-05-111-7/+3
* Merge pull request #12388 from mhvk/linspace-allow-arrayCharles Harris2018-12-061-4/+4
|\
| * TST,BUG: fix two tests that were setup incorrectly.Marten van Kerkwijk2018-12-041-4/+4
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+1
|/
* resolve issues from reviewguoci2018-11-201-2/+2
* ENH: Add 'ise' estimator to np.histogramguoci2018-11-201-12/+32
* TST: arg handling tests in histogramddTyler Reddy2018-10-221-0/+17
* Merge pull request #12216 from tylerjereddy/hist_range_test_sanityEric Wieser2018-10-181-0/+6
|\
| * TST: test invalid histogram rangeTyler Reddy2018-10-181-0/+6
* | TST: test histogram bins dimsTyler Reddy2018-10-181-0/+7
|/
* TST: add test for weighted histogram mismatchTyler Reddy2018-10-141-0/+7
* BUG: Allow boolean subtract in histogramMatthew Bowden2018-10-101-0/+17
* 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