summaryrefslogtreecommitdiff
path: root/numpy/core/src
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-154-38/+53
* ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalgPauli Virtanen2019-12-154-59/+31
* ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068)Tirth Patel2019-12-151-0/+8
* REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl"Charles Harris2019-12-041-22/+6
* Merge pull request #15036 from eric-wieser/fix-leakMatti Picus2019-12-031-1/+5
|\
| * BUG: Fix refcounting in ufunc object loopsEric Wieser2019-12-031-1/+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
* | | Merge pull request #15027 from charris/revert-71fc59dCharles Harris2019-12-021-122/+62
|\ \ \
| * | | REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"Sebastian Berg2019-12-021-122/+62
* | | | ENH: core: add LAPACK64_ support in numpy.linalgPauli Virtanen2019-11-291-0/+9
* | | | ENH: core: use symbol-suffixed 64-bit CBLAS in cblasfuncs, when availablePauli Virtanen2019-11-291-36/+50
* | | | ENH: core: add 64_ suffixed cblas headerPauli Virtanen2019-11-293-550/+594
|/ / /
* | | Merge pull request #12658 from tylerjereddy/NaT_sort_orderCharles Harris2019-11-251-0/+8
|\ \ \
| * | | BUG: NaT now sorts to end of arraysTyler Reddy2019-11-221-0/+8
* | | | 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
* | | | ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841)Matti Picus2019-11-212-6/+35
* | | | Merge pull request #14820 from eric-wieser/template-loopsMatti Picus2019-11-131-216/+67
|\ \ \ \
| * | | | MAINT: Use templating to merge float loopsEric Wieser2019-11-011-216/+67
* | | | | 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-2639-413/+1007
| |\ \ \ \ \
| * | | | | | 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-307-17/+55
| |_|_|_|/ / / |/| | | | | |
* | | | | | | 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-1817-214/+689
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #14738 from eric-wieser/fix-intp-printfMatti Picus2019-10-1811-48/+48
| |\ \ \ \ \ \ \
| | * | | | | | | Fix other incorrect narrowing for format stringsEric Wieser2019-10-1710-44/+44
| | * | | | | | | BUG: Don't narrow intp to int when producing error messagesEric Wieser2019-10-171-4/+4
| * | | | | | | | MAINT: umath: Change error message for unsupported bool subtraction.Warren Weckesser2019-10-161-1/+1
| |/ / / / / / /
| * | | | | | | Merge pull request #14681 from seberg/remove-unused-boolean-loopsWarren Weckesser2019-10-161-2/+0
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | MAINT: General fix removing unused boolean loopsSebastian Berg2019-10-111-2/+0
| * | | | | | | API: NaT (arg)min/max behavior (#14717)Zijie (ZJ) Poh2019-10-152-46/+39
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge pull request #14714 from eric-wieser/datetime-arange-fixSebastian Berg2019-10-151-18/+22
| |\ \ \ \ \ \