summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12805 from mattip/double-decrefSebastian Berg2019-01-202-18/+39
|\
| * BUG: double decref of dtype in failure codepath. Test and fixmattip2019-01-202-18/+39
* | Merge pull request #12593 from eric-wieser/ufunc-exceptionsMarten van Kerkwijk2019-01-193-50/+251
|\ \
| * | DOC: Explain -1 return valuesEric Wieser2019-01-191-3/+12
| * | ENH: Use richer exception types for ufunc type resolution errorsEric Wieser2019-01-133-50/+242
* | | Merge pull request #12631 from acastanedam/f2py_pgiCharles Harris2019-01-191-1/+5
|\ \ \
| * | | BUG: fix f2py problem to build wrappers using PGI's FortranArcesio Castaneda Medina2018-12-301-1/+5
* | | | Merge pull request #12757 from madphysicist/patch-1Eric Wieser2019-01-191-10/+10
|\ \ \ \
| * | | | BUG: Added parens to macro argument expansionsJoseph Fox-Rabinovitz2019-01-151-10/+10
* | | | | Merge pull request #12604 from danielhrisca/fromfile-bugfixCharles Harris2019-01-191-1/+4
|\ \ \ \ \
| * | | | | chage ValueError to TypeError after reviewdanielhrisca2018-12-241-2/+2
| * | | | | BUG: check if dtype or formats arguments are not None when calling numpy.core...danielhrisca2018-12-231-0/+3
* | | | | | ENH: add _nan_mask functionTyler Reddy2019-01-182-0/+55
* | | | | | Merge pull request #9330 from nimish/errstate-improvementMatti Picus2019-01-182-2/+16
|\ \ \ \ \ \
| * | | | | | Make errstate a ContextDecoratorNimish Telang2019-01-172-2/+16
* | | | | | | Merge pull request #12762 from EelcoPeacs/local_datasource_firstCharles Harris2019-01-171-4/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ENH: Changed the sequence of checking for locale existence of a file and impo...EelcoPeacs2019-01-161-4/+5
| | |/ / / / | |/| | | |
* | | | | | DOC: Update docstring of diff() to use 'i' not 'n'Andy Scholand2019-01-151-1/+1
|/ / / / /
* | | | | Merge pull request #12727 from mattip/gh-8067Tyler Reddy2019-01-151-48/+58
|\ \ \ \ \
| * | | | | DOC: doctest structured array introductionmattip2019-01-141-48/+58
* | | | | | MAINT: More cleanup of einsum (#11230)Jaime2019-01-151-93/+94
* | | | | | DOC: fix docstrings for broadcastable inputs in ufunc (#12463)Albert Thomas2019-01-151-62/+48
* | | | | | Merge pull request #12456 from eric-wieser/dtype_to_ctypesMatti Picus2019-01-152-18/+242
|\ \ \ \ \ \
| * | | | | | ENH: Add np.ctypeslib.as_ctypes_type(dtype), improve `np.ctypeslib.as_ctypes`Eric Wieser2019-01-132-18/+242
* | | | | | | BUG: Fix reference counting for subarrays containing objects (#12650)Sebastian Berg2019-01-154-36/+333
* | | | | | | MAINT: refactor PyArray_AdaptFlexibleDType to return a meaningful value (#12234)Matti Picus2019-01-146-66/+89
* | | | | | | Merge pull request #12729 from eric-wieser/tolist-docsMatti Picus2019-01-141-4/+25
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | DOC: Extend documentation of `ndarray.tolist`Eric Wieser2019-01-131-4/+25
| |/ / / / /
* | | | | | Merge pull request #12693 from eric-wieser/gh-9436-hermitianMatti Picus2019-01-132-23/+83
|\ \ \ \ \ \
| * | | | | | ENH: Add a hermitian argument to `pinv` and `svd`, matching `matrix_rank`Eric Wieser2019-01-072-23/+83
* | | | | | | Merge pull request #12700 from mattip/gh-7961Eric Wieser2019-01-133-3/+29
|\ \ \ \ \ \ \
| * | | | | | | ENH: chain additional exception on ufunc method lookup errormattip2019-01-133-3/+29
* | | | | | | | ENH: improve performance of numpy.core.records.fromarrays (#12596)Daniel Hrisca2019-01-131-5/+6
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #12201 from tylerjereddy/test_linalg_commonTypeSebastian Berg2019-01-111-0/+7
|\ \ \ \ \ \ \
| * | | | | | | TST: coverage for _commonType()Tyler Reddy2018-11-131-0/+7
* | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \