Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11695 from eric-wieser/missing-PyErr_NoMemory | Charles Harris | 2018-08-09 | 2 | -0/+3 |
|\ | | | | | BUG: Add missing PyErr_NoMemory after failing malloc | ||||
| * | BUG: Add missing PyErr_NoMemory after failing malloc | Eric Wieser | 2018-08-08 | 2 | -0/+3 |
| | | |||||
* | | Merge pull request #11691 from charris/fix_matrix_power_regression | Matti Picus | 2018-08-08 | 2 | -61/+90 |
|\ \ | |/ |/| | BUG: Make matrix_power again work for object arrays. | ||||
| * | BUG: Make matrix_power again work for object arrays. | Charles Harris | 2018-08-08 | 2 | -61/+90 |
| | | | | | | | | | | | | | | | | | | This fixes a regression introduced in #10985. Using matmul instead of dot lost the object type while adding the ability to deal with matrix stacks. This implements a partial fix by using dot for 2-D object arrays, but object array stacks cannot be handled. Closes #11635. | ||||
* | | Merge pull request #11673 from sotte/mention_geomspace_in_linspace_docs | Matti Picus | 2018-08-08 | 1 | -1/+4 |
|\ \ | | | | | | | DOC: Add geomspace to "See also" of linspace | ||||
| * | | DOC: Add geomspace to "See also" of linspace | Stefan Otte | 2018-08-07 | 1 | -1/+4 |
| | | | |||||
* | | | Merge pull request #11692 from charris/remove-duplicate-code | Matti Picus | 2018-08-08 | 1 | -5/+0 |
|\ \ \ | | | | | | | | | MAINT: Remove duplicate code. | ||||
| * | | | MAINT: Remove duplicate code. | Charles Harris | 2018-08-08 | 1 | -5/+0 |
| | |/ | |/| | | | | | | | | | | The definition of `_complex_types_map` was repeated in the linalg.py file. | ||||
* | | | Merge pull request #11670 from mattip/refactor-mapping-iterator | Sebastian Berg | 2018-08-08 | 1 | -14/+14 |
|\ \ \ | | | | | | | | | MAINT: trivially refactor mapped indexing | ||||
| * | | | MAINT: trivially refactor mapped indexing | mattip | 2018-08-06 | 1 | -14/+14 |
| | |/ | |/| | |||||
* | | | DOC: Replace <type 'exceptions.ValueError'> with ValueError | Taylor Smith | 2018-08-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Replaced <type 'exceptions.ValueError'> with ValueError in the outdated broadcasting documentation | ||||
* | | | DOC: Update broadcasting documentation | Taylor Smith | 2018-08-08 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | The exception details in the broadcast documentation were old and have since been updated. This commit changes the documentation to reflect the current exception details when a shape mismatch is raised. | ||||
* | | | Merge pull request #11594 from convexset/handle-empty-matrices-lstsq | Matti Picus | 2018-08-07 | 2 | -5/+35 |
|\ \ \ | |_|/ |/| | | ENH: support for empty matrices in linalg.lstsq | ||||
| * | | ENH: support for empty matrices in linalg.lstsq | Jeremy Chen | 2018-08-03 | 2 | -5/+35 |
| | | | |||||
* | | | Merge pull request #11669 from charris/fix-void_getitem-regression | Eric Wieser | 2018-08-06 | 2 | -1/+8 |
|\ \ \ | |_|/ |/| | | BUG: Fix regression in `void_getitem` | ||||
| * | | BUG: Fix regression in void_getitem | Charles Harris | 2018-08-06 | 2 | -1/+8 |
| | | | | | | | | | | | | | | | | | | The return value for a void array was not correct. Closes #11668. | ||||
* | | | Merge pull request #11615 from seberg/clip_order | Marten van Kerkwijk | 2018-08-04 | 2 | -14/+39 |
|\ \ \ | | | | | | | | | BUG: Clip uses wrong memory order in output | ||||
| * | | | ENH: clip test output argument for memory overlap with input | Sebastian Berg | 2018-07-27 | 2 | -14/+29 |
| | | | | |||||
| * | | | BUG: Clip uses wrong memory order in output | Sebastian Berg | 2018-07-27 | 2 | -3/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes two smaller typos in the test where the wrong arrays were compared Closes gh-11605 | ||||
* | | | | Merge pull request #11535 from eric-wieser/fix-6511 | Charles Harris | 2018-08-03 | 2 | -33/+53 |
|\ \ \ \ | |_|/ / |/| | | | MAINT: Improve memory usage in PEP3118 format parsing | ||||
| * | | | MAINT: Improve memory usage in PEP3118 format parsing | Eric Wieser | 2018-07-23 | 2 | -33/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously a local `Stream` class would be defined every time a format needed parsing. Classes in cpython create reference cycles, which create load on the GC. This may or may not resolve gh-6511 | ||||
* | | | | Merge pull request #11299 from eric-wieser/ma-fieldless-dtype | Allan Haldane | 2018-08-02 | 2 | -21/+35 |
|\ \ \ \ | |_|_|/ |/| | | | BUG: Prevent crashes on 0-length structured void scalars | ||||
| * | | | BUG: Prevent crashes on 0-length structured void scalars | Eric Wieser | 2018-06-10 | 2 | -21/+35 |
| | | | | |||||
* | | | | Merge pull request #11595 from mattip/warn-scalar-minimum | Charles Harris | 2018-08-01 | 2 | -3/+11 |
|\ \ \ \ | | | | | | | | | | | BUG:warn on Nan in minimum,maximum for scalars, float16 | ||||
| * | | | | BUG:warn on Nan in minimum,maximum for scalars | mattip | 2018-07-23 | 2 | -3/+11 |
| | | | | | |||||
* | | | | | Merge pull request #11503 from jor-/master | Matti Picus | 2018-08-01 | 2 | -7/+33 |
|\ \ \ \ \ | | | | | | | | | | | | | MAINT: improve error message for isposinf and isneginf on complex values | ||||
| * | | | | | ENH: isposinf and isneginf now also works for values which can not be ↵ | Joscha Reimer | 2018-07-30 | 1 | -6/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | converted to arrays | ||||
| * | | | | | API: isposinf and isneginf now raise TypeError instead of ValueError for ↵ | Joscha Reimer | 2018-07-30 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | complex values | ||||
| * | | | | | TEST: numpy.lib.ufunclike: isposinf and isneginf are tested with complex ↵ | Joscha Reimer | 2018-07-27 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | values whether exception is raised | ||||
| * | | | | | DOC: numpy.lib.ufunclike: typo fixed | Joscha Reimer | 2018-07-27 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | BUG: isposinf and isneginf now raise an exception for complex values | Joscha Reimer | 2018-07-26 | 1 | -3/+13 |
| | | | | | | |||||
| * | | | | | Revert "BUG: isposinf and isneginf now also work with complex values" | Joscha Reimer | 2018-07-26 | 1 | -17/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4e2dd4140e2a7220ef645665a7ce6381493d273d. | ||||
| * | | | | | Revert "TEST: isposinf and isneginf is now also tested with complex values" | Joscha Reimer | 2018-07-26 | 1 | -19/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cd8ffcf11f7d31e383d81112c4bb342ac0269fc8. | ||||
| * | | | | | TEST: isposinf and isneginf is now also tested with complex values | Joscha Reimer | 2018-07-05 | 1 | -17/+19 |
| | | | | | | |||||
| * | | | | | BUG: isposinf and isneginf now also work with complex values | Joscha Reimer | 2018-07-05 | 1 | -2/+17 |
| | | | | | | |||||
* | | | | | | Merge pull request #11652 from eric-wieser/ctypes-dtype-coercion-fix | Charles Harris | 2018-08-01 | 2 | -1/+73 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | BUG: Ensure singleton dimensions are not dropped when converting ctype arrays to dtypes | ||||
| * | | | | | | BUG: Ensure singleton dimensions are not dropped when converting ctype ↵ | Eric Wieser | 2018-07-31 | 2 | -1/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arrays to dtypes This fixes #11636 Also adds xfailing tests for related issues | ||||
* | | | | | | | Merge pull request #11638 from eric-wieser/remove-ma.expand_dims | Ralf Gommers | 2018-07-31 | 4 | -52/+23 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | ENH: Make expand_dims work on subclasses | ||||
| * | | | | | | | TST: Add tests for expand_dims | Eric Wieser | 2018-07-30 | 2 | -0/+17 |
| | | | | | | | | |||||
| * | | | | | | | ENH: Make expand_dims work on subclasses | Eric Wieser | 2018-07-29 | 2 | -52/+6 |
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | This allows np.ma.expand_dims to be removed | ||||
* | | | | | | | Merge pull request #11637 from eric-wieser/simplify-angle | Charles Harris | 2018-07-31 | 2 | -8/+21 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | ENH: np.angle: Remove unnecessary multiplication, and allow subclasses to pass through | ||||
| * | | | | | | | DOC: Add versionchanged about subclasses | Eric Wieser | 2018-07-31 | 1 | -0/+3 |
| | | | | | | | | |||||
| * | | | | | | | ENH: np.angle: Preserve subclasses | Eric Wieser | 2018-07-30 | 2 | -1/+11 |
| | | | | | | | | |||||
| * | | | | | | | STY: Remove C-like parentheses | Eric Wieser | 2018-07-30 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | MAINT: np.angle: Fix type of default argument to match docs | Eric Wieser | 2018-07-30 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | MAINT: np.angle: Remove unnecessary multiplication | Eric Wieser | 2018-07-30 | 1 | -5/+5 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #11634 from jeremymanning/master | Charles Harris | 2018-07-31 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Filter Cython warnings in __init__.py | ||||
| * | | | | | | | ignore cython warnings in init | Jeremy Manning | 2018-07-29 | 1 | -0/+5 |
| | | | | | | | | |||||
* | | | | | | | | ENH: handle empty matrices in qr decomposition (#11593) | Jeremy Chen | 2018-07-31 | 2 | -19/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | Ensure LWORK and LDA respect the requirements of the lapack methods (zgeqrf, dgeqrf, zungqr, dorgqr) | ||||
* | | | | | | | | Merge pull request #11630 from MSeifert04/add_versionadded_to_isnat_docs | Matti Picus | 2018-07-29 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [DOC]: Include the versionadded to the isnat documentation. |