summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #12378 from charris/fix-longdouble-testsCharles Harris2018-11-131-17/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | TST: Update complex long double precision tests.Charles Harris2018-11-131-17/+5
* | | | | | Merge pull request #11480 from mhvk/ufunc-override-move-code-closer-to-useCharles Harris2018-11-135-186/+168
|\ \ \ \ \ \
| * | | | | | MAINT: fix c comment from reviewmattip2018-10-161-1/+1
| * | | | | | MAINT: move code to umath and multiarray as much as possible.Marten van Kerkwijk2018-09-215-186/+168
* | | | | | | Merge pull request #12338 from ryzheboka/docs-for-compare_chararraysCharles Harris2018-11-131-0/+37
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | MAINT: Fix spaces, formatting, and improve explanations. Charles Harris2018-11-131-13/+11
| * | | | | | STY: Fix up indentation.Charles Harris2018-11-131-3/+1
| * | | | | | DOC: changing the example in the docstring for the function 'compare_chararrays'Elena Mokeeva2018-11-071-3/+3
| * | | | | | DOC: add a docstring for the function 'compare_chararrays'Elena Mokeeva2018-11-051-0/+41
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #12342 from bmakos/fix#10532Charles Harris2018-11-132-7/+46
|\ \ \ \ \ \
| * | | | | | STY: Minor style fixups.Charles Harris2018-11-131-3/+2
| * | | | | | STY: Minor style fixups.Charles Harris2018-11-131-3/+1
| * | | | | | BUG: Fix for np.dtype(ctypes.Structure) does not respect _pack_ fieldMircea Akos Bruma2018-11-092-31/+48
| * | | | | | BUG: Fix for np.dtype(ctypes.Structure) does not respect _pack_ fieldMircea Akos Bruma2018-11-082-19/+33
| * | | | | | BUG: Fix for np.dtype(ctypes.Structure) does not respect _pack_ fieldMircea Akos Bruma2018-11-061-9/+20
* | | | | | | MAINT: Improve error message for legal but unsupported PEP3118 typesEric Wieser2018-11-132-2/+16
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #12241 from tylerjereddy/histogramdd_test_arg_branchCharles Harris2018-11-121-0/+17
|\ \ \ \ \ \
| * | | | | | TST: arg handling tests in histogramddTyler Reddy2018-10-221-0/+17
* | | | | | | Merge pull request #12372 from WarrenWeckesser/bug-weibull0Charles Harris2018-11-123-2/+6
|\ \ \ \ \ \ \
| * | | | | | | DOC: random: Make the constraint on the parameter `a` of weibull more precise.Warren Weckesser2018-11-121-1/+1
| * | | | | | | BUG: random: Fix handling of a=0 for numpy.random.weibull.Warren Weckesser2018-11-122-1/+5
* | | | | | | | Merge pull request #12362 from shoyer/disable-array-function-by-defaultCharles Harris2018-11-127-16/+95
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | DOC: add docstring for override_moduleStephan Hoyer2018-11-111-1/+10
| * | | | | | | DOC: add a full docstring for array_function_dispatchStephan Hoyer2018-11-111-1/+26
| * | | | | | | MAINT: more fixes for disabling overridesStephan Hoyer2018-11-106-21/+47
| * | | | | | | MAINT: fix disabling __array_function__Stephan Hoyer2018-11-101-1/+1
| * | | | | | | MAINT: disable __array_function__ dispatch unless environment variable setStephan Hoyer2018-11-103-14/+33
* | | | | | | | Merge pull request #8955 from eric-wieser/obj-identityMatti Picus2018-11-125-17/+81
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | ENH: Correct identities for logical ufuncs and logaddexpEric Wieser2018-11-122-16/+43
| * | | | | | | ENH: Allow ufunc.identity to be any python objectEric Wieser2018-11-123-1/+38
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #12312 from tylerjereddy/unreachable_pythonCharles Harris2018-11-111-4/+1
|\ \ \ \ \ \ \
| * | | | | | | MAINT, TST: check for unreachable code pathsTyler Reddy2018-11-021-4/+1
* | | | | | | | Merge pull request #12366 from liwt31/timsortCharles Harris2018-11-113-209/+89
|\ \ \ \ \ \ \ \
| * | | | | | | | refactor sort head filewtli2018-11-113-209/+89
* | | | | | | | | Merge pull request #12363 from rgommers/aix-rpathCharles Harris2018-11-111-0/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | MAINT: update gfortran RPATH for AIX/Windows non-support.Ralf Gommers2018-11-101-0/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | BUG: Fix segfault when an error occurs in np.fromfileSimon Gibbons2018-11-103-1/+53
|/ / / / / / /
* | | | | | | Merge pull request #11916 from mattip/deprecate-set_numeric_opsCharles Harris2018-11-0910-26/+83
|\ \ \ \ \ \ \
| * | | | | | | DOC: reword from reviewmattip2018-11-091-2/+3
| * | | | | | | DEP: deprecate np.set_numeric_ops and friendsmattip2018-10-2110-26/+82
* | | | | | | | Merge pull request #12355 from hmaarrfk/tiny_bug_from_fileEric Wieser2018-11-081-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: fix a bug in npy_PyFile_Dup2 where it didn't return immediately on failureMark Harfouche2018-11-061-0/+1
* | | | | | | | | Fix typo in docstring numpy.random.beta docGuillaume Gautier2018-11-071-2/+2
|/ / / / / / / /
* | | | | | | | TST: test_tofile_fromfile uses initialized memTyler Reddy2018-11-061-4/+3
* | | | | | | | Merge pull request #12259 from hmaarrfk/block_single_concatenate_simplify_testCharles Harris2018-11-061-32/+26
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | TST: simplify how the different code paths for block are tested.Mark Harfouche2018-11-041-32/+26
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #11580 from mattip/ufunc-flag-refactorMatti Picus2018-11-061-120/+113
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | MAINT: refactor ufunc operand flag handling and 'where mask' handlingmattip2018-10-211-120/+113
* | | | | | | MAINT: Simple speed-ups for getting overloaded typesMarten van Kerkwijk2018-11-031-11/+21
| |_|/ / / / |/| | | | |