summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | 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-303-4/+15
* | | | | | | 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-283-35/+78
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: repr of negative zeros sometimes has an extra spaceAllan Haldane2018-01-283-11/+7
| * | | | | | | | BUG: correctly add initial space in legacy printingAllan Haldane2018-01-202-8/+13
| * | | | | | | | BUG: complex repr has extra spaces, missing +Allan Haldane2018-01-203-23/+63
| * | | | | | | | MAINT: Add 1.14.1 release note templateAllan Haldane2018-01-201-0/+2
| |/ / / / / / /
* | | | | | | | DOC: See #10098 and minor punctuation cleanup (#10478)Derrick Williams2018-01-281-8/+9
* | | | | | | | Merge pull request #10475 from stefanv/circleciCharles Harris2018-01-271-0/+61
|\ \ \ \ \ \ \ \
| * | | | | | | | Add CircleCI builder for devdocsStefan van der Walt2018-01-271-0/+61
* | | | | | | | | Merge pull request #10484 from eric-wieser/simplify-ma-domainMarten van Kerkwijk2018-01-271-6/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MAINT: Remove unused code path for applying maskedarray domains to ufunc with...Eric Wieser2018-01-261-6/+2
* | | | | | | | | | Merge pull request #10472 from gerritholl/patch-1Eric Wieser2018-01-261-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | DOC: Document A@B in Matlab/NumPy summary tableGerrit Holl2018-01-251-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #10482 from seberg/py2-longcast-leakEric Wieser2018-01-261-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | BUG: Add missing DECREF in Py2 int() castSebastian Berg2018-01-261-1/+5
* | | | | | | | | | Merge pull request #10479 from eric-wieser/masked-array-out-fixMarten van Kerkwijk2018-01-262-5/+32
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | BUG: Calling ufuncs with a positional output argument causes the result to in...Eric Wieser2018-01-252-5/+32
* | | | | | | | | | Merge pull request #10476 from zzggbb/fix-interp-docEric Wieser2018-01-251-1/+2
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | DOC: fix formatting in interp exampleZane Bradley2018-01-251-1/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #10459 from eric-wieser/func_lookup_deduplicateMarten van Kerkwijk2018-01-251-60/+49
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | MAINT: Remove duplicated logic between array_wrap and array_prepareEric Wieser2018-01-241-60/+49
| |/ / / / / / /
* | | | | | | | Merge pull request #10231 from charris/fix-datetime-warningsCharles Harris2018-01-233-61/+70
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: Fix sign-compare warnings in datetime.c and datetime_strings.c.Charles Harris2018-01-233-61/+70
* | | | | | | | | Merge pull request #10458 from njsmith/set-zip-safeCharles Harris2018-01-231-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use zip_safe=False in setup() callNathaniel J. Smith2018-01-231-0/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #10453 from numpy/revert-10451-helping_MSVC_15.1Charles Harris2018-01-221-2/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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
| |/ / / / / / /