summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BLD: update cython to 0.29.21mattip2020-07-107-10/+10
* Merge pull request #16397 from seiko2plus/implement_npyvMatti Picus2020-07-1041-0/+4459
|\
| * SEQ([1/4]): Fix NPY_FINLINE failbackSayed Adel2020-07-081-1/+1
| * ENH: [4/4] implement the NumPy C SIMD vectorization interfaceSayed Adel2020-07-087-0/+763
| * ENH: [3/4] implement the NumPy C SIMD vectorization interfaceSayed Adel2020-07-087-0/+748
| * ENH: [2/4] implement the NumPy C SIMD vectorization interfaceSayed Adel2020-07-0825-0/+2578
| * ENH: [1/4] implement the NumPy C SIMD vectorization interfaceSayed Adel2020-07-088-0/+370
* | DOC: Minor RST formatting. (#16792)Matthias Bussonnier2020-07-093-4/+4
* | Merge pull request #16200 from seberg/dtypemeta-array-coercionMatti Picus2020-07-0934-1654/+2491
|\ \
| * | TST: Add test for astype to stringlength testsSebastian Berg2020-07-081-0/+2
| * | DOC,STY: Use bitshift intsead of powers of two and fix commentsSebastian Berg2020-07-081-15/+11
| * | Update doc/release/upcoming_changes/16200.compatibility.rstMatti Picus2020-07-081-1/+1
| * | TST: datetime64 test_scalar_coercion does not fail anymoreSebastian Berg2020-07-081-3/+2
| * | Update doc/release/upcoming_changes/16200.compatibility.rstSebastian Berg2020-07-081-1/+1
| * | MAINT: Put a hack in place to allow datetime64 -> string assignment when stri...Sebastian Berg2020-07-083-9/+51
| * | Update numpy/core/src/multiarray/array_coercion.cSebastian Berg2020-07-081-1/+1
| * | MAINT: Remove weakref from mapping (for now) and renameSebastian Berg2020-07-084-44/+41
| * | DOC: Add release notes for array-coercion changesSebastian Berg2020-07-081-0/+58
| * | TST: Adapt coercion-tests to the new situationSebastian Berg2020-07-081-50/+32
| * | MAINt: Add assert for an unreachable exception pathSebastian Berg2020-07-081-3/+4
| * | TST: Add test for too-deep non-object deprecationSebastian Berg2020-07-081-0/+16
| * | MAINT: Try to clean up headers a bitSebastian Berg2020-07-086-6/+9
| * | MAINT: Undo some header changes...Sebastian Berg2020-07-082-8/+14
| * | MAINT: Undo change of how 0-D array-likes are handled as scalarsSebastian Berg2020-07-083-8/+36
| * | MAINT: Delete PyArray_AssignFromSequenceSebastian Berg2020-07-082-179/+0
| * | MAINT: Use macros/functions instead of direct slot accessSebastian Berg2020-07-081-2/+4
| * | MAINT: Fixups (some based on new tests), almost finishedSebastian Berg2020-07-083-6/+2
| * | MAINT: Use flag to indicate that dtype discovery is not necessarySebastian Berg2020-07-081-43/+39
| * | BUG: Need to set the base field apparently and swap promotionSebastian Berg2020-07-081-3/+2
| * | BUG: Fix use after free in PyArray_CopyObjectSebastian Berg2020-07-081-1/+4
| * | BUG: Fixup for PyArray_PackSebastian Berg2020-07-081-7/+9
| * | BUG: Add missing cache free...Sebastian Berg2020-07-081-0/+2
| * | BUG: Reorder dimension fix/check and promotionSebastian Berg2020-07-081-12/+14
| * | BUG: Add missing error checkSebastian Berg2020-07-081-0/+6
| * | Fixups: Some smaller fixups and comments to ensure we have testsSebastian Berg2020-07-081-43/+64
| * | BUG: Add missing DECREFSebastian Berg2020-07-081-0/+1
| * | BUG: Fix discovery for empty listsSebastian Berg2020-07-081-2/+3
| * | BUG: When filling an array from the cache, store original for objectsSebastian Berg2020-07-081-1/+3
| * | BUG: remove incorrect assertSebastian Berg2020-07-081-1/+0
| * | BUG: Smaller fixes in object-array parametric discoverySebastian Berg2020-07-081-7/+8
| * | Allow returning NULL for dtype when there is no object to discover fromSebastian Berg2020-07-083-10/+32
| * | MAINT: Delete legacy dtype discoverySebastian Berg2020-07-084-930/+44
| * | MAINT: Remove use of PyArray_GetParamsFromObject from PyArray_CopyObjectSebastian Berg2020-07-084-110/+96
| * | Add somewhat disgusting hacks for datetime supportSebastian Berg2020-07-083-17/+54
| * | Replace AdaptFlexibleDType with object and delete some datetime thing relatedSebastian Berg2020-07-0811-331/+224
| * | BUG: Make static declaration safe (may be an issue on msvc mostly)Sebastian Berg2020-07-081-18/+17
| * | Small fixups/comment changesSebastian Berg2020-07-081-7/+6
| * | update some comments, remove outdated old code pathSebastian Berg2020-07-082-65/+31
| * | Fixups/comments for compiler warningsSebastian Berg2020-07-086-7/+27
| * | Small bug fixup and rebase on masterSebastian Berg2020-07-082-4/+1