| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #12805 from mattip/double-decref | Sebastian Berg | 2019-01-20 | 2 | -18/+39 |
| |\ | |||||
| | * | BUG: double decref of dtype in failure codepath. Test and fix | mattip | 2019-01-20 | 2 | -18/+39 |
| * | | Merge pull request #12593 from eric-wieser/ufunc-exceptions | Marten van Kerkwijk | 2019-01-19 | 3 | -50/+251 |
| |\ \ | |||||
| | * | | DOC: Explain -1 return values | Eric Wieser | 2019-01-19 | 1 | -3/+12 |
| | * | | ENH: Use richer exception types for ufunc type resolution errors | Eric Wieser | 2019-01-13 | 3 | -50/+242 |
| * | | | Merge pull request #12631 from acastanedam/f2py_pgi | Charles Harris | 2019-01-19 | 1 | -1/+5 |
| |\ \ \ | |||||
| | * | | | BUG: fix f2py problem to build wrappers using PGI's Fortran | Arcesio Castaneda Medina | 2018-12-30 | 1 | -1/+5 |
| * | | | | Merge pull request #12757 from madphysicist/patch-1 | Eric Wieser | 2019-01-19 | 1 | -10/+10 |
| |\ \ \ \ | |||||
| | * | | | | BUG: Added parens to macro argument expansions | Joseph Fox-Rabinovitz | 2019-01-15 | 1 | -10/+10 |
| * | | | | | Merge pull request #12604 from danielhrisca/fromfile-bugfix | Charles Harris | 2019-01-19 | 1 | -1/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | chage ValueError to TypeError after review | danielhrisca | 2018-12-24 | 1 | -2/+2 |
| | * | | | | | BUG: check if dtype or formats arguments are not None when calling numpy.core... | danielhrisca | 2018-12-23 | 1 | -0/+3 |
| * | | | | | | ENH: add _nan_mask function | Tyler Reddy | 2019-01-18 | 2 | -0/+55 |
| * | | | | | | Merge pull request #9330 from nimish/errstate-improvement | Matti Picus | 2019-01-18 | 2 | -2/+16 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Make errstate a ContextDecorator | Nimish Telang | 2019-01-17 | 2 | -2/+16 |
| * | | | | | | | Merge pull request #12762 from EelcoPeacs/local_datasource_first | Charles Harris | 2019-01-17 | 1 | -4/+5 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | ENH: Changed the sequence of checking for locale existence of a file and impo... | EelcoPeacs | 2019-01-16 | 1 | -4/+5 |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | DOC: Update docstring of diff() to use 'i' not 'n' | Andy Scholand | 2019-01-15 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #12727 from mattip/gh-8067 | Tyler Reddy | 2019-01-15 | 1 | -48/+58 |
| |\ \ \ \ \ | |||||
| | * | | | | | DOC: doctest structured array introduction | mattip | 2019-01-14 | 1 | -48/+58 |
| * | | | | | | MAINT: More cleanup of einsum (#11230) | Jaime | 2019-01-15 | 1 | -93/+94 |
| * | | | | | | DOC: fix docstrings for broadcastable inputs in ufunc (#12463) | Albert Thomas | 2019-01-15 | 1 | -62/+48 |
| * | | | | | | Merge pull request #12456 from eric-wieser/dtype_to_ctypes | Matti Picus | 2019-01-15 | 2 | -18/+242 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | ENH: Add np.ctypeslib.as_ctypes_type(dtype), improve `np.ctypeslib.as_ctypes` | Eric Wieser | 2019-01-13 | 2 | -18/+242 |
| * | | | | | | | BUG: Fix reference counting for subarrays containing objects (#12650) | Sebastian Berg | 2019-01-15 | 4 | -36/+333 |
| * | | | | | | | MAINT: refactor PyArray_AdaptFlexibleDType to return a meaningful value (#12234) | Matti Picus | 2019-01-14 | 6 | -66/+89 |
| * | | | | | | | Merge pull request #12729 from eric-wieser/tolist-docs | Matti Picus | 2019-01-14 | 1 | -4/+25 |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| | * | | | | | | DOC: Extend documentation of `ndarray.tolist` | Eric Wieser | 2019-01-13 | 1 | -4/+25 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #12693 from eric-wieser/gh-9436-hermitian | Matti Picus | 2019-01-13 | 2 | -23/+83 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | ENH: Add a hermitian argument to `pinv` and `svd`, matching `matrix_rank` | Eric Wieser | 2019-01-07 | 2 | -23/+83 |
| * | | | | | | | Merge pull request #12700 from mattip/gh-7961 | Eric Wieser | 2019-01-13 | 3 | -3/+29 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | ENH: chain additional exception on ufunc method lookup error | mattip | 2019-01-13 | 3 | -3/+29 |
| * | | | | | | | | ENH: improve performance of numpy.core.records.fromarrays (#12596) | Daniel Hrisca | 2019-01-13 | 1 | -5/+6 |
| | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | | Merge pull request #12201 from tylerjereddy/test_linalg_commonType | Sebastian Berg | 2019-01-11 | 1 | -0/+7 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | TST: coverage for _commonType() | Tyler Reddy | 2018-11-13 | 1 | -0/+7 |
| * | | | | | | | | Merge pull request #12713 from mattip/gh-12711 | Tyler Reddy | 2019-01-10 | 3 | -19/+25 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | BUG: loosen kwargs requirements in ediff1d | mattip | 2019-01-10 | 3 | -19/+25 |
| * | | | | | | | | | Merge pull request #12545 from bashtage/choice-nan-protect | Charles Harris | 2019-01-10 | 2 | -1/+9 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | BUG: Ensure probabilities are not NaN in choice | Kevin Sheppard | 2018-12-14 | 2 | -1/+9 |
| * | | | | | | | | | | Merge pull request #12696 from seberg/bufferinfo_cache_dealloc_void | Matti Picus | 2019-01-10 | 4 | -0/+6 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | BUG: Followup fixes of leaks detected with valgrind | Sebastian Berg | 2019-01-09 | 2 | -0/+2 |
| | * | | | | | | | | | | BUG: Free buffer shape information on error during creation | Sebastian Berg | 2019-01-08 | 1 | -0/+2 |
| | * | | | | | | | | | | BUG: Fix leak of void scalar buffer info | Sebastian Berg | 2019-01-08 | 1 | -0/+2 |
| * | | | | | | | | | | | Merge pull request #12702 from rth/fft-3d-fortran-test | Charles Harris | 2019-01-10 | 1 | -0/+38 |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | Spelling | Roman Yurchak | 2019-01-09 | 1 | -1/+1 |
| | * | | | | | | | | | | TST Check FFT for C/Fortran ordered and non contigous arrays | Roman Yurchak | 2019-01-09 | 1 | -0/+38 |
| * | | | | | | | | | | | Merge pull request #12668 from anntzer/concat-error-message | Matti Picus | 2019-01-10 | 2 | -8/+27 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Improve error messages for non-matching shapes in concatenate. | Antony Lee | 2019-01-09 | 2 | -8/+27 |
| * | | | | | | | | | | | | BUG: reference cycle in np.vectorize (#11977) | Matti Picus | 2019-01-09 | 4 | -12/+94 |
| | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #12679 from mattip/remove-warnings | Sebastian Berg | 2019-01-09 | 4 | -141/+68 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
