summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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 #15023 from qwhelan/nan_perfMatti Picus2019-12-032-2/+30
|\ \
| * | PERF: only copy input array in _replace_nan() if there are nans to replaceChristopher Whelan2019-12-022-2/+30
* | | MAINT: Cleaned up mintypecode for Py3Joseph R. Fox-Rabinovitz2019-12-021-1/+1
* | | Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-0213-51/+116
|\ \ \
| * | | MAINT: changes from reviewmattip2019-11-291-2/+4
| * | | MAINT: add test to test_deprecationsmattip2019-11-291-1/+9
| * | | MAINT: fixes from reviewmattip2019-11-251-4/+3
| * | | MAINT: fixes from reviewmattip2019-11-071-6/+7
| * | | TST: fix failing testmattip2019-10-311-1/+1
| * | | MAINT: revert change to assert_array_equal, adjust testsmattip2019-10-315-8/+10
| * | | DEP: issue deprecation warning when creating ragged array (NEP 34)mattip2019-10-3112-48/+101
* | | | REL: Update cversion and numpyconfig.hCharles Harris2019-12-022-0/+5
* | | | Merge pull request #15027 from charris/revert-71fc59dCharles Harris2019-12-022-145/+62
|\ \ \ \
| * | | | REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"Sebastian Berg2019-12-022-145/+62
| | |/ / | |/| |
* | | | ENH,DEP: Allow multiple axes in expand_dims (#14051)Larry Bradley2019-12-022-32/+59
* | | | Merge pull request #14996 from eric-wieser/masked_rows-bad-argumentSebastian Berg2019-12-022-2/+27
|\ \ \ \
| * | | | DEP: Deprecate the axis argument to masked_rows and masked_colsEric Wieser2019-12-022-2/+27
* | | | | BUG: warn when saving dtype with metadata (#14994)Matti Picus2019-12-022-0/+44
* | | | | Merge pull request #15021 from pv/blas64-testCharles Harris2019-12-025-7/+112
|\ \ \ \ \
| * | | | | TST: linalg: add smoke test for 64-bit blasPauli Virtanen2019-12-012-2/+18
| * | | | | TST: add pytest machinery to specify memory requirements for testsPauli Virtanen2019-12-014-5/+94
| | |/ / / | |/| | |
* | | | | Merge pull request #15012 from pv/blas64_Charles Harris2019-12-0211-951/+1208
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ENH: core: link only against blas64_/lapack64_ when BLAS64_ setPauli Virtanen2019-11-291-9/+5
| * | | | ENH: core: add LAPACK64_ support in numpy.linalgPauli Virtanen2019-11-295-336/+447
| * | | | 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
| * | | | MAINT: core: optionally use symbol-suffixed 64-bit cblasPauli Virtanen2019-11-291-2/+15
| * | | | ENH: distutils: support 64-bit OpenBLAS with '64_' symbol suffixPauli Virtanen2019-11-291-26/+105
* | | | | DOC: lib: Use a clearer example of ddof in the notes of the cov docstring.Warren Weckesser2019-11-301-1/+1
* | | | | Merge pull request #15009 from anis-ladram/patch-2Matti Picus2019-11-301-2/+2
|\ \ \ \ \
| * | | | | DOC: Fix typo in loadtxt and genfromtxtAnis Ladram2019-11-291-2/+2
| * | | | | DOC: Fix typo in numpy.loadtxt documentationAnis Ladram2019-11-291-1/+1
| |/ / / /
* | | | | DOC: add a more useful comment to compat.py3k.pyMark Harfouche2019-11-291-3/+9
|/ / / /
* | | | Merge pull request #14954 from mattip/test-extending-cffiCharles Harris2019-11-275-6/+98
|\ \ \ \
| * | | | TST: skip cffi tests when PYTHONOPTIMIZE>1, pycparser failsmattip2019-11-212-0/+12
| * | | | API, MAINT: export symbols on MSVC, fix typosmattip2019-11-212-4/+4
| * | | | TST. API: test using distributions.h via cffimattip2019-11-212-2/+82
* | | | | Merge pull request #14948 from mattip/document-randomCharles Harris2019-11-2712-25/+315
|\ \ \ \ \
| * | | | | DOC: update note from reviewmattip2019-11-211-84/+84
| * | | | | MAINT: "See also" -> "See Also"mattip2019-11-211-23/+23
| * | | | | DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcsmattip2019-11-2112-25/+315
* | | | | | Merge pull request #14983 from charris/revert-71fc59dCharles Harris2019-11-271-20/+0
|\ \ \ \ \ \
| * | | | | | REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"Sebastian Berg2019-11-251-20/+0
* | | | | | | Merge pull request #14982 from bwignall/typoCharles Harris2019-11-251-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix typosBrian Wignall2019-11-251-1/+1
* | | | | | | | Merge pull request #14973 from mattip/norm-docCharles Harris2019-11-251-4/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Small clarification spelling fixes.Charles Harris2019-11-251-5/+5
| * | | | | | | | DOC: fix docstring of np.linalg.normmattip2019-11-231-4/+7