summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray
Commit message (Expand)AuthorAgeFilesLines
* BUG: Added missing error check in `ndarray.__contains__` (gh-15553)Ganesh Kathiresan2020-03-011-0/+5
* BUG: core: use blas_ilp64 also for *_matmul, *_dot, and *_vdotPauli Virtanen2019-12-153-17/+25
* REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl"Charles Harris2019-12-041-22/+6
* Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-021-6/+22
|\
| * MAINT: fixes from reviewmattip2019-11-251-4/+3
| * MAINT: fixes from reviewmattip2019-11-071-6/+7
| * DEP: issue deprecation warning when creating ragged array (NEP 34)mattip2019-10-311-6/+22
* | REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"Sebastian Berg2019-12-021-122/+62
* | Merge pull request #14718 from eric-wieser/disable-Q_-_m_castingMatti Picus2019-11-252-3/+12
|\ \
| * | Followup: Make "same_kind" casting possible for consistencySebastian Berg2019-10-161-1/+7
| * | API: Forbid Q<->m safe castingEric Wieser2019-10-161-2/+5
* | | BUG: raise ValueError for empty arrays passed to _pyarray_correlate (#14829)Doug Davis2019-11-061-0/+8
* | | MAINT: move buffer.h -> npy_buffer.h to avoid conflictsmattip2019-11-0410-9/+9
* | | Merge pull request #14227 from zjpoh/from_string_complexMatti Picus2019-10-311-1/+54
|\ \ \
| * | | Fix style per Sebastian's commentszjpoh2019-10-151-11/+4
| * | | Update per Sebastian's commentszjpoh2019-10-061-3/+6
| * | | Add deprecation warning for invalid complex stringzjpoh2019-09-261-1/+8
| * | | Merge branch 'master' into from_string_complexzjpoh2019-09-2625-281/+428
| |\ \ \
| * | | | Add parenthesis as suggested by compiler. Update docstring.zjpoh2019-08-191-1/+1
| * | | | Parse complex number from stringzjpoh2019-08-071-1/+51
* | | | | Merge pull request #14730 from zjpoh/fromfile_complexMatti Picus2019-10-311-1/+52
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add complex number support for fromfilezjpoh2019-10-161-1/+52
* | | | | Merge pull request #14669 from siddhesh/undefined-float2datetimeMatti Picus2019-10-301-2/+20
|\ \ \ \ \
| * | | | | BUG: Do not rely on undefined behaviour to cast from float to datetimeSiddhesh Poyarekar2019-10-151-2/+20
* | | | | | BUG: clear only attribute errors in get_attr_string.h::maybe_get_attr (#14745)keewis2019-10-304-4/+40
* | | | | | BUG: fix integer size confusion in handling array's ndmin argumentMichael Hudson-Doyle2019-10-241-5/+5
* | | | | | oops removed an (signed char) ... fixedJack J. Woehr2019-10-191-2/+2
* | | | | | change suggested by mattipJack J. Woehr2019-10-191-1/+1
* | | | | | Merge branch 'master' of https://github.com/numpy/numpy into einsum_c_bugletJack J. Woehr2019-10-1811-114/+116
|\ \ \ \ \ \
| * | | | | | Fix other incorrect narrowing for format stringsEric Wieser2019-10-179-42/+42
| * | | | | | BUG: Don't narrow intp to int when producing error messagesEric Wieser2019-10-171-4/+4
| | |/ / / / | |/| | | |
| * | | | | API: NaT (arg)min/max behavior (#14717)Zijie (ZJ) Poh2019-10-151-44/+37
| | |_|_|/ | |/| | |
| * | | | BUG: Default start to 0 for timedelta arangeEric Wieser2019-10-151-0/+6
| * | | | MAINT: C99-ify declarations in datetime_arangeEric Wieser2019-10-151-18/+16
| * | | | Merge pull request #14368 from jdufresne/byteswarningSebastian Berg2019-10-151-6/+11
| |\ \ \ \
| | * | | | MAINT: Avoid all BytesWarningJon Dufresne2019-09-251-3/+7
| | * | | | MAINT: Explicitly goto fail when PyUnicode_FromEncodedObject() return NULLJon Dufresne2019-09-251-3/+4
* | | | | | fixes #14692 np.einsum errors on Power9 Linux and z/LinuxJack Woehr2019-10-131-2/+2
|/ / / / /
* | | | | Merge pull request #14656 from eric-wieser/tidy-datetime-moduloMatti Picus2019-10-101-138/+101
|\ \ \ \ \
| * | | | | MAINT: Use `extract_unit` throughout datetimeEric Wieser2019-10-091-138/+101
| | |/ / / | |/| | |
* | | | | BUG: Fix dtype use-after-free bug in FromStringSebastian Berg2019-10-081-1/+6
* | | | | BUG: fix fromfile behavior when reading sub-array dtypesPauli Virtanen2019-10-071-5/+18
|/ / / /
* | | | Merge pull request #14596 from sethtroisi/old_defines_in_docsMatti Picus2019-10-031-33/+11
|\ \ \ \
| * | | | DEP: Complete deprecation of invalid array orderSeth Troisi2019-09-261-33/+11
| |/ / /
* | | | Merge pull request #14631 from sethtroisi/free_cleanMatti Picus2019-10-031-2/+2
|\ \ \ \
| * | | | BUG: always free clean_sepSeth Troisi2019-10-021-2/+2
| | |_|/ | |/| |
* | | | BUG: dtype refcount cleanups (#14586)Matti Picus2019-10-032-22/+16
|/ / /
* | | BLD: remove unused functions, rearrange headers (from CC=clang) (#14534)Matti Picus2019-09-261-1/+5
|/ /
* | Update numpy/core/src/multiarray/compiled_base.cSebastian Berg2019-09-231-1/+1
* | BUG: Add missing check for 0-sized array in ravel_multi_indexSebastian Berg2019-09-221-0/+14