Commit message (Expand) | 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 | 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. | Charles Harris | 2018-08-08 | 2 | -61/+90 | |
* | | | | | | 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 | 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. | Charles Harris | 2018-08-08 | 1 | -5/+0 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #11670 from mattip/refactor-mapping-iterator | Sebastian Berg | 2018-08-08 | 1 | -14/+14 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | |
* | | | | | | | DOC: Update broadcasting documentation | Taylor Smith | 2018-08-08 | 1 | -4/+5 | |
* | | | | | | | 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 | 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 | Charles Harris | 2018-08-06 | 2 | -1/+8 | |
* | | | | | | Merge pull request #11615 from seberg/clip_order | Marten van Kerkwijk | 2018-08-04 | 2 | -14/+39 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | |
* | | | | | | | 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 | Eric Wieser | 2018-07-23 | 2 | -33/+53 | |
* | | | | | | | 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 | 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 | mattip | 2018-07-23 | 2 | -3/+11 | |
* | | | | | | | | Merge pull request #11503 from jor-/master | Matti Picus | 2018-08-01 | 2 | -7/+33 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ENH: isposinf and isneginf now also works for values which can not be convert... | Joscha Reimer | 2018-07-30 | 1 | -6/+14 | |
| * | | | | | | | | API: isposinf and isneginf now raise TypeError instead of ValueError for comp... | Joscha Reimer | 2018-07-30 | 2 | -6/+6 | |
| * | | | | | | | | TEST: numpy.lib.ufunclike: isposinf and isneginf are tested with complex valu... | Joscha Reimer | 2018-07-27 | 1 | -2/+10 | |
| * | | | | | | | | 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 | |
| * | | | | | | | | Revert "TEST: isposinf and isneginf is now also tested with complex values" | Joscha Reimer | 2018-07-26 | 1 | -19/+17 | |
| * | | | | | | | | 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... | Eric Wieser | 2018-07-31 | 2 | -1/+73 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #11638 from eric-wieser/remove-ma.expand_dims | Ralf Gommers | 2018-07-31 | 4 | -52/+23 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | 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 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #11637 from eric-wieser/simplify-angle | Charles Harris | 2018-07-31 | 2 | -8/+21 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | 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 | |
* | | | | | | | | | | Merge pull request #11630 from MSeifert04/add_versionadded_to_isnat_docs | Matti Picus | 2018-07-29 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ |