summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14995 from seberg/array-like-coercionMatti Picus2020-02-261-170/+156
|\
| * BUG: Use ``__array__`` during dimension discoverySebastian Berg2020-02-051-170/+156
* | MAINT: Improve formatting and update commentsRaghuveer Devulapalli2020-02-231-6/+9
* | BUG: Update IS_OUTPUT_BLOCKABLE_UNARY to use the nomemoverlap checkRaghuveer Devulapalli2020-02-231-2/+1
* | BUG: Check for memory overlap in AVX-512F implementation of np.maximim and np...Raghuveer Devulapalli2020-02-231-4/+37
* | BUG: Remove check requiring float/double natural alignment for AVX codeRaghuveer Devulapalli2020-02-201-1/+0
* | Merge pull request #15385 from eric-wieser/fix-unicode-ucs2Sebastian Berg2020-02-137-239/+114
|\ \
| * | ENH: Implement the buffer protocol on numpy str_ scalarsEric Wieser2020-02-081-25/+5
| * | BUG, MAINT: Stop using the error-prone deprecated Py_UNICODE apisEric Wieser2020-02-087-235/+130
* | | BUG: Added missing error check in `ndarray.__contains__` (gh-15553)Ganesh Kathiresan2020-02-131-0/+5
* | | Merge pull request #15538 from eric-wieser/dedupe-PyArray_DTypeFromObjectHelperSebastian Berg2020-02-081-58/+58
|\ \ \ | |/ /
| * | MAINT: Extract repeated code to a helper functionEric Wieser2020-02-081-58/+58
* | | Merge pull request #15526 from seiko2plus/issue15525Matti Picus2020-02-071-7/+13
|\ \ \
| * | | BUG: Fix inline assembly that detects cpu features on x86(32bit)Sayed Adel2020-02-061-7/+13
* | | | Merge pull request #15521 from eric-wieser/tidy-descr-compareMatti Picus2020-02-061-56/+25
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Simplify arraydescr_richcompareEric Wieser2020-02-051-56/+25
* | | | MAINT: Fix internal misuses of `NPY_TITLE_KEY`Eric Wieser2020-02-055-9/+9
| |/ / |/| |
* | | Merge pull request #15408 from r-devulap/cmplx-simdMatti Picus2020-02-053-9/+411
|\ \ \
| * | | ENH: Improve performance of absolute for CFLOAT and CDOUBLERaghuveer Devulapalli2020-02-011-25/+81
| * | | ENH: Use AVX-512F for complex number arithmetic, absolute, square and conjugateRaghuveer Devulapalli2020-02-013-9/+355
* | | | Merge pull request #13421 from seiko2plus/core_improve_infa_runtimeMatti Picus2020-02-056-106/+537
|\ \ \ \ | |_|_|/ |/| | |
| * | | ENH: improve runtime detection of CPU featuresSayed Adel2020-02-056-106/+537
* | | | MAINT: Do not allow `copyswap` and friends to fail silentlyEric Wieser2020-02-041-0/+6
| |_|/ |/| |
* | | Merge pull request #15500 from eric-wieser/dtype.__reduce__-tweaksSebastian Berg2020-02-031-1/+1
|\ \ \
| * | | MAINT: Use True/False instead of 1/0 in np.dtype.__reduce__Eric Wieser2020-02-031-1/+1
* | | | Merge pull request #15484 from ericmariasis/report_genericMatti Picus2020-02-021-23/+20
|\ \ \ \
| * | | | nabbed the last backslash areaEric Mariasis2020-02-011-2/+2
| * | | | resolved spacing issueEric Mariasis2020-02-011-2/+2
| * | | | resolved merge conflictEric Mariasis2020-02-011-5/+1
| * | | | review actionsEric Mariasis2020-02-011-2/+7
| |\ \ \ \
| | * | | | Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| | * | | | Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| | * | | | Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+2
| | * | | | Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * | | | | seberg review actionsEric Mariasis2020-02-011-4/+11
| |/ / / /
| * | | | more review actionsEric Mariasis2020-02-011-5/+1
| * | | | Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * | | | Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * | | | Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * | | | Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * | | | Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * | | | Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * | | | Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * | | | inlining single use functionEric Mariasis2020-02-011-10/+1
| * | | | Merge branch 'report_generic' of https://github.com/ericmariasis/numpy into r...Eric Mariasis2020-02-011-3/+3
| |\ \ \ \
| | * | | | Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| | * | | | Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| | * | | | Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * | | | | Review actions for issue #15484Eric Mariasis2020-02-011-3/+5
| |/ / / /
| * | | | fixing generic error messages to be more specificEric Mariasis2020-02-011-9/+9
| |/ / /