summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15407 from charris/replace-basestringSebastian Berg2020-01-2315-46/+36
|\
| * MAINT: Replace basestring with str.Charles Harris2020-01-2315-46/+36
* | Merge pull request #15398 from mwtoews/urllibCharles Harris2020-01-231-15/+5
|\ \
| * | MAINT: Revise imports from urllib modulesMike Taves2020-01-241-15/+5
* | | Merge pull request #15405 from WarrenWeckesser/undefaCharles Harris2020-01-231-1/+1
|\ \ \
| * | | BUG/TEST: core: Fix an undefined name in a test.Warren Weckesser2020-01-231-1/+1
* | | | Merge pull request #15400 from sethtroisi/pytest_cleanupCharles Harris2020-01-231-17/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | MAINT: cleanup _pytesttester.pySeth Troisi2020-01-231-17/+0
| |/ /
* | | MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-2332-52/+10
|/ /
* | Merge pull request #15393 from eric-wieser/remove-base-handlingMatti Picus2020-01-242-24/+35
|\ \ | |/ |/|
| * BUG: Do not dispatch to base classes polymorphicallyEric Wieser2020-01-232-17/+30
| * MAINT: Remove leftover code which handled integer base classesEric Wieser2020-01-231-15/+13
* | Merge pull request #15362 from mwtoews/def23Matti Picus2020-01-232-38/+11
|\ \
| * | MAINT: remove internal functions required to handle Python2/3 logicMike Taves2020-01-222-38/+11
| |/
* | Merge pull request #15366 from mwtoews/F403Matti Picus2020-01-239-14/+19
|\ \
| * | MAINT: resolve pyflake F403 'from module import *' usedMike Taves2020-01-239-14/+19
* | | Merge pull request #15377 from sethtroisi/misc_cleanups2Matti Picus2020-01-233-20/+4
|\ \ \
| * | | MAINT: Cleanup python2 referencesSeth Troisi2020-01-213-20/+4
* | | | Merge pull request #15379 from sethtroisi/misc_cleanups3Matti Picus2020-01-239-45/+18
|\ \ \ \
| * | | | MAINT: Python2 CleanupsSeth Troisi2020-01-219-45/+18
| |/ / /
* | | | Merge pull request #15386 from eric-wieser/tidy-scalar-macrosSebastian Berg2020-01-221-14/+14
|\ \ \ \
| * | | | MAINT: clean up some macros in scalarapi.cEric Wieser2020-01-221-14/+14
| | |_|/ | |/| |
* | | | DOC: Updating Chararry Buffer datatypes #15360MLK972020-01-231-1/+1
* | | | DOC: Updating Chararry Buffer datatypes #15360MLK972020-01-231-1/+1
| |_|/ |/| |
* | | MAINT: Revise imports from collections.abc moduleMike Taves2020-01-226-46/+16
|/ /
* | MAINT: Const qualify UFunc inner loops (gh-15355)Kai Striega2020-01-2115-335/+332
* | Merge pull request #15375 from sethtroisi/misc_cleanupsMatti Picus2020-01-225-78/+59
|\ \
| * | STY: use `with open` when possibleSeth Troisi2020-01-215-78/+59
| |/
* | TST: Simplify unicode testSeth Troisi2020-01-211-27/+15
|/
* Merge pull request #15369 from Kai-Striega/simd_fix_signed_comparisonSebastian Berg2020-01-211-1/+1
|\
| * MAINT: simd: Avoid signed comparison warningkai-striega2020-01-211-1/+1
* | NEP: issue deprecation warning when creating ragged array (NEP 34)Matti Picus2020-01-2117-57/+135
|/
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-2025-315/+99
* MAINT: Remove unnecessary calls to PyArray_DATA from binomial functionsAlex Henrie2020-01-192-2/+0
* Merge pull request #15279 from mattip/openblasTyler Reddy2020-01-194-7/+15
|\
| * MAINT: try to avoid spurious warnings in einsummattip2020-01-171-0/+8
| * BLD: use 0.3.7 release version, add dependency on libgfortran5mattip2020-01-173-7/+7
* | Merge pull request #15224 from pv/lapack-lite-symrenameMatti Picus2020-01-2012-37/+787
|\ \
| * | GEN: regenerate lapack_litePauli Virtanen2020-01-148-25/+716
| * | MAINT: linalg: use symbol suffix in fallback lapack_litePauli Virtanen2020-01-144-12/+71
* | | MAINT: Remove unneccessary call to NpyIter_IterationNeedsAPI (#15348)Eric Wieser2020-01-191-2/+0
|\ \ \
| * | | MAINT: Remove unneccessary call to NpyIter_IterationNeedsAPIAlex Henrie2020-01-191-2/+0
* | | | MAINT: Fix mistype in histogramdd docstringKirill Zinovjev2020-01-191-2/+2
|/ / /
* | | ENH: add identity kwarg to frompyfunc (#8255)mattharrigan2020-01-163-8/+43
* | | Merge pull request #15011 from hmaarrfk/compat_cleanup_35Sebastian Berg2020-01-161-118/+51
|\ \ \
| * | | MAINT: cleanup compat.py3k.pyMark Harfouche2020-01-031-118/+51
* | | | Merge pull request #15217 from eric-wieser/deprecate-shape-0Sebastian Berg2020-01-161-6/+29
|\ \ \ \
| * | | | DEP: records: Deprecate treating shape=0 as shape=NoneEric Wieser2020-01-011-6/+29
* | | | | Merge pull request #15118 from mattip/cleanup-array-callSebastian Berg2020-01-165-75/+29
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | MAINT: remove undocumented use of context in __array__(dtype, context)mattip2020-01-165-75/+29