summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "BUG: prevent the MSVC 14.1 compiler (Visual Studio 2017) from crashing"revert-10451-helping_MSVC_15.1Eric Wieser2018-01-221-2/+1
* Merge pull request #10451 from bjoernthiel/helping_MSVC_15.1Charles Harris2018-01-221-1/+2
|\
| * prevent the MSVC 15.1 compiler from crashingBjoern Thiel2018-01-221-1/+2
|/
* Merge pull request #10415 from charris/fix-sign-compare-binsearch-partitionCharles Harris2018-01-202-15/+26
|\
| * MAINT: Fix sign-compare warnings in npy_binsearch, npy_partition.Charles Harris2018-01-202-15/+26
|/
* Merge pull request #10416 from charris/fix-sign-compare-dragon4Allan Haldane2018-01-201-21/+24
|\
| * MAINT: Fix sign-compare warnings in dragon4.c.Charles Harris2018-01-161-21/+24
* | Merge pull request #10414 from charris/fix-sign-compare-linalgCharles Harris2018-01-201-29/+20
|\ \
| * | MAINT: Fix sign-compare warnings in umath_linalg.Charles Harris2018-01-161-29/+20
| |/
* | Merge pull request #10406 from ev-br/print_opts_ctxCharles Harris2018-01-193-3/+75
|\ \
| * | DOC: add a release not for `printoptions`Evgeni Burovski2018-01-171-0/+7
| * | MAINT: address review commentsEvgeni Burovski2018-01-161-6/+5
| * | ENH: add `np.printoptions`, a context managerEvgeni Burovski2018-01-152-3/+69
* | | Merge pull request #10434 from charris/rename-announce-to-changelogCharles Harris2018-01-181-4/+4
|\ \ \
| * | | MAINT: Update changlog.py docstring.Charles Harris2018-01-181-4/+4
| * | | MAINT: Move `tools/announce.py` to `tools/changelog.py`.Charles Harris2018-01-181-0/+0
| | |/ | |/|
* | | Merge pull request #10342 from anaskhan96/union1d-fixCharles Harris2018-01-184-2/+18
|\ \ \
| * | | STY: Break some long lines.Charles Harris2018-01-181-1/+2
| * | | STY: Break some long lines.Charles Harris2018-01-181-1/+2
| * | | ref to issue in numpy.maAnas Khan2018-01-101-0/+1
| * | | adding a reference to the related issueAnas Khan2018-01-101-0/+1
| * | | adding new tests for union1dAnas Khan2018-01-092-0/+12
| * | | BUG: concatenation using axis=None in union1dAnas Khan2018-01-092-2/+2
| * | | BUG: fixing flattening of arrays in `union1d` in arraysetops.pyAnas Khan2018-01-081-1/+1
| * | | BUG: arrays not being flattened in `union1d`Anas Khan2018-01-081-1/+1
* | | | Merge pull request #10433 from eric-wieser/1.14.1-notesCharles Harris2018-01-181-0/+23
|\ \ \ \
| * | | | REL: Add 1.14.1 release notes templateEric Wieser2018-01-181-0/+23
* | | | | Merge pull request #10430 from eric-wieser/duplicate-field-name-errorMarten van Kerkwijk2018-01-182-2/+4
|\ \ \ \ \
| * | | | | MAINT: Use ValueError for duplicate field names in lookupEric Wieser2018-01-182-2/+4
* | | | | | DOC: Record when axis was added to linalg.norm (#10426)Matheus Vieira Portela2018-01-181-0/+3
* | | | | | Merge pull request #10427 from milo0/masterAllan Haldane2018-01-181-1/+1
|\ \ \ \ \ \
| * | | | | | DOC: Fix typo in docs for argpartitionMilo2018-01-181-1/+1
|/ / / / / /
* | | | | | Merge pull request #10420 from samueljackson92/fix-version-added-numpy-uniqueRalf Gommers2018-01-181-0/+4
|\ \ \ \ \ \
| * | | | | | 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 testingCharles Harris2018-01-172-5/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #10412 from eric-wieser/record.__repr__Allan Haldane2018-01-172-14/+34
|\ \ \ \ \ \ \
| * | | | | | | 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 f...Eric Wieser2018-01-174-40/+12
| |/ / / /
* | | | | ENH: Implement fft.fftshift/ifftshift with np.roll for improved performance (...Gaspar Karm2018-01-162-34/+119
| |_|_|/ |/| | |
* | | | Merge pull request #10402 from madsbk/masterCharles Harris2018-01-141-3/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | DOC: added "steals a reference" to PyArray_FromAnyMads R. B. Kristensen2018-01-141-3/+4
* | | | 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 fi...Eric Wieser2018-01-132-0/+17
| |/ /
* | | Merge pull request #10388 from hmaarrfk/int_to_size_tCharles Harris2018-01-131-1/+10
|\ \ \
| * | | 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: See #7968derrick2018-01-121-1/+4
|/ / / /