summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ENH: Make NpzFile conform to the Mapping protocolEric Wieser2018-02-202-27/+42
* Merge pull request #10337 from eric-wieser/warning-causeCharles Harris2018-02-081-10/+58
|\
| * ENH: Show the silenced error and traceback in warning __cause__Eric Wieser2018-01-071-10/+58
* | Merge pull request #10324 from eric-wieser/histogram-range-comparisonCharles Harris2018-02-082-7/+65
|\ \
| * | BUG: Fix crashes when using float32 values in uniform histogramsEric Wieser2018-02-022-7/+65
* | | Merge pull request #10543 from charris/warn-malformed-dataAllan Haldane2018-02-091-1/+8
|\ \ \
| * | | DEP: Issue FutureWarning when malformed records detected.Charles Harris2018-02-081-1/+8
* | | | Merge pull request #10546 from mlamarre/fix_swig_make_fortranCharles Harris2018-02-081-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | White spacesMathieu Lamarre2018-02-081-1/+1
| * | | Swig tool: Clear CARRAY flag when buffer is not C_CONTIGUOUSMathieu Lamarre2018-02-081-2/+8
| * | | Swig tool: Clear CARRAY flag when setting FARRAYMathieu Lamarre2018-02-081-0/+2
|/ / /
* | | Merge pull request #10401 from eric-wieser/fix-10394Charles Harris2018-02-062-17/+27
|\ \ \
| * | | BUG: Resize bytes_ columns in genfromtxtEric Wieser2018-01-152-17/+27
* | | | Merge pull request #10529 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 #10359 from mhvk/einsum-do-not-optimize-2-argCharles Harris2018-02-051-2/+2
|\ \ \ \
| * | | | BUG: do not optimize einsum with only 2 arguments.Marten van Kerkwijk2018-01-101-2/+2
* | | | | Merge pull request #10352 from larsoner/fix-einsumCharles Harris2018-02-052-7/+38
|\ \ \ \ \
| * | | | | FIX: Deduplicate codeEric Larson2018-01-181-17/+9
| * | | | | Patches up broadcasting einsum issues for BLAS casesDaniel Smith2018-01-171-0/+18
| * | | | | ENH: Add broadcasting testEric Larson2018-01-141-3/+14
| * | | | | FIX: Fix einsum optimize logic for singleton dimensionsEric Larson2018-01-142-4/+14
* | | | | | Merge pull request #10524 from pnbat/bugfixCharles Harris2018-02-051-2/+5
|\ \ \ \ \ \
| * | | | | | minor fix for python3 compatibilityDennis Weyland2018-02-051-2/+2
| * | | | | | python 2.7.5 bugfixDennis Weyland2018-02-051-2/+5
|/ / / / / /
* | | | | | Merge pull request #10502 from eric-wieser/swapaxes-AxisErrorCharles Harris2018-02-047-35/+31
|\ \ \ \ \ \
| * | | | | | MAINT: Use PyUString_InternFromString to avoid constructing the strings on ea...Eric Wieser2018-02-045-18/+13
| * | | | | | MAINT: Use AxisError in diagonalEric Wieser2018-02-032-13/+9
| * | | | | | MAINT: Use AxisError in swapaxesEric Wieser2018-02-035-21/+26
* | | | | | | Merge pull request #10522 from abalkin/patch-1Charles Harris2018-02-041-4/+0
|\ \ \ \ \ \ \
| * | | | | | | MNT #10461 Removed the unmaintained __version__ constant.Alexander Belopolsky2018-02-041-4/+0
|/ / / / / / /
* | | | | | | Merge pull request #10518 from eric-wieser/novalue-reprCharles Harris2018-02-042-6/+26
|\ \ \ \ \ \ \
| * | | | | | | ENH: Add a repr to np._NoValueEric Wieser2018-02-032-6/+26
| |/ / / / / /
* | | | | | | Merge pull request #10516 from eric-wieser/generate_umath-error-handleCharles Harris2018-02-032-3/+10
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Allow errors to escape from InitOperatorsEric Wieser2018-02-032-3/+10
* | | | | | | | DOC: Fix type of axis in nanfunctions (#10421)Tobias Fischer2018-02-031-14/+14
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #10509 from eric-wieser/generate_umath-format-stringCharles Harris2018-02-031-8/+10
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | MAINT: Use new-style format strings for clarityEric Wieser2018-02-021-8/+10
* | | | | | | Merge pull request #10503 from charris/fix-unused-result-warningCharles Harris2018-02-022-3/+11
|\ \ \ \ \ \ \
| * | | | | | | BUG: Fix unused-result warning.Charles Harris2018-02-022-3/+11
* | | | | | | | Merge pull request #10508 from eric-wieser/fix-vdot-defineCharles Harris2018-02-021-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: Add missing `#define _MULTIARRAYMODULE` to vdot.cEric Wieser2018-02-011-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | BUG: nan_to_num does not return scalars for scalar integer input (#10441)Matheus Vieira Portela2018-02-013-9/+36
|/ / / / / / /
* | | | | | | Merge pull request #10506 from eric-wieser/remove-_build_utils-commonCharles Harris2018-02-011-138/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | MAINT: Delete unused _build_utils/common.pyEric Wieser2018-02-011-138/+0
* | | | | | | Merge pull request #10465 from charris/fix-sign-compare-miscCharles Harris2018-01-316-7/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | MAINT: Fix miscellaneous sign-compare warnings.Charles Harris2018-01-236-7/+15
* | | | | | | Merge pull request #10497 from eric-wieser/add-block-docsCharles Harris2018-01-311-1/+1
|\ \ \ \ \ \ \
| * | | | | | | DOC: Tell matlab users about np.blockEric Wieser2018-01-311-1/+1
* | | | | | | | Merge pull request #10498 from eric-wieser/maint-uniqueJaime2018-01-311-40/+35
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |