summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* ENH: Make NpzFile conform to the Mapping protocolEric Wieser2018-02-201-27/+32
* 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
* | | DEP: Issue FutureWarning when malformed records detected.Charles Harris2018-02-081-1/+8
* | | 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
* | | | | 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
* | | | | | 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-012-9/+30
|/ / / / / /
* | | | | | 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
* | | | | | MAINT: Make it clear that counts and inverse depend only on the maskEric Wieser2018-01-311-2/+2
* | | | | | DOC: Use a bulleted list to show the outputs of `unique`, for clarityEric Wieser2018-01-311-4/+5
* | | | | | MAINT: Remove special-casing of empty arrays in unique_1dEric Wieser2018-01-311-16/+8
* | | | | | MAINT: Remove messy handling of output tuple in np.uniqueClaudio Freire2018-01-311-31/+33
* | | | | | ENH: Add entry_points for f2py, conv_template, and from_template. (#10463)xoviat2018-01-302-4/+8
* | | | | | BUG: Fixed polydiv for Complex Numbers (#10473)Deepak Kumar Gouda2018-01-302-1/+9
* | | | | | Merge pull request #10443 from ahaldane/big_endian_fixesCharles Harris2018-01-294-8/+10
|\ \ \ \ \ \
| * | | | | | BUG: Fix various Big-Endian test failures (ppc64)Allan Haldane2018-01-214-8/+10
* | | | | | | Merge pull request #10361 from ahaldane/complex_repr_fixCharles Harris2018-01-282-31/+76
|\ \ \ \ \ \ \
| * | | | | | | BUG: repr of negative zeros sometimes has an extra spaceAllan Haldane2018-01-282-4/+5