summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16515 from person142/add-type-stubsMatti Picus2020-06-092-0/+19
|\
| * ENH: add type stubs from numpy-stubsJosh Wilson2020-06-062-0/+19
* | Merge pull request #16446 from dgasmith/einsum_orderSebastian Berg2020-06-082-2/+48
|\ \
| * | BUG: fixes einsum ouput order with optimization (#14615)Daniel G. A. Smith2020-06-082-2/+48
* | | DEP: Deprecate inexact matches for mode, searchside (gh-16056)Anirudh Subramanian2020-06-086-71/+125
* | | ENH: Improve the ARM cpu feature detection by parsing /proc/cpuinfo (#16321)Chunlin2020-06-082-25/+268
* | | MAINT:ARMHF Fix detecting feature groups NEON_HALF and NEON_VFPV4Sayed Adel2020-06-071-3/+4
* | | MAINT: make Py_SET_SIZE and Py_SET_TYPE macros a bit safer (#16501)Thomas A Caswell2020-06-061-2/+2
| |/ |/|
* | Merge pull request #15162 from seberg/reduce-axes-tryMatti Picus2020-06-0410-595/+479
|\ \
| * | BUG: The reduction output must not cause the input to be broadcastSebastian Berg2020-05-302-1/+15
| * | MAINT: Address review comments related to NPY_ITER_REDUCTION_AXISSebastian Berg2020-05-304-11/+11
| * | DOC: Slightly improve error message on incorrectly shaped reductionsSebastian Berg2020-05-111-7/+9
| * | BUG,MAINT: Simplify reduction result creation using reduce axisSebastian Berg2020-05-113-387/+160
| * | BUG: Avoid incorrect broadcasts on non-core outputs in gufuncsSebastian Berg2020-05-112-6/+22
| * | MAINT: Use reduction axis marker for einsumSebastian Berg2020-05-111-4/+2
| * | ENH: Allow specifying reduction axis in nditer/NpyIterSebastian Berg2020-05-112-12/+92
| * | MAINT: Simplify strides and axis check in npyiter_new_temp_arraySebastian Berg2020-05-112-64/+75
| * | MAINT: Simplify signature of npyiter_replace_axisdataSebastian Berg2020-05-111-13/+11
| * | MAINT: (nditer) move duplicated reduce axis check into helper funcSebastian Berg2020-05-111-54/+43
| * | MAINT: Simplify undoing of iter-axis-perm in nditerSebastian Berg2020-05-113-54/+57
* | | Merge pull request #16389 from seberg/hardcode-scalar-buffersMatti Picus2020-06-0411-30/+182
|\ \ \
| * | | ENH: Hardcode buffer handling for simple scalarsSebastian Berg2020-05-3111-30/+182
* | | | MAINT: Chain some exceptions. (#16418)Zuhair Ali-Khan2020-06-043-8/+10
* | | | Merge pull request #16485 from seberg/gufunc-output-broadcasts-inputsMatti Picus2020-06-042-3/+22
|\ \ \ \
| * | | | BUG: Fix result when a gufunc output broadcasts the inputs.Sebastian Berg2020-06-022-3/+22
* | | | | ENH: ARM Neon implementation with intrinsic for np.argmax. (#16375)Chunlin2020-06-011-1/+25
* | | | | ENH: Use AVX-512 for np.frexp and np.ldexp (#16371)Raghuveer Devulapalli2020-05-315-8/+255
* | | | | DEP: Deprecate passing shape=None to mean shape=()Eric Wieser2020-05-312-2/+15
* | | | | ENH: Use AVX-512 for np.isnan, np.infinite, np.isinf and np.signbit (#16334)Raghuveer Devulapalli2020-05-317-9/+168
* | | | | TST: Add tests for PyArray_IntpConverter (gh-16454)Eric Wieser2020-05-312-0/+48
|/ / / /
* | | | investigate into warning usage, fixes deprecated warnforfun2020-05-301-2/+1
| |_|/ |/| |
* | | MNT: Catch remaining cases of Py_SIZE and Py_TYPE as lvaluesThomas A Caswell2020-05-292-5/+4
* | | Merge pull request #16417 from tacaswell/fix_py310_compatCharles Harris2020-05-294-6/+15
|\ \ \
| * | | MNT: be more precise about version supportThomas A Caswell2020-05-291-5/+8
| * | | MNT: define macros supplied in py39 and aboveThomas A Caswell2020-05-291-0/+6
| * | | MNT: support python 3.10Thomas A Caswell2020-05-293-6/+6
* | | | BUG: Add extern to PyArrayDTypeMeta_Type declarationSebastian Berg2020-05-291-1/+1
|/ / /
* | | Merge pull request #15900 from seberg/deprecate-empty-indexing-errorMatti Picus2020-05-282-9/+73
|\ \ \
| * | | DEP: Ensure indexing errors will be raised even on empty resultsSebastian Berg2020-05-272-9/+73
| |/ /
* | | Merge pull request #16304 from seiko2plus/issue_16302Charles Harris2020-05-272-9/+34
|\ \ \
| * | | TST, MAINT: Fix detecting and testing armhf featuresSayed Adel2020-05-262-9/+34
* | | | Merge pull request #15508 from seberg/dtypemeta-newMatti Picus2020-05-2714-30/+481
|\ \ \ \
| * | | | small fixups/name changesSebastian Berg2020-03-183-56/+52
| * | | | PyDict_GET_SIZE is not public (or at least not on older python)Sebastian Berg2020-03-181-1/+1
| * | | | Improve docs and test slightl; Reject also kwargs in dtype from type creationSebastian Berg2020-03-182-3/+12
| * | | | Use "parametric" instead of "flexible" and add tests for attributesSebastian Berg2020-03-184-15/+30
| * | | | Add tests and fixup __name__Sebastian Berg2020-03-182-4/+29
| * | | | STY: Just small indentation fixupSebastian Berg2020-03-181-17/+18
| * | | | Create a static prototype to copy, so that it is more obvious what the intent...Sebastian Berg2020-03-181-16/+31
| * | | | Small fixups/commentsSebastian Berg2020-03-182-20/+15