summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | ENH: Improve histogram bins="auto" for data with little variance (#10739)Varun Nayyar2018-04-092-9/+40
| |/
| * Merge pull request #10859 from charris/remove-yield-testsCharles Harris2018-04-092-93/+100
| |\
| | * STY: Some PEP8 fixes in lib/tests/test_twodim_base.py.Charles Harris2018-04-081-16/+17
| | * TST: Remove yield tests in lib/tests/test_twodim_base.py.Charles Harris2018-04-081-12/+12
| | * TST: Remove yield tests from lib/tests/test_index_tricks.py.Charles Harris2018-04-081-65/+71
| * | Merge pull request #10863 from eric-wieser/histogramdd-fixesCharles Harris2018-04-091-33/+22
| |\ \ | | |/ | |/|
| | * MAINT: Don't use np.arange just because `range` is shadowedEric Wieser2018-04-081-7/+11
| | * MAINT: Use the minlength argument of bincount to avoid a copy into a larger a...Eric Wieser2018-04-081-8/+4
| | * MAINT: Don't reimplement `ravel_multi_index`Eric Wieser2018-04-081-3/+2
| | * MAINT: Don't use a dict with numeric keys when a tuple would do fineEric Wieser2018-04-081-3/+4
| | * MAINT: Remove asarray call on a known arrayEric Wieser2018-04-081-2/+0
| | * MAINT: Remove dead code.Eric Wieser2018-04-081-3/+0
| | * MAINT: Remove pointless axis permutationEric Wieser2018-04-081-9/+3
| | * MAINT: Remove redundant operations in 1d maskingEric Wieser2018-04-081-1/+1
| * | Merge pull request #10858 from charris/post-pytest-cleanupCharles Harris2018-04-0724-151/+41
| |\ \
| | * | MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-0624-151/+41
| * | | Merge pull request #10802 from eric-wieser/histogramdd-fixesCharles Harris2018-04-061-44/+41
| |\ \ \ | | |/ / | |/| / | | |/
| | * 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
| * | Merge pull request #10842 from charris/switch-to-pytestCharles Harris2018-04-067-43/+47
| |\ \
| | * | TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+3
| | * | TST: Switch to using pytest markersCharles Harris2018-04-046-41/+44
| * | | doc: fix examples in docstring for np.flipBerend Kapelle2018-04-031-3/+0
| |/ /
| * | MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+0
| |/
| * TST: Rename some compiled c test modulesCharles Harris2018-03-241-1/+1
| * MAINT: Remove use of unittest in NumPy tests.xoviat2018-03-211-2/+2
| * Merge pull request #10755 from eric-wieser/reduce-histogram-docsCharles Harris2018-03-161-108/+76
| |\
| | * 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
| * | Merge pull request #10666 from dfreese/fix/covcomplexCharles Harris2018-03-162-2/+4
| |\ \ | | |/ | |/|
| | * BUG: fix complex casting error in cov with aweightsDavid Freese2018-02-252-2/+4
| * | ENH: Add np.histogram_bin_edges (#10591)Kirit Thadaka2018-03-152-3/+141
| * | Merge pull request #10618 from eric-wieser/avoid-nontuple-indicesMarten van Kerkwijk2018-03-153-24/+26
| |\ \
| | * | MAINT: Stop using non-tuple indices internallyEric Wieser2018-02-163-24/+26
| * | | Merge pull request #10750 from eric-wieser/percentile-graphCharles Harris2018-03-151-0/+27
| |\ \ \
| | * | | DOC: Add graph showing different behaviors of np.percentileEric Wieser2018-03-151-0/+27
| * | | | TST: Import abstract classes from collections.abcFrederick Lefebvre2018-03-141-2/+7
| |/ / /
| * | | Fix low-hanging Pypy compatibility issues (#10737)Pauli Virtanen2018-03-123-4/+5
| * | | BUG: fix error message in numpy.selectLouis Potok2018-03-081-1/+1
| * | | DOC: Grammar of np.gradient docstringAllan Haldane2018-03-061-3/+3
| * | | DOC: add versionadded for NDArrayOperatorsMixin.Stephan Hoyer2018-03-041-0/+2
| * | | Merge pull request #10547 from hobler/patch-1Charles Harris2018-02-281-1/+1
| |\ \ \
| | * | | Update function_base.pyhobler2018-02-081-1/+1
| * | | | BUG/MAINT: Remove special handling of 0d arrays and scalars in interpEric Wieser2018-02-252-18/+14
| | |_|/ | |/| |
| * | | MAINT: Improve range error messages in np.histogram (#10603)Kirit Thadaka2018-02-201-7/+9