summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12713 from mattip/gh-12711Tyler Reddy2019-01-103-19/+25
|\
| * BUG: loosen kwargs requirements in ediff1dmattip2019-01-103-19/+25
* | Merge pull request #12545 from bashtage/choice-nan-protectCharles Harris2019-01-102-1/+9
|\ \
| * | BUG: Ensure probabilities are not NaN in choiceKevin Sheppard2018-12-142-1/+9
* | | Merge pull request #12696 from seberg/bufferinfo_cache_dealloc_voidMatti Picus2019-01-104-0/+6
|\ \ \
| * | | BUG: Followup fixes of leaks detected with valgrindSebastian Berg2019-01-092-0/+2
| * | | BUG: Free buffer shape information on error during creationSebastian Berg2019-01-081-0/+2
| * | | BUG: Fix leak of void scalar buffer infoSebastian Berg2019-01-081-0/+2
* | | | Merge pull request #12702 from rth/fft-3d-fortran-testCharles Harris2019-01-101-0/+38
|\ \ \ \ | |_|_|/ |/| | |
| * | | SpellingRoman Yurchak2019-01-091-1/+1
| * | | TST Check FFT for C/Fortran ordered and non contigous arraysRoman Yurchak2019-01-091-0/+38
* | | | Merge pull request #12668 from anntzer/concat-error-messageMatti Picus2019-01-102-8/+27
|\ \ \ \
| * | | | Improve error messages for non-matching shapes in concatenate.Antony Lee2019-01-092-8/+27
* | | | | BUG: reference cycle in np.vectorize (#11977)Matti Picus2019-01-094-12/+94
| |/ / / |/| | |
* | | | Merge pull request #12679 from mattip/remove-warningsSebastian Berg2019-01-094-141/+68
|\ \ \ \
| * | | | ENH: remove "Invalid value" warnings from median, percentilemattip2019-01-064-141/+68
* | | | | Merge pull request #12684 from mattip/benchmark-ufuncsSebastian Berg2019-01-092-3/+4
|\ \ \ \ \
| * | | | | DEV: remove _arg from public API, add matmul to benchmark ufuncsmattip2019-01-072-3/+4
| |/ / / /
* | | | | DOC: improve comments in copycast_isalignedAllan Haldane2019-01-081-1/+10
* | | | | Merge pull request #12685 from mreineck/add_pocketfftMatti Picus2019-01-082-5/+23
|\ \ \ \ \
| * | | | | tweak testMartin Reinecke2019-01-081-5/+7
| * | | | | fix #12663Martin Reinecke2019-01-082-5/+21
| | |_|/ / | |/| | |
* | | | | Merge pull request #12677 from ahaldane/fix_more_uint_alnCharles Harris2019-01-084-20/+73
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Further fixups to uint alignment checksAllan Haldane2019-01-064-20/+73
| | |/ / | |/| |
* | | | Merge pull request #12680 from eric-wieser/fix-PyArray_RegisterCanCast-mallocMatti Picus2019-01-071-8/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: Ensure failing memory allocations are reportedEric Wieser2019-01-061-8/+25
* | | | Merge pull request #12672 from charris/fix-selected_real_kind-for-sparcCharles Harris2019-01-051-1/+1
|\ \ \ \
| * | | | BUG: Add 'sparc' to platforms implementing 16 byte reals.Charles Harris2019-01-051-1/+1
* | | | | TST: Fix endianness in unstuctured_to_structured testAllan Haldane2019-01-051-3/+3
| |_|/ / |/| | |
* | | | Merge pull request #12239 from daten-kieker/polyval_2477Marten van Kerkwijk2019-01-042-2/+17
|\ \ \ \
| * | | | BUG: polyval returned Non-Masked Arrays for Masked Input.Joachim Hereth2018-10-212-2/+17
* | | | | ENH: allow where in reduce operations.Marten van Kerkwijk2019-01-038-89/+241
| |/ / / |/| | |
* | | | Merge pull request #12626 from ahaldane/further_uint_align_fixCharles Harris2019-01-039-46/+99
|\ \ \ \
| * | | | BUG: fix uint alignment asserts in lowlevel loopsAllan Haldane2019-01-039-46/+99
* | | | | BUG: Fix incorrect/missing reference cleanups found using valgrind (#12624)Sebastian Berg2019-01-0318-30/+83
* | | | | DOC, TST: clean up matplotlib importsTyler Reddy2019-01-025-25/+2
* | | | | DOC, TST: remove agg setting from docsTyler Reddy2019-01-024-10/+0
* | | | | ENH: add "max difference" messages to np.testing.assert_array_equal (#12591)Stephan Hoyer2019-01-013-135/+185
* | | | | Merge pull request #12308 from tylerjereddy/timedelta64_floordivMatti Picus2019-01-015-3/+118
|\ \ \ \ \
| * | | | | ENH: add mm->q floordivTyler Reddy2018-12-075-3/+118
| | |_|/ / | |/| | |
* | | | | Merge pull request #12551 from rgommers/append-warnMatti Picus2018-12-312-4/+52
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | TST: suppress test warnings for appending flag behavior better.Ralf Gommers2018-12-271-3/+8
| * | | | MAINT: add warning to numpy.distutils for LDFLAGS append behavior.Ralf Gommers2018-12-272-4/+47
* | | | | Merge pull request #12618 from ahaldane/test_12byte_alignmentCharles Harris2018-12-271-2/+2
|\ \ \ \ \
| * | | | | MAINT: add test for 12-byte alignmentAllan Haldane2018-12-261-2/+2
* | | | | | Merge pull request #12601 from abdurrehman11/numpy-delete-docsAllan Haldane2018-12-271-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Refactored numpy.delete function docsAbdur Rehman2018-12-211-1/+1
* | | | | | BUG: Add missing free in ufunc deallocSebastian Berg2018-12-261-0/+2
| |/ / / / |/| | | |
* | | | | Merge pull request #12611 from mattip/align-longdoubleCharles Harris2018-12-262-3/+9
|\ \ \ \ \
| * | | | | MAINT: improve commentsmattip2018-12-262-3/+4