summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #10550 from eric-wieser/malloc-errorAllan Haldane2018-02-111-0/+1
|\ \
| * | BUG: Set missing exception after mallocEric Wieser2018-02-061-0/+1
* | | BUG: Make dtype.descr error for out-of-order fields. (#10562)Charles Harris2018-02-092-0/+11
| |/ |/|
* | BUG: arrays not being flattened in `union1d` (#10563)Charles Harris2018-02-094-2/+18
* | Merge pull request #10560 from charris/backport-10479Charles Harris2018-02-092-5/+33
|\ \
| * | BUG: Fix calling ufuncs with a positional output argument.Eric Wieser2018-02-092-5/+33
* | | Merge pull request #10559 from charris/backport-10352Charles Harris2018-02-092-7/+38
|\ \ \
| * | | FIX: Deduplicate codeEric Larson2018-02-091-17/+9
| * | | Patches up broadcasting einsum issues for BLAS casesDaniel Smith2018-02-091-0/+18
| * | | ENH: Add broadcasting testEric Larson2018-02-091-3/+14
| * | | FIX: Fix einsum optimize logic for singleton dimensionsEric Larson2018-02-092-4/+14
| |/ /
* | | Merge pull request #10557 from charris/backport-10546Charles Harris2018-02-091-0/+8
|\ \ \
| * | | White spacesMathieu Lamarre2018-02-091-1/+1
| * | | Swig tool: Clear CARRAY flag when buffer is not C_CONTIGUOUSMathieu Lamarre2018-02-091-2/+8
| * | | Swig tool: Clear CARRAY flag when setting FARRAYMathieu Lamarre2018-02-091-0/+2
* | | | Merge pull request #10561 from charris/backport-10433Charles Harris2018-02-094-8/+10
|\ \ \ \
| * | | | BUG: Fix various Big-Endian test failures (ppc64)Allan Haldane2018-02-094-8/+10
| | |/ / | |/| |
* | | | Merge pull request #10558 from charris/warn-malformed-dataAllan Haldane2018-02-091-1/+8
|\ \ \ \ | |/ / / |/| | |
| * | | DEP: Issue FutureWarning when malformed records detected.Charles Harris2018-02-091-1/+8
|/ / /
* | | Merge pull request #10537 from ahaldane/revert_multifield_view_1.14Charles Harris2018-02-079-35/+294
|\ \ \ | |/ / |/| |
| * | BUG: 1.14 multifield-indexing adds padding bytesAllan Haldane2018-02-079-35/+294
|/ /
* | Merge pull request #10542 from ahaldane/complex_repr_fix_backportCharles Harris2018-02-073-35/+78
|\ \
| * | BUG: repr of negative zeros sometimes has an extra spaceAllan Haldane2018-02-073-10/+7
| * | BUG: correctly add initial space in legacy printingAllan Haldane2018-02-072-8/+13
| * | BUG: complex repr has extra spaces, missing +Allan Haldane2018-02-073-23/+64
* | | Merge pull request #10541 from charris/add-circleciCharles Harris2018-02-071-0/+45
|\ \ \
| * | | TST: Add circleci document testing to maintenance/1.14.xCharles Harris2018-02-071-0/+45
| |/ /
* | | Merge pull request #10540 from charris/backport-10482Charles Harris2018-02-071-1/+5
|\ \ \
| * | | BUG: Add missing DECREF in Py2 int() castSebastian Berg2018-02-071-1/+5
| |/ /
* | | Merge pull request #10539 from charris/backport-10524Charles Harris2018-02-071-2/+5
|\ \ \ | |/ / |/| |
| * | minor fix for python3 compatibilityDennis Weyland2018-02-071-2/+2
| * | python 2.7.5 bugfixDennis Weyland2018-02-071-2/+5
|/ /
* | Merge pull request #10536 from eric-wieser/fix-10394Charles Harris2018-02-062-17/+27
|\ \
| * | BUG: Resize bytes_ columns in genfromtxtEric Wieser2018-01-152-17/+27
* | | Merge pull request #10534 from eric-wieser/fix-pep3118-errorCharles Harris2018-02-062-5/+24
|\ \ \ | | |/ | |/|
| * | BUG: Provide a better error message for out-of-order fieldsEric Wieser2018-02-062-5/+24
| |/
* | Merge pull request #10435 from eric-wieser/duplicate-field-name-errorCharles Harris2018-01-185-42/+16
|\ \
| * | MAINT: Use ValueError for duplicate field names in lookupEric Wieser2018-01-182-2/+4
| * | MAINT: Remove repeated #ifdefs implementing `isinstance(x, basestring)` for f...Eric Wieser2018-01-174-40/+12
| |/
* | Merge pull request #10431 from eric-wieser/1.14.1-notesAllan Haldane2018-01-181-0/+23
|\ \
| * | REL: Add 1.14.1 release notes templateEric Wieser2018-01-181-0/+23
| |/
* | Merge pull request #10424 from eric-wieser/record.__repr__Charles Harris2018-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 #10425 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 #10403 from charris/change-optimize-defaultCharles Harris2018-01-141-2/+2
|\ \
| * | BUG: Make the einsum optimize default to `False`.Charles Harris2018-01-141-2/+2
|/ /
* | Merge pull request #10398 from charris/backport-10316Charles Harris2018-01-131-0/+13
|\ \
| * | DOC: add documentation about how to handle new array printingJarrod Millman2018-01-131-0/+13