summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* fix failing testmattip2018-04-111-6/+6
* add missing glossary entries and link in missing documentmattip2018-04-111-2/+20
* formatting fixesmattip2018-04-113-9/+9
* update kwargs where neededmattip2018-04-111-1/+1
* silence warnings, matplotlib deprecated normed in favor of densitymattip2018-04-101-27/+27
* DOC: State in docstring that lexsort is stable (#10873).Pierre Chanial2018-04-101-1/+1
* ENH: Improve histogram bins="auto" for data with little variance (#10739)Varun Nayyar2018-04-092-9/+40
* BUG: Fix encoding regression in ma/bench.py (Issue #10868)Jonathan March2018-04-091-0/+2
* Merge pull request #10860 from pv/pypyfix-npy-title-keyCharles Harris2018-04-092-2/+39
|\
| * BUG: core: fix NPY_TITLE_KEY macro on pypyPauli Virtanen2018-04-082-2/+39
* | Merge pull request #10796 from juliantaylor/inplace-overlapCharles Harris2018-04-091-4/+16
|\ \
| * | BUG: fix wrong inplace vectorization on overlapping argumentsJulian Taylor2018-03-251-4/+16
* | | Merge pull request #10859 from charris/remove-yield-testsCharles Harris2018-04-094-222/+219
|\ \ \
| * | | TST: Remove yield tests from core/tests/test_umath_complex.py.Charles Harris2018-04-081-64/+70
| * | | 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
| * | | TST: Replace yield tests in polynomial/tests/test_classes.Charles Harris2018-04-081-65/+49
| | |/ | |/|
* | | Merge pull request #10850 from charris/deprecate-some-importsCharles Harris2018-04-095-9/+39
|\ \ \
| * | | DEP: Issue deprecation warnings for some imports.Charles Harris2018-04-065-9/+39
* | | | 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-07129-4169/+194
|\ \ \ \
| * | | | MAINT: Remove now unused pytest_tools.Charles Harris2018-04-066-3465/+0
| * | | | MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-06123-704/+194
| | |/ / | |/| |
* | | | 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-0669-504/+609
|\ \
| * | TST: Update modules `test` to PytestTester.Charles Harris2018-04-0412-35/+44
| * | TST: Switch to using pytest markersCharles Harris2018-04-0456-458/+535
| * | TST: Update pytest.ini and PytestTesterCharles Harris2018-04-041-11/+30
* | | Merge pull request #10670 from eric-wieser/deprecate-sum-generatorCharles Harris2018-04-062-0/+12
|\ \ \
| * | | DEP: Deprecate np.sum(generator)Eric Wieser2018-02-262-0/+12
* | | | Merge pull request #10826 from tylerjereddy/issue_10779_squeezeCharles Harris2018-04-062-6/+64
|\ \ \ \
| * | | | BUG: np.squeeze() now respects older API axis expectationTyler Reddy2018-03-302-6/+64
* | | | | Merge pull request #10763 from ahaldane/fix_float_repr_tp_print_overrideCharles Harris2018-04-052-0/+54
|\ \ \ \ \
| * | | | | BUG: floating types should override tp_printAllan Haldane2018-03-192-0/+54