summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge pull request #10420 from samueljackson92/fix-version-added-numpy-uniqueRalf Gommers2018-01-181-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | DOC: Fix version added labels in numpy.unique docs
| * | | | | | | | | | | | DOC: Fix version added labels in numpy.uniqueSamuel Jackson2018-01-171-0/+4
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #10423 from charris/update-ubuntu-versionCharles Harris2018-01-172-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | MAINT: Update zesty to artful for i386 testing
| * | | | | | | | | | | | | MAINT: Update zesty to artful for i386 testingCharles Harris2018-01-172-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 Haldane2018-01-172-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 namesEric Wieser2018-01-161-12/+11
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | ENH: Fix repr of np.record objects to match np.void typesEric Wieser2018-01-162-2/+23
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #10418 from eric-wieser/basestringCharles Harris2018-01-174-40/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | / / / / / / / / / | | |_|/ / / / / / / / / | |/| | | | | | | | | | MAINT: Remove repeated #ifdefs implementing `isinstance(x, basestring)` for field names
| * | | | | | | | | | | MAINT: Remove repeated #ifdefs implementing `isinstance(x, basestring)` for ↵Eric Wieser2018-01-174-40/+12
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | field names
* | | | | | | | | | | ENH: Implement fft.fftshift/ifftshift with np.roll for improved performance ↵Gaspar Karm2018-01-162-34/+119
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#10073) See the PR for benchmarking information
* | | | | | | | | | Merge pull request #10402 from madsbk/masterCharles Harris2018-01-141-3/+4
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | DOC: added "steals a reference" to PyArray_FromAny
| * | | | | | | | | DOC: added "steals a reference" to PyArray_FromAnyMads R. B. Kristensen2018-01-141-3/+4
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | PyArray_FromAny() steals a reference to the dtype argument
* | | | | | | | | Merge pull request #10391 from eric-wieser/fix-fields-descrAllan Haldane2018-01-142-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 Wieser2018-01-132-0/+17
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | fields
* | | | | | | | Merge pull request #10388 from hmaarrfk/int_to_size_tCharles Harris2018-01-131-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 Harfouche2018-01-121-1/+10
| | | | | | | | |
* | | | | | | | | Merge pull request #10392 from derrickaw/concatenateCharles Harris2018-01-131-1/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | DOC: Document behaviour of `np.concatenate` with `axis=None`
| * | | | | | | | | DOC: See #7968derrick2018-01-121-1/+4
|/ / / / / / / / /
* | | | | | | | | Merge pull request #10390 from eric-wieser/fix-10364Charles Harris2018-01-122-5/+7
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | MAINT: Adjust type promotion in linalg.norm
| * | | | | | | | BUG: Avoid unintentional promotion to `float`, and do ops in place for speedEric Wieser2018-01-112-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes gh-10364, partly by adjusting the promise in the release notes
| * | | | | | | | ENH: Preserve norm dtype for order 0Eric Wieser2018-01-101-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #10367 from eric-wieser/fix-10366Marten van Kerkwijk2018-01-112-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 structEric Wieser2018-01-112-7/+15
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Fixes #10366
* | | | | | | Merge pull request #10341 from xoviat/forwardport-path-fixesCharles Harris2018-01-111-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | BUG: fix config where PATH isn't set on win32
| * | | | | | | BUG: fix config where PATH isn't set on win32xoviat2018-01-071-1/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #10371 from saimn/einsum-py2-unicodeMarten van Kerkwijk2018-01-112-3/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | BUG: fix einsum issue with unicode input and py2
| * | | | | | | BUG: fix einsum issue with unicode input and py2Simon Conseil2018-01-112-3/+11
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Fix #10369
* | | | | | | Merge pull request #10362 from charris/fix-download-urlRalf Gommers2018-01-111-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | MAINT: Update download URL in setup.py.
| * | | | | | | MAINT: Update download URL in setup.py.Charles Harris2018-01-101-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Closes #10358.
* | | | | | | Merge pull request #10354 from kmaehashi/fix-einsum-errmsgCharles Harris2018-01-101-3/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | BUG: fix error message not formatted in einsum
| * | | | | | | BUG: fix error message not formatted in einsumKenichi Maehashi2018-01-101-3/+4
|/ / / / / / /
* | | | | | | Merge pull request #10346 from aragilar/umath-validationEric Wieser2018-01-091-1/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ENH: Check matching inputs/outputs in umath generation
| * | | | | | | ENH: Check matching inputs/outputs in umath generationJames Tocknell2018-01-091-1/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #10294 from xoviat/pytest-cleanupEric Wieser2018-01-096-58/+51
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | MAINT: pytest cleanups
| * | | | | | MAINT: cleanup yield testsxoviat2018-01-065-49/+49
| | | | | | |
| * | | | | | MAINT: simplify pytest assert_raisesxoviat2017-12-291-9/+2
| | | | | | |
* | | | | | | Merge pull request #10336 from charris/post-1.14.0-updateCharles Harris2018-01-073-8/+503
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | DOC: Post 1.14.0 release updates.
| * | | | | | DOC: Post 1.14.0 release updates.Charles Harris2018-01-063-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-helperMarten van Kerkwijk2018-01-061-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 Wieser2018-01-041-36/+23
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | helper function
* | | | | | | DOC: Fix typos in partition method (#10334)Milo2018-01-051-4/+4
| | | | | | |
* | | | | | | DOC: typo fix in numpy.linalg.det docstring. (#10333)Tyler Reddy2018-01-051-1/+1
| | | | | | |
* | | | | | | Merge pull request #10327 from luzpaz/more-misc-typosCharles Harris2018-01-0525-31/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | MAINT: Fix misc. typos
| * | | | | | | MAINT: Change `half-float` to `half-floats`.Charles Harris2018-01-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | MAINT: Fix incorrect corrections of `half` to `halves`.Charles Harris2018-01-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | More misc. typosluz.paz2018-01-0425-31/+31
| |/ / / / / / | | | | | | | | | | | | | | Found via `codespell`
* | | | | | | Merge pull request #10158 from seberg/fix-valgrind-errsEric Wieser2018-01-052-14/+20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | BUG: Fix a few smaller valgrind errors
| * | | | | | | BUG: Fix null pointer dereferenceEric Wieser2018-01-041-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And tweak refcounts
| * | | | | | | BUG: Only read second part of rational tuple if two values existSebastian Berg2017-12-091-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is probably harmless, but valgrind notices it
| * | | | | | | BUG: Fix DECREF before last usage when evaluating array interfaceSebastian Berg2017-12-091-5/+4
| | | | | | | |