summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19468 from BvB93/ctypes_dtypeCharles Harris2021-07-163-34/+54
|\
| * DOC: Document that `size_t` is not guaranteed to map to `np.intp` under rare ...Bas van Beek2021-07-131-0/+3
| * TST: Update the `dtype` typing testsBas van Beek2021-07-132-2/+10
| * MAINT: Add a missing `object` overload to `np.dtype`Bas van Beek2021-07-131-2/+10
| * MAINT: Add `ctypes` overloads to `np.dtype`Bas van Beek2021-07-131-30/+31
* | TST: generalise `clip` testZac-HD2021-07-161-18/+14
* | MAINT: Disable test_blas64_dot.Charles Harris2021-07-151-4/+5
* | Merge pull request #19151 from czgdp1807/stack_matMatti Picus2021-07-143-66/+870
|\ \
| * | removed redudancy in codeczgdp18072021-07-102-44/+20
| * | removed redundant functionsczgdp18072021-07-091-67/+49
| * | fixed linting issuesczgdp18072021-06-241-4/+5
| * | addressed C reviewsczgdp18072021-06-241-33/+8
| * | Addressed testing reviewsczgdp18072021-06-242-20/+24
| * | refactoring completeczgdp18072021-06-221-145/+60
| * | factored out common init parts for sorgqr, dorgqrczgdp18072021-06-221-109/+57
| * | updated method for finding optimal work_countczgdp18072021-06-091-9/+21
| * | shifted qr code in umath_linalg.c.src aboveczgdp18072021-06-091-426/+425
| * | Take work_count as it isczgdp18072021-06-091-6/+6
| * | fixed title line in release notesczgdp18072021-06-081-6/+0
| * | Addressed reviewsczgdp18072021-06-082-3/+10
| * | removed debug prints and addressed reviewczgdp18072021-06-072-5/+0
| * | documentation fixczgdp18072021-06-051-2/+2
| * | resolved linting issuesczgdp18072021-06-051-1/+1
| * | resolved linting issuesczgdp18072021-06-051-1/+2
| * | removed trailing white spacesczgdp18072021-06-053-21/+21
| * | linting issue fixedczgdp18072021-06-051-1/+2
| * | documentation updatedczgdp18072021-06-051-8/+20
| * | tests for stacked inputs addedczgdp18072021-06-051-0/+61
| * | existing tests passedczgdp18072021-06-052-24/+57
| * | moving intialization outside the loopczgdp18072021-06-051-5/+6
| * | ready for formal addition of tests and documentation updateczgdp18072021-06-042-55/+280
| * | WIPczgdp18072021-06-042-58/+407
| * | ENH: r, raw, economic now accept stacked matricesczgdp18072021-06-032-22/+335
* | | Merge pull request #19316 from arubiales/quit_runtimewarning_moduleop_Matti Picus2021-07-143-90/+51
|\ \ \
| * | | TST: Ignore floating point warning tests on MacOSSebastian Berg2021-07-121-0/+6
| * | | BUG: Fix floating point error flags in division related opsSebastian Berg2021-07-123-71/+28
| * | | TST: Change tests to more strictly (correctly) check for errorsSebastian Berg2021-07-121-11/+17
| * | | delete comment about warningrubiales2021-07-121-1/+0
| * | | Fix 1 test_umath and npy_math_internalrubiales2021-07-122-1/+17
| * | | Solved test fails due to the warnings changed #18170rubiales2021-07-122-6/+5
| * | | solve the problems of mod operator except for infinite values #18170rubiales2021-07-121-23/+1
* | | | DOC: fix see also references in numpy.resize (#19475)Niko Savola2021-07-141-3/+3
| |_|/ |/| |
* | | Merge pull request #19447 from 1fish2/show_config_docstringMatti Picus2021-07-131-0/+24
|\ \ \ | |/ / |/| |
| * | review feedbackJerry Morrison2021-07-121-3/+3
| * | Update numpy/distutils/misc_util.py Jerry Morrison2021-07-121-1/+1
| * | code review iterationJerry Morrison2021-07-121-18/+19
| * | apply suggestions to the wheel caseJerry Morrison2021-07-121-7/+6
| * | fix ")" positionJerry Morrison2021-07-101-1/+1
| * | Document BLAS/LAPACK linking rulesJerry Morrison2021-07-091-0/+24
* | | MAINT: Avoid unicode characters in division SIMD code commentsSebastian Berg2021-07-121-6/+6