summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* ENH: port __array_function__ overrides to CStephan Hoyer2018-12-191-0/+11
* ENH: refactor __array_function__ pure Python implementationStephan Hoyer2018-12-192-37/+34
* Merge commit '7ce7382d5eacbc3da026289483a841184a609928' into fix-9647Eric Wieser2018-12-1621-332/+661
|\
| * Merge pull request #11721 from eric-wieser/fix-9647Charles Harris2018-12-161-0/+40
| |\
| * | MAINT: don't check alignment size=0 arrays (RELAXED_STRIDES)Allan Haldane2018-12-101-0/+38
| * | Merge pull request #12494 from mattip/disallow-dgemmCharles Harris2018-12-071-0/+30
| |\ \
| | * | STY, TST: fix formatting and add tests for other dtypes, unaligned dataCharles Harris2018-12-071-2/+18
| | * | BUG: test, fix matmul, dot for vector array with stride[i]=0mattip2018-12-051-0/+14
| * | | Merge pull request #12388 from mhvk/linspace-allow-arrayCharles Harris2018-12-061-6/+47
| |\ \ \
| | * | | ENH: allow user choice of sample axis in {lin,log,geom}space.Marten van Kerkwijk2018-12-051-0/+6
| | * | | ENH: Allow {lin,log,geom}space start and stop to be arrays.Marten van Kerkwijk2018-12-051-3/+40
| | * | | TST,BUG: fix two tests that were setup incorrectly.Marten van Kerkwijk2018-12-041-3/+1
| | |/ /
| * | | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-0614-34/+25
| |/ /
| * | Merge pull request #12219 from mattip/matmul-as-ufunc2Eric Wieser2018-12-041-57/+167
| |\ \
| | * | ENH: corrections and fixes from reviewmattip2018-12-011-15/+42
| | * | ENH: make matmul into a ufuncmattip2018-11-251-47/+130
| * | | Merge pull request #12353 from mattip/check-thresholdCharles Harris2018-12-041-0/+4
| |\ \ \
| | * | | BUG: test, fix for threshold='nan'mattip2018-12-011-0/+4
| * | | | MAINT: Allow subclasses in ndarray.__array_function__.Marten van Kerkwijk2018-12-021-26/+56
| |/ / /
| * | | Merge pull request #12447 from ahaldane/unrevert_multifield_viewCharles Harris2018-12-012-64/+13
| |\ \ \
| | * | | ENH: add back the multifield copy->view changeAllan Haldane2018-11-262-64/+13
| | |/ /
| * | | Merge pull request #12443 from rth/set-litteralEric Wieser2018-12-012-4/+4
| |\ \ \
| | * | | Use set litteralsRoman Yurchak2018-11-242-4/+4
| | |/ /
| * | | MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-013-70/+24
| * | | BUG: disallow setting flag to writeable if isinstance(a.base, (str, bytes))mattip2018-11-261-0/+40
| |/ /
| * | BUG: don't override casting errors with matmul or innerStephan Hoyer2018-11-231-9/+11
| * | BUG: don't override original errors when casting inside np.dot() failsStephan Hoyer2018-11-231-0/+9
| * | BUG: Fix regression on np.dtype(ctypes.c_void_p)Eric Wieser2018-11-191-0/+3
| * | ENH: Add support for `np.dtype(ctypes.Union)` (#12405)Mircea-Akos Brumă2018-11-181-3/+46
| * | BUG: Fix for #10533 np.dtype(ctype) does not respect endianness (#12380)Mircea-Akos Brumă2018-11-151-4/+26
| * | Merge pull request #12382 from shoyer/finish-set-moduleCharles Harris2018-11-141-1/+2
| |\ \
| | * | ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-1/+2
| * | | 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 #12342 from bmakos/fix#10532Charles Harris2018-11-131-1/+19
| |\ \ \ \
| | * | | | STY: Minor style fixups.Charles Harris2018-11-131-3/+2
| | * | | | BUG: Fix for np.dtype(ctypes.Structure) does not respect _pack_ fieldMircea Akos Bruma2018-11-091-0/+20
| | * | | | BUG: Fix for np.dtype(ctypes.Structure) does not respect _pack_ fieldMircea Akos Bruma2018-11-081-1/+0
| * | | | | MAINT: Improve error message for legal but unsupported PEP3118 typesEric Wieser2018-11-131-2/+5
| | |_|/ / | |/| | |
| * | | | Merge pull request #12362 from shoyer/disable-array-function-by-defaultCharles Harris2018-11-121-2/+18
| |\ \ \ \
| | * | | | MAINT: more fixes for disabling overridesStephan Hoyer2018-11-101-0/+6
| | * | | | MAINT: disable __array_function__ dispatch unless environment variable setStephan Hoyer2018-11-101-2/+12
| * | | | | Merge pull request #8955 from eric-wieser/obj-identityMatti Picus2018-11-121-0/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | ENH: Correct identities for logical ufuncs and logaddexpEric Wieser2018-11-121-0/+4
| | | |/ / | | |/| |
| * | | | BUG: Fix segfault when an error occurs in np.fromfileSimon Gibbons2018-11-101-0/+13
| | |/ / | |/| |
| * | | Merge pull request #11916 from mattip/deprecate-set_numeric_opsCharles Harris2018-11-091-0/+11
| |\ \ \
| | * | | DEP: deprecate np.set_numeric_ops and friendsmattip2018-10-211-0/+11
| * | | | TST: test_tofile_fromfile uses initialized memTyler Reddy2018-11-061-4/+3
| * | | | TST: simplify how the different code paths for block are tested.Mark Harfouche2018-11-041-32/+26
| | |/ / | |/| |
| * | | ENH: Improve support for pathlib.Path objects in load functions (#11348)Paul Müller2018-11-011-1/+20