summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #13291 from rgommers/fix-warningCharles Harris2019-04-101-5/+0
|\ \
| * | MAINT: fix unused variable warning in npy_math_complex.c.srcRalf Gommers2019-04-091-5/+0
* | | Merge pull request #13161 from zerothi/linalg-cblasMatti Picus2019-04-101-20/+40
|\ \ \
| * | | BLD: streamlined CBLAS linkage tries, default to try libraries *as-is*Nick Papior2019-04-101-20/+40
* | | | Merge pull request #13219 from kikocorreoso/nan_to_num-enhancementAllan Haldane2019-04-093-9/+83
|\ \ \ \
| * | | | update testskikocorreoso2019-04-091-9/+7
| * | | | fix test namekikocorreoso2019-04-091-1/+1
| * | | | fix (``code``s) sphinx parse warningkikocorreoso2019-04-031-1/+1
| * | | | Update release noteskikocorreoso2019-04-031-0/+6
| * | | | address comments on #9355kikocorreoso2019-03-302-9/+79
* | | | | Merge pull request #13292 from mattip/numpydocRalf Gommers2019-04-091-0/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | DOC: update numpydoc to latest mastermattip2019-04-091-0/+0
|/ / / /
* | | | Merge pull request #13202 from mtmoncur/rotated-companion-matrixCharles Harris2019-04-086-6/+12
|\ \ \ \
| * | | | ENH: rotate companion matrix for all polynomial basesTyler Moncur2019-04-086-7/+13
| * | | | ENH: use rotated companion matrix to reduce errorTyler Moncur2019-04-081-1/+1
|/ / / /
* | | | Merge pull request #13287 from hameerabbasi/bench-add-sort-randomCharles Harris2019-04-081-0/+1
|\ \ \ \
| * | | | Add benchmark for sorting random array.Hameer Abbasi2019-04-081-0/+1
|/ / / /
* | | | Merge pull request #13270 from tylerjereddy/armv8-openblasMatti Picus2019-04-081-1/+9
|\ \ \ \
| * | | | TST: use OpenBLAS for ARMv8 CITyler Reddy2019-04-051-1/+9
* | | | | Merge pull request #13264 from tylerjereddy/power8-openblasMatti Picus2019-04-082-0/+13
|\ \ \ \ \
| * | | | | TST: use POWER8 OpenBLAS for CITyler Reddy2019-04-052-0/+13
| |/ / / /
* | | | | Merge pull request #13259 from spacescientist/masterMatti Picus2019-04-081-2/+2
|\ \ \ \ \
| * | | | | DOC: Small readability improvementspacescientist2019-04-041-2/+2
| |/ / / /
* | | | | Merge pull request #13273 from jwilk-forks/dtypefromobject-nullptrCharles Harris2019-04-062-1/+7
|\ \ \ \ \
| * | | | | BUG: Fix null pointer dereference in PyArray_DTypeFromObjectHelperJakub Wilk2019-04-062-1/+7
* | | | | | DOC : Correcting bug on Documentation Page (Byteswapping) (#13262)vrindaaa2019-04-061-10/+10
|/ / / / /
* | | | | Merge pull request #13271 from qwhelan/absoluteEric Wieser2019-04-051-10/+4
|\ \ \ \ \
| * | | | | ENH: vectorize np.abs for unsigned ints and half, improving performance up to...Christopher Whelan2019-04-051-10/+4
|/ / / / /
* | | | | Merge pull request #13269 from WarrenWeckesser/fortranobject-warningsCharles Harris2019-04-051-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: f2py: Add a cast to avoid a compiler warning.Warren Weckesser2019-04-051-1/+1
|/ / / /
* | | | DOC : PyArray_Descr.names undocumented (#13234)vrindaaa2019-04-031-3/+25
* | | | Merge pull request #13253 from tylerjereddy/azure_hard_fail_after_test_pubCharles Harris2019-04-021-3/+3
|\ \ \ \
| * | | | TST: fail Azure CI if test failuresTyler Reddy2019-04-021-3/+3
|/ / / /
* | | | Merge pull request #13243 from adeak/maint_flat_nosetref_refactorCharles Harris2019-04-021-2/+3
|\ \ \ \
| * | | | MAINT: replace SETREF with assignment to ret array in ndarray.flatAndras Deak2019-04-021-2/+3
* | | | | DOC: fix docstring for floor_divide (#13242)Assem2019-04-022-3/+3
* | | | | Merge pull request #13244 from bashtage/additional-doc-fixesMatti Picus2019-04-021-23/+22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: Improve mtrand docstringsKevin Sheppard2019-04-021-23/+22
|/ / / /
* | | | DOC: Correctly document the minimum required Sphinx version (#13231)Kriti Singh2019-04-011-1/+1
* | | | BUG/MAINT: fix reference count error on invalid input to ndarray.flat (#13176)adeak2019-04-012-25/+41
* | | | BUG: Fix of `var` method for complex object arraysChirag Nighut2019-04-012-3/+7
* | | | Merge pull request #13226 from bashtage/mtrand-doc-cleanMatti Picus2019-03-311-12/+12
|\ \ \ \
| * | | | DOC: Fix small issues in mtrand doc stringsKevin Sheppard2019-03-311-12/+12
| |/ / /
* | | | Merge pull request #13208 from qwhelan/charris_followupMatti Picus2019-03-312-71/+62
|\ \ \ \
| * | | | MAINT: remove OUTPUT_LOOP_FAST macro and use UNARY_LOOP_FAST insteadChristopher Whelan2019-03-292-27/+10
| * | | | MAINT: cleanup of fast_loop_macros.hChristopher Whelan2019-03-292-59/+67
| |/ / /
* | | | Merge pull request #13216 from vrindaaa/issue-12452Matti Picus2019-03-311-0/+3
|\ \ \ \
| * | | | Adding an example of successful execution of numpy.test() to the DocsVrinda Narayan2019-03-291-0/+3
* | | | | Merge pull request #13224 from esc/better_error_for_repeatsMatti Picus2019-03-311-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ENH: Improve error message for np.repeatValentin Haenel2019-03-301-1/+2
| |/ / /