Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | BUG: fix for titles, cleanup, fixes from review | mattip | 2018-11-13 | 2 | -8/+25 | |
| * | | | | | | | BUG: test, fix loading structured dtypes with padding | mattip | 2018-11-13 | 2 | -2/+49 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #12376 from mattip/remove-import-error-mask | Charles Harris | 2018-11-14 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | BUG: do not override exception on import failure | mattip | 2018-11-13 | 1 | -1/+0 | |
* | | | | | | | Merge pull request #12378 from charris/fix-longdouble-tests | Charles Harris | 2018-11-13 | 1 | -17/+5 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | TST: Update complex long double precision tests. | Charles Harris | 2018-11-13 | 1 | -17/+5 | |
* | | | | | | | Merge pull request #11480 from mhvk/ufunc-override-move-code-closer-to-use | Charles Harris | 2018-11-13 | 5 | -186/+168 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: fix c comment from review | mattip | 2018-10-16 | 1 | -1/+1 | |
| * | | | | | | | MAINT: move code to umath and multiarray as much as possible. | Marten van Kerkwijk | 2018-09-21 | 5 | -186/+168 | |
* | | | | | | | | Merge pull request #12338 from ryzheboka/docs-for-compare_chararrays | Charles Harris | 2018-11-13 | 1 | -0/+37 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MAINT: Fix spaces, formatting, and improve explanations. | Charles Harris | 2018-11-13 | 1 | -13/+11 | |
| * | | | | | | | | STY: Fix up indentation. | Charles Harris | 2018-11-13 | 1 | -3/+1 | |
| * | | | | | | | | DOC: changing the example in the docstring for the function 'compare_chararrays' | Elena Mokeeva | 2018-11-07 | 1 | -3/+3 | |
| * | | | | | | | | DOC: add a docstring for the function 'compare_chararrays' | Elena Mokeeva | 2018-11-05 | 1 | -0/+41 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #12377 from mattip/finish-nep-15 | Charles Harris | 2018-11-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | NEP: move nep 15 from accepted to final | mattip | 2018-11-13 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #12342 from bmakos/fix#10532 | Charles Harris | 2018-11-13 | 2 | -7/+46 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | STY: Minor style fixups. | Charles Harris | 2018-11-13 | 1 | -3/+2 | |
| * | | | | | | | STY: Minor style fixups. | Charles Harris | 2018-11-13 | 1 | -3/+1 | |
| * | | | | | | | BUG: Fix for np.dtype(ctypes.Structure) does not respect _pack_ field | Mircea Akos Bruma | 2018-11-09 | 2 | -31/+48 | |
| * | | | | | | | BUG: Fix for np.dtype(ctypes.Structure) does not respect _pack_ field | Mircea Akos Bruma | 2018-11-08 | 2 | -19/+33 | |
| * | | | | | | | BUG: Fix for np.dtype(ctypes.Structure) does not respect _pack_ field | Mircea Akos Bruma | 2018-11-06 | 1 | -9/+20 | |
* | | | | | | | | Merge pull request #12373 from eric-wieser/pep3118-better-errors | Charles Harris | 2018-11-13 | 2 | -2/+16 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | MAINT: Improve error message for legal but unsupported PEP3118 types | Eric Wieser | 2018-11-13 | 2 | -2/+16 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #12241 from tylerjereddy/histogramdd_test_arg_branch | Charles Harris | 2018-11-12 | 1 | -0/+17 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | TST: arg handling tests in histogramdd | Tyler Reddy | 2018-10-22 | 1 | -0/+17 | |
* | | | | | | | | Merge pull request #12372 from WarrenWeckesser/bug-weibull0 | Charles Harris | 2018-11-12 | 3 | -2/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | DOC: random: Make the constraint on the parameter `a` of weibull more precise. | Warren Weckesser | 2018-11-12 | 1 | -1/+1 | |
| * | | | | | | | | BUG: random: Fix handling of a=0 for numpy.random.weibull. | Warren Weckesser | 2018-11-12 | 2 | -1/+5 | |
* | | | | | | | | | Merge pull request #12362 from shoyer/disable-array-function-by-default | Charles Harris | 2018-11-12 | 9 | -16/+107 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | DOC: add docstring for override_module | Stephan Hoyer | 2018-11-11 | 1 | -1/+10 | |
| * | | | | | | | | DOC: add a full docstring for array_function_dispatch | Stephan Hoyer | 2018-11-11 | 1 | -1/+26 | |
| * | | | | | | | | MAINT: more fixes for disabling overrides | Stephan Hoyer | 2018-11-10 | 6 | -21/+47 | |
| * | | | | | | | | MAINT: fix disabling __array_function__ | Stephan Hoyer | 2018-11-10 | 1 | -1/+1 | |
| * | | | | | | | | MAINT: disable __array_function__ dispatch unless environment variable set | Stephan Hoyer | 2018-11-10 | 5 | -14/+45 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #8955 from eric-wieser/obj-identity | Matti Picus | 2018-11-12 | 7 | -20/+127 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | DOC: Add release notes on changes to ufunc.identity | Eric Wieser | 2018-11-12 | 1 | -0/+19 | |
| * | | | | | | | ENH: Correct identities for logical ufuncs and logaddexp | Eric Wieser | 2018-11-12 | 2 | -16/+43 | |
| * | | | | | | | ENH: Allow ufunc.identity to be any python object | Eric Wieser | 2018-11-12 | 5 | -4/+65 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #12312 from tylerjereddy/unreachable_python | Charles Harris | 2018-11-11 | 2 | -5/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT, TST: check for unreachable code paths | Tyler Reddy | 2018-11-02 | 2 | -5/+4 | |
* | | | | | | | | Merge pull request #12366 from liwt31/timsort | Charles Harris | 2018-11-11 | 3 | -209/+89 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | refactor sort head file | wtli | 2018-11-11 | 3 | -209/+89 | |
* | | | | | | | | | Merge pull request #12363 from rgommers/aix-rpath | Charles Harris | 2018-11-11 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | MAINT: update gfortran RPATH for AIX/Windows non-support. | Ralf Gommers | 2018-11-10 | 1 | -0/+4 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #12364 from shoyer/nep-18-clarify-types | Stephan Hoyer | 2018-11-10 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | NEP: clarify the purpose of "types" in __array_function__ | Stephan Hoyer | 2018-11-10 | 1 | -2/+3 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #12354 from simongibbons/fix-fromfile-error-handling | Eric Wieser | 2018-11-10 | 3 | -1/+53 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | BUG: Fix segfault when an error occurs in np.fromfile | Simon Gibbons | 2018-11-10 | 3 | -1/+53 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #11916 from mattip/deprecate-set_numeric_ops | Charles Harris | 2018-11-09 | 13 | -28/+96 | |
|\ \ \ \ \ \ \ |