| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | Merge pull request #10420 from samueljackson92/fix-version-added-numpy-unique | Ralf Gommers | 2018-01-18 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | DOC: Fix version added labels in numpy.unique docs | |||||
| | * | | | | | | | | | | | | DOC: Fix version added labels in numpy.unique | Samuel Jackson | 2018-01-17 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #10423 from charris/update-ubuntu-version | Charles Harris | 2018-01-17 | 2 | -5/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MAINT: Update zesty to artful for i386 testing | |||||
| | * | | | | | | | | | | | | | MAINT: Update zesty to artful for i386 testing | Charles Harris | 2018-01-17 | 2 | -5/+4 | |
| | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The zesty release hit end of life Jan 13, 2018 and it seems that travis ci tests are failing due to a failure to fetch it. This updates to use artful. When the bionic LTS comes out in April, we should update again. | |||||
| * | | | | | | | | | | | | | Merge pull request #10412 from eric-wieser/record.__repr__ | Allan Haldane | 2018-01-17 | 2 | -14/+34 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ENH: Fix repr of np.record objects to match np.void types | |||||
| | * | | | | | | | | | | | | | TST: enable and fix shadowed test that never ran due to duplicate names | Eric Wieser | 2018-01-16 | 1 | -12/+11 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | ENH: Fix repr of np.record objects to match np.void types | Eric Wieser | 2018-01-16 | 2 | -2/+23 | |
| | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #10418 from eric-wieser/basestring | Charles Harris | 2018-01-17 | 4 | -40/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | / / / / / / / / / | | |_|/ / / / / / / / / | |/| | | | | | | | | | | MAINT: Remove repeated #ifdefs implementing `isinstance(x, basestring)` for field names | |||||
| | * | | | | | | | | | | | MAINT: Remove repeated #ifdefs implementing `isinstance(x, basestring)` for ↵ | Eric Wieser | 2018-01-17 | 4 | -40/+12 | |
| | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | field names | |||||
| * | | | | | | | | | | | ENH: Implement fft.fftshift/ifftshift with np.roll for improved performance ↵ | Gaspar Karm | 2018-01-16 | 2 | -34/+119 | |
| | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#10073) See the PR for benchmarking information | |||||
| * | | | | | | | | | | Merge pull request #10402 from madsbk/master | Charles Harris | 2018-01-14 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | DOC: added "steals a reference" to PyArray_FromAny | |||||
| | * | | | | | | | | | DOC: added "steals a reference" to PyArray_FromAny | Mads R. B. Kristensen | 2018-01-14 | 1 | -3/+4 | |
| | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | PyArray_FromAny() steals a reference to the dtype argument | |||||
| * | | | | | | | | | Merge pull request #10391 from eric-wieser/fix-fields-descr | Allan Haldane | 2018-01-14 | 2 | -0/+17 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | BUG: Instead of returning garbage, make dtype.descr error for out-of-order fields | |||||
| | * | | | | | | | | BUG: Instead of returning garbage, make dtype.descr error for out-of-order ↵ | Eric Wieser | 2018-01-13 | 2 | -0/+17 | |
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | fields | |||||
| * | | | | | | | | Merge pull request #10388 from hmaarrfk/int_to_size_t | Charles Harris | 2018-01-13 | 1 | -1/+10 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | ENH: Add types for int and uint of explicit sizes to swig. | |||||
| | * | | | | | | | | Added types for int and uint with an explicit size. | Mark Harfouche | 2018-01-12 | 1 | -1/+10 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #10392 from derrickaw/concatenate | Charles Harris | 2018-01-13 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | DOC: Document behaviour of `np.concatenate` with `axis=None` | |||||
| | * | | | | | | | | | DOC: See #7968 | derrick | 2018-01-12 | 1 | -1/+4 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #10390 from eric-wieser/fix-10364 | Charles Harris | 2018-01-12 | 2 | -5/+7 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | MAINT: Adjust type promotion in linalg.norm | |||||
| | * | | | | | | | | BUG: Avoid unintentional promotion to `float`, and do ops in place for speed | Eric Wieser | 2018-01-11 | 2 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes gh-10364, partly by adjusting the promise in the release notes | |||||
| | * | | | | | | | | ENH: Preserve norm dtype for order 0 | Eric Wieser | 2018-01-10 | 1 | -1/+1 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #10367 from eric-wieser/fix-10366 | Marten van Kerkwijk | 2018-01-11 | 2 | -7/+15 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | BUG: add missing paren and remove quotes from repr of fieldless struct | |||||
| | * | | | | | | | BUG: add missing paren and remove quotes from repr of fieldless struct | Eric Wieser | 2018-01-11 | 2 | -7/+15 | |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Fixes #10366 | |||||
| * | | | | | | | Merge pull request #10341 from xoviat/forwardport-path-fixes | Charles Harris | 2018-01-11 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | BUG: fix config where PATH isn't set on win32 | |||||
| | * | | | | | | | BUG: fix config where PATH isn't set on win32 | xoviat | 2018-01-07 | 1 | -1/+2 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #10371 from saimn/einsum-py2-unicode | Marten van Kerkwijk | 2018-01-11 | 2 | -3/+11 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | BUG: fix einsum issue with unicode input and py2 | |||||
| | * | | | | | | | BUG: fix einsum issue with unicode input and py2 | Simon Conseil | 2018-01-11 | 2 | -3/+11 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | Fix #10369 | |||||
| * | | | | | | | Merge pull request #10362 from charris/fix-download-url | Ralf Gommers | 2018-01-11 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | MAINT: Update download URL in setup.py. | |||||
| | * | | | | | | | MAINT: Update download URL in setup.py. | Charles Harris | 2018-01-10 | 1 | -1/+1 | |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Closes #10358. | |||||
| * | | | | | | | Merge pull request #10354 from kmaehashi/fix-einsum-errmsg | Charles Harris | 2018-01-10 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | BUG: fix error message not formatted in einsum | |||||
| | * | | | | | | | BUG: fix error message not formatted in einsum | Kenichi Maehashi | 2018-01-10 | 1 | -3/+4 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #10346 from aragilar/umath-validation | Eric Wieser | 2018-01-09 | 1 | -1/+6 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | ENH: Check matching inputs/outputs in umath generation | |||||
| | * | | | | | | | ENH: Check matching inputs/outputs in umath generation | James Tocknell | 2018-01-09 | 1 | -1/+6 | |
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #10294 from xoviat/pytest-cleanup | Eric Wieser | 2018-01-09 | 6 | -58/+51 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | MAINT: pytest cleanups | |||||
| | * | | | | | | MAINT: cleanup yield tests | xoviat | 2018-01-06 | 5 | -49/+49 | |
| | | | | | | | | ||||||
| | * | | | | | | MAINT: simplify pytest assert_raises | xoviat | 2017-12-29 | 1 | -9/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #10336 from charris/post-1.14.0-update | Charles Harris | 2018-01-07 | 3 | -8/+503 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | DOC: Post 1.14.0 release updates. | |||||
| | * | | | | | | DOC: Post 1.14.0 release updates. | Charles Harris | 2018-01-06 | 3 | -8/+503 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update .mailmap * Update 1.14.0-notes.rst * Add 1.14.0-changelog.rst [skip ci] | |||||
| * | | | | | | | Merge pull request #10325 from eric-wieser/min-scalar-type-helper | Marten van Kerkwijk | 2018-01-06 | 1 | -36/+23 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | MAINT: Replace manual expansion of PyArray_MinScalarType with an inner helper function | |||||
| | * | | | | | | | MAINT: Replace manual expansion of PyArray_MinScalarType with an inner ↵ | Eric Wieser | 2018-01-04 | 1 | -36/+23 | |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | helper function | |||||
| * | | | | | | | DOC: Fix typos in partition method (#10334) | Milo | 2018-01-05 | 1 | -4/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | DOC: typo fix in numpy.linalg.det docstring. (#10333) | Tyler Reddy | 2018-01-05 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #10327 from luzpaz/more-misc-typos | Charles Harris | 2018-01-05 | 25 | -31/+31 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | MAINT: Fix misc. typos | |||||
| | * | | | | | | | MAINT: Change `half-float` to `half-floats`. | Charles Harris | 2018-01-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| | * | | | | | | | MAINT: Fix incorrect corrections of `half` to `halves`. | Charles Harris | 2018-01-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| | * | | | | | | | More misc. typos | luz.paz | 2018-01-04 | 25 | -31/+31 | |
| | |/ / / / / / | | | | | | | | | | | | | | | Found via `codespell` | |||||
| * | | | | | | | Merge pull request #10158 from seberg/fix-valgrind-errs | Eric Wieser | 2018-01-05 | 2 | -14/+20 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | BUG: Fix a few smaller valgrind errors | |||||
| | * | | | | | | | BUG: Fix null pointer dereference | Eric Wieser | 2018-01-04 | 1 | -8/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And tweak refcounts | |||||
| | * | | | | | | | BUG: Only read second part of rational tuple if two values exist | Sebastian Berg | 2017-12-09 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is probably harmless, but valgrind notices it | |||||
| | * | | | | | | | BUG: Fix DECREF before last usage when evaluating array interface | Sebastian Berg | 2017-12-09 | 1 | -5/+4 | |
| | | | | | | | | | ||||||
