summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | Merge pull request #12658 from tylerjereddy/NaT_sort_orderCharles Harris2019-11-253-0/+44
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | BUG: NaT now sorts to end of arraysTyler Reddy2019-11-223-0/+44
* | | | | | | Merge pull request #14718 from eric-wieser/disable-Q_-_m_castingMatti Picus2019-11-254-4/+32
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Followup: Make "same_kind" casting possible for consistencySebastian Berg2019-10-162-2/+8
| * | | | | | API: Forbid Q<->m safe castingEric Wieser2019-10-163-3/+25
* | | | | | | MAINT: Added Python3.8 branch to dll lib discoveryIlhan Polat2019-11-241-2/+5
* | | | | | | DOC: Document ma.filled behavior with non-scalar fill_value (#13698)Kriti Singh2019-11-231-8/+33
* | | | | | | MAINT: Cleaned up mintypecode for Py3 (#14967)Joseph Fox-Rabinovitz2019-11-231-6/+4
| |_|/ / / / |/| | | | |
* | | | | | TST: skip if cython is not availablemattip2019-11-221-0/+6
| |/ / / / |/| | | |
* | | | | Merge pull request #14932 from mproszewska/doc-tolistMatti Picus2019-11-211-6/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add changes to run tests againmpro2019-11-191-1/+1
| * | | | Apply proposed changesmpro2019-11-181-6/+3
| * | | | Doc: Compare 'tolist' function to 'list' in examplempro2019-11-181-4/+14