Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | BUG: nan_to_num does not return scalars for scalar integer input (#10441) | Matheus Vieira Portela | 2018-02-01 | 3 | -9/+36 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #10506 from eric-wieser/remove-_build_utils-common | Charles Harris | 2018-02-01 | 1 | -138/+0 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | MAINT: Delete unused _build_utils/common.py | Eric Wieser | 2018-02-01 | 1 | -138/+0 | |
* | | | | | | | Merge pull request #10465 from charris/fix-sign-compare-misc | Charles Harris | 2018-01-31 | 6 | -7/+15 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | MAINT: Fix miscellaneous sign-compare warnings. | Charles Harris | 2018-01-23 | 6 | -7/+15 | |
* | | | | | | | Merge pull request #10497 from eric-wieser/add-block-docs | Charles Harris | 2018-01-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DOC: Tell matlab users about np.block | Eric Wieser | 2018-01-31 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #10498 from eric-wieser/maint-unique | Jaime | 2018-01-31 | 1 | -40/+35 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | MAINT: Make it clear that counts and inverse depend only on the mask | Eric Wieser | 2018-01-31 | 1 | -2/+2 | |
| * | | | | | | | DOC: Use a bulleted list to show the outputs of `unique`, for clarity | Eric Wieser | 2018-01-31 | 1 | -4/+5 | |
| * | | | | | | | MAINT: Remove special-casing of empty arrays in unique_1d | Eric Wieser | 2018-01-31 | 1 | -16/+8 | |
| * | | | | | | | MAINT: Remove messy handling of output tuple in np.unique | Claudio Freire | 2018-01-31 | 1 | -31/+33 | |
|/ / / / / / / | ||||||
* | | | | | | | ENH: Add entry_points for f2py, conv_template, and from_template. (#10463) | xoviat | 2018-01-30 | 3 | -4/+15 | |
* | | | | | | | BUG: Fixed polydiv for Complex Numbers (#10473) | Deepak Kumar Gouda | 2018-01-30 | 2 | -1/+9 | |
* | | | | | | | Merge pull request #10443 from ahaldane/big_endian_fixes | Charles Harris | 2018-01-29 | 4 | -8/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | BUG: Fix various Big-Endian test failures (ppc64) | Allan Haldane | 2018-01-21 | 4 | -8/+10 | |
* | | | | | | | | Merge pull request #10361 from ahaldane/complex_repr_fix | Charles Harris | 2018-01-28 | 3 | -35/+78 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | BUG: repr of negative zeros sometimes has an extra space | Allan Haldane | 2018-01-28 | 3 | -11/+7 | |
| * | | | | | | | | BUG: correctly add initial space in legacy printing | Allan Haldane | 2018-01-20 | 2 | -8/+13 | |
| * | | | | | | | | BUG: complex repr has extra spaces, missing + | Allan Haldane | 2018-01-20 | 3 | -23/+63 | |
| * | | | | | | | | MAINT: Add 1.14.1 release note template | Allan Haldane | 2018-01-20 | 1 | -0/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | DOC: See #10098 and minor punctuation cleanup (#10478) | Derrick Williams | 2018-01-28 | 1 | -8/+9 | |
* | | | | | | | | Merge pull request #10475 from stefanv/circleci | Charles Harris | 2018-01-27 | 1 | -0/+61 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add CircleCI builder for devdocs | Stefan van der Walt | 2018-01-27 | 1 | -0/+61 | |
* | | | | | | | | | Merge pull request #10484 from eric-wieser/simplify-ma-domain | Marten van Kerkwijk | 2018-01-27 | 1 | -6/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | MAINT: Remove unused code path for applying maskedarray domains to ufunc with... | Eric Wieser | 2018-01-26 | 1 | -6/+2 | |
* | | | | | | | | | | Merge pull request #10472 from gerritholl/patch-1 | Eric Wieser | 2018-01-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | DOC: Document A@B in Matlab/NumPy summary table | Gerrit Holl | 2018-01-25 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #10482 from seberg/py2-longcast-leak | Eric Wieser | 2018-01-26 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | BUG: Add missing DECREF in Py2 int() cast | Sebastian Berg | 2018-01-26 | 1 | -1/+5 | |
* | | | | | | | | | | Merge pull request #10479 from eric-wieser/masked-array-out-fix | Marten van Kerkwijk | 2018-01-26 | 2 | -5/+32 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | BUG: Calling ufuncs with a positional output argument causes the result to in... | Eric Wieser | 2018-01-25 | 2 | -5/+32 | |
* | | | | | | | | | | Merge pull request #10476 from zzggbb/fix-interp-doc | Eric Wieser | 2018-01-25 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | DOC: fix formatting in interp example | Zane Bradley | 2018-01-25 | 1 | -1/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #10459 from eric-wieser/func_lookup_deduplicate | Marten van Kerkwijk | 2018-01-25 | 1 | -60/+49 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | MAINT: Remove duplicated logic between array_wrap and array_prepare | Eric Wieser | 2018-01-24 | 1 | -60/+49 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #10231 from charris/fix-datetime-warnings | Charles Harris | 2018-01-23 | 3 | -61/+70 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | BUG: Fix sign-compare warnings in datetime.c and datetime_strings.c. | Charles Harris | 2018-01-23 | 3 | -61/+70 | |
* | | | | | | | | | Merge pull request #10458 from njsmith/set-zip-safe | Charles Harris | 2018-01-23 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Use zip_safe=False in setup() call | Nathaniel J. Smith | 2018-01-23 | 1 | -0/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #10453 from numpy/revert-10451-helping_MSVC_15.1 | Charles Harris | 2018-01-22 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Revert "BUG: prevent the MSVC 14.1 compiler (Visual Studio 2017) from crashing"revert-10451-helping_MSVC_15.1 | Eric Wieser | 2018-01-22 | 1 | -2/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #10451 from bjoernthiel/helping_MSVC_15.1 | Charles Harris | 2018-01-22 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | prevent the MSVC 15.1 compiler from crashing | Bjoern Thiel | 2018-01-22 | 1 | -1/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #10415 from charris/fix-sign-compare-binsearch-partition | Charles Harris | 2018-01-20 | 2 | -15/+26 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | MAINT: Fix sign-compare warnings in npy_binsearch, npy_partition. | Charles Harris | 2018-01-20 | 2 | -15/+26 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #10416 from charris/fix-sign-compare-dragon4 | Allan Haldane | 2018-01-20 | 1 | -21/+24 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: Fix sign-compare warnings in dragon4.c. | Charles Harris | 2018-01-16 | 1 | -21/+24 | |
* | | | | | | | | Merge pull request #10414 from charris/fix-sign-compare-linalg | Charles Harris | 2018-01-20 | 1 | -29/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MAINT: Fix sign-compare warnings in umath_linalg. | Charles Harris | 2018-01-16 | 1 | -29/+20 | |
| |/ / / / / / / |