summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* MAINT: refactor duplicate code into 'common.c'mattip2018-06-294-196/+120
* Merge pull request #11406 from mattip/einsum-out-is-resCharles Harris2018-06-292-18/+15
|\
| * MAINT: cleanup ret assignmentmattip2018-06-271-20/+7
| * check for unlikely error in Assign_Zeromattip2018-06-241-1/+3
| * BUG: ensure ret is out in einsummattip2018-06-212-1/+9
* | Merge pull request #11425 from eric-wieser/where-nonzero-docsMarten van Kerkwijk2018-06-291-7/+14
|\ \
| * | DOC: Clear up confusion between np.where(cond) and np.where(cond, x, y)Eric Wieser2018-06-291-7/+14
* | | MAINT: Split off getting overrides and checking for them.Marten van Kerkwijk2018-06-283-76/+144
* | | MAINT: Ensure __array_ufunc__ on given class is only called once.Marten van Kerkwijk2018-06-282-9/+69
* | | DOC: Update einsum docs (#11234)attack682018-06-271-62/+161
|/ /
* | BUG: Ensure comparisons on scalar strings pass without warning.Marten van Kerkwijk2018-06-213-9/+22
|/
* Merge pull request #11282 from mhvk/array-comparison-not-implementeduntagged-65f99747b229ae7de4ccMarten van Kerkwijk2018-06-213-223/+148
|\
| * MAINT: move failure code to its own function.Marten van Kerkwijk2018-06-191-85/+110
| * MAINT: move comparison operator special-handling out of ufunc parsing.Marten van Kerkwijk2018-06-183-223/+123
* | Merge pull request #11340 from eric-wieser/fix-sctypeDict-clongdoubleMarten van Kerkwijk2018-06-212-22/+34
|\ \
| * | BUG: f8 randomly points to double or longdouble depending on non-deterministi...Eric Wieser2018-06-142-20/+30
| * | MAINT: Replace ifs with assertions, since those conditions are never hitEric Wieser2018-06-141-24/+26
* | | Merge pull request #11390 from charris/update-npyconfigRalf Gommers2018-06-211-0/+1
|\ \ \
| * | | REL: Update numpyconfig.h for 1.15.Charles Harris2018-06-201-0/+1
| | |/ | |/|
* | | Merge pull request #11385 from toslunar/enh-scalar-squeezeCharles Harris2018-06-202-12/+18
|\ \ \
| * | | Add scalar squeeze testsToshiki Kataoka2018-06-201-0/+16
| * | | Make scalar.squeeze accept axis argToshiki Kataoka2018-06-201-12/+2
* | | | Merge pull request #11376 from mattip/remove-npyiter_closeCharles Harris2018-06-2011-254/+84
|\ \ \ \ | |/ / / |/| | |
| * | | fixes from reviewmattip2018-06-194-9/+8
| * | | ENH: Remove NpyIter_Closemattip2018-06-1811-251/+82
| |/ /
* | | MAINT: fixed typo in mapiter_trivial_@name@ descriptionMinkyu Lee2018-06-191-1/+1
* | | BUG: changed hardcoded axis to 0 for checking indicesMinkyu Lee2018-06-191-2/+2
|/ /
* | Merge pull request #11366 from eric-wieser/bad-warningCharles Harris2018-06-172-13/+19
|\ \
| * | TST: Don't allow test_indexing to swallow all exceptionsEric Wieser2018-06-171-12/+17
| * | BUG: Don't emit a spurious warning for float_arr['str'], when it will just er...Eric Wieser2018-06-171-1/+2
* | | BUG: add missing NpyIter_Close in einsummattip2018-06-171-0/+2
* | | HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-168-21/+22
* | | BUG: decref in failure path; replace PyObject_Type by Py_TYPEMarten van Kerkwijk2018-06-142-11/+14
| |/ |/|
* | MAINT: Make the keys of typeinfo lowercase once, not repeatedlyEric Wieser2018-06-131-10/+9
* | MAINT: Filter out the real type info from typeinfo once, not repeatedlyEric Wieser2018-06-131-24/+29
* | MAINT: Extract code present in both branchesEric Wieser2018-06-131-6/+4
* | MAINT: Simplify skipping of integer types in _add_aliasesEric Wieser2018-06-131-10/+15
* | MAINT: Use a set instead of a dictionaryEric Wieser2018-06-131-4/+2
* | MAINT: Clarify intent of integer-naming codeEric Wieser2018-06-131-1/+7
* | MAINT: Don't use dtype strings when the dtypes themselves can be usedEric Wieser2018-06-131-3/+3
|/
* Merge pull request #11286 from mattip/einsum-overlapCharles Harris2018-06-122-12/+27
|\
| * BUG: einsum needs to check overlap on an out argumentmattip2018-06-112-12/+27
* | MAINT: remove unused "npy_import"Allan Haldane2018-06-121-14/+0
* | Merge pull request #11307 from pgunn/master_fix_earlier_diffCharles Harris2018-06-112-0/+6
|\ \ | |/ |/|
| * add test from issuemattip2018-06-111-0/+5
| * Restore a line that I accidentally deleted rather than reverted in earlier diffPat Gunn2018-06-111-0/+1
* | MAINT: push back multifield copy->view changes to 1.16Allan Haldane2018-06-116-14/+139
|/
* Merge pull request #11296 from eric-wieser/fix-array_wrap-segfaultMarten van Kerkwijk2018-06-102-2/+21
|\
| * BUG: Fix segfault on failing __array_wrap__Eric Wieser2018-06-102-2/+21
* | Merge pull request #11293 from cwenner/feat/doc-numericaltypes-hierarchyCharles Harris2018-06-101-36/+35
|\ \