summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: load fails when using pickle without allow_pickle=Truepr/12889Paul Ivanov2019-04-165-16/+30
* Merge pull request #13322 from eric-wieser/cyclic-importCharles Harris2019-04-134-447/+469
|\
| * MAINT: Move umath error helpers into their own moduleEric Wieser2019-04-134-447/+469
* | Merge pull request #13324 from eric-wieser/move-asarrayCharles Harris2019-04-134-311/+328
|\ \ | |/
| * MAINT: Move asarray helpers into their own moduleEric Wieser2019-04-134-311/+328
* | Merge pull request #13323 from seberg/ufunc-at-large-iterationEric Wieser2019-04-131-1/+1
|\ \ | |/ |/|
| * BUG: ufunc.at iteration variable size fixSebastian Berg2019-04-131-1/+1
* | Merge pull request #13321 from eric-wieser/move-exceptionsEric Wieser2019-04-135-27/+28
|\ \
| * | MAINT: Move exceptions from core._internal to core._exceptionsEric Wieser2019-04-135-27/+28
| |/
* | BUILD: remove unused filemattip2019-04-131-42/+0
|/
* Merge pull request #11829 from eric-wieser/f2py-dedentCharles Harris2019-04-123-43/+42
|\
| * MAINT: Use textwrap.dedent in f2py testsEric Wieser2019-04-103-43/+42
* | Merge pull request #13311 from eric-wieser/memmap-emptyTyler Reddy2019-04-122-1/+11
|\ \
| * | BUG: Fix bad error message in np.memmapEric Wieser2019-04-112-1/+11
| |/
* | Merge pull request #13313 from eric-wieser/fix-typoRalf Gommers2019-04-121-1/+1
|\ \
| * | MAINT: fix typo in 'self'Eric Wieser2019-04-111-1/+1
| |/
* | TST: fix up test_structured_paddedTyler Reddy2019-04-111-1/+1
* | BUG: Fix crash when calling savetxt on a padded arrayEric Wieser2019-04-112-2/+12
|/
* Merge pull request #13060 from bran206/masterCharles Harris2019-04-101-5/+31
|\
| * BUG: Use C call to sysctlbyname for AVX detection on MacOSBran2019-04-051-6/+14
| * AVX detection fails on MacOS if $PATH doesn't contain /usr/sbin #7801Bran2019-03-141-15/+15
| * AVX detection fails on MacOS if $PATH doesn't contain /usr/sbin #7801Bran2019-03-041-1/+1
| * AVX detection fails on MacOS if /home/bran/.local/bin:/usr/local/sbin:/usr/lo...Bran2019-03-041-13/+19
| * AVX detection fails on MacOS if $PATH doesn't contain /usr/sbin #7801 -- fixBran2019-02-271-5/+17
* | Merge pull request #13291 from rgommers/fix-warningCharles Harris2019-04-101-5/+0
|\ \
| * | MAINT: fix unused variable warning in npy_math_complex.c.srcRalf Gommers2019-04-091-5/+0
* | | Merge pull request #13161 from zerothi/linalg-cblasMatti Picus2019-04-101-20/+40
|\ \ \
| * | | BLD: streamlined CBLAS linkage tries, default to try libraries *as-is*Nick Papior2019-04-101-20/+40
* | | | Merge pull request #13219 from kikocorreoso/nan_to_num-enhancementAllan Haldane2019-04-092-9/+77
|\ \ \ \ | |_|/ / |/| | |
| * | | update testskikocorreoso2019-04-091-9/+7
| * | | fix test namekikocorreoso2019-04-091-1/+1
| * | | address comments on #9355kikocorreoso2019-03-302-9/+79
* | | | ENH: rotate companion matrix for all polynomial basesTyler Moncur2019-04-086-7/+13
* | | | ENH: use rotated companion matrix to reduce errorTyler Moncur2019-04-081-1/+1
* | | | Merge pull request #13259 from spacescientist/masterMatti Picus2019-04-081-2/+2
|\ \ \ \
| * | | | DOC: Small readability improvementspacescientist2019-04-041-2/+2
* | | | | Merge pull request #13273 from jwilk-forks/dtypefromobject-nullptrCharles Harris2019-04-062-1/+7
|\ \ \ \ \
| * | | | | BUG: Fix null pointer dereference in PyArray_DTypeFromObjectHelperJakub Wilk2019-04-062-1/+7
* | | | | | DOC : Correcting bug on Documentation Page (Byteswapping) (#13262)vrindaaa2019-04-061-10/+10
|/ / / / /
* | | | | ENH: vectorize np.abs for unsigned ints and half, improving performance up to...Christopher Whelan2019-04-051-10/+4
* | | | | MAINT: f2py: Add a cast to avoid a compiler warning.Warren Weckesser2019-04-051-1/+1
|/ / / /
* | | | Merge pull request #13243 from adeak/maint_flat_nosetref_refactorCharles Harris2019-04-021-2/+3
|\ \ \ \
| * | | | MAINT: replace SETREF with assignment to ret array in ndarray.flatAndras Deak2019-04-021-2/+3
* | | | | DOC: fix docstring for floor_divide (#13242)Assem2019-04-022-3/+3
* | | | | DOC: Improve mtrand docstringsKevin Sheppard2019-04-021-23/+22
|/ / / /
* | | | BUG/MAINT: fix reference count error on invalid input to ndarray.flat (#13176)adeak2019-04-012-25/+41
* | | | BUG: Fix of `var` method for complex object arraysChirag Nighut2019-04-012-3/+7
* | | | Merge pull request #13226 from bashtage/mtrand-doc-cleanMatti Picus2019-03-311-12/+12
|\ \ \ \
| * | | | DOC: Fix small issues in mtrand doc stringsKevin Sheppard2019-03-311-12/+12
| |/ / /
* | | | Merge pull request #13208 from qwhelan/charris_followupMatti Picus2019-03-312-71/+62
|\ \ \ \