summaryrefslogtreecommitdiff
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
* | | Merge pull request #15032 from madphysicist/mintypecode-cleanupMatti Picus2019-12-031-1/+1
|\ \ \
| * | | MAINT: Cleaned up mintypecode for Py3Joseph R. Fox-Rabinovitz2019-12-021-1/+1
|/ / /
* | | Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-0215-51/+124
|\ \ \
| * | | 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
| * | | DOC: update link to published linkmattip2019-11-021-1/+1
| * | | DOC: add vertical space in towncrier templatemattip2019-10-311-0/+1
| * | | TST: fix failing testmattip2019-10-311-1/+1
| * | | DOC: add release notemattip2019-10-311-0/+7
| * | | 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
* | | | Merge pull request #15031 from charris/prepare-1.18-branchRalf Gommers2019-12-0248-244/+360
|\ \ \ \
| * | | | DOC: Update note for using towncrierCharles Harris2019-12-021-7/+7
| * | | | DOC: Create 1.18.0 release note.Charles Harris2019-12-0245-237/+348
| * | | | 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-024-32/+65
* | | | | Merge pull request #14996 from eric-wieser/masked_rows-bad-argumentSebastian Berg2019-12-023-2/+30
|\ \ \ \ \
| * | | | | DEP: Deprecate the axis argument to masked_rows and masked_colsEric Wieser2019-12-023-2/+30
* | | | | | BUG: warn when saving dtype with metadata (#14994)Matti Picus2019-12-023-0/+50
* | | | | | Merge pull request #15021 from pv/blas64-testCharles Harris2019-12-026-7/+122
|\ \ \ \ \ \
| * | | | | | TST: linalg: add smoke test for 64-bit blasPauli Virtanen2019-12-012-2/+18
| * | | | | | DOC: document the NPY_AVAILABLE_MEM test mechanismPauli Virtanen2019-12-011-0/+10
| * | | | | | 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-0213-951/+1247
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | DOC: document NPY_USE_BLAS64_ environment variablePauli Virtanen2019-12-012-0/+22
| * | | | | 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-292-26/+122
* | | | | | Merge pull request #15025 from numpy/dependabot/pip/pytest-5.3.1Sebastian Berg2019-12-021-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | MAINT: Bump pytest from 5.3.0 to 5.3.1dependabot/pip/pytest-5.3.1dependabot-preview[bot]2019-12-021-1/+1
|/ / / / /
* | | | | Merge pull request #15019 from WarrenWeckesser/doc-covMatti Picus2019-11-301-1/+1
|\ \ \ \ \
| * | | | | 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
| |/ / / /
* | | | | Merge pull request #15014 from hmaarrfk/compat_comment_1.18Eric Wieser2019-11-301-3/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: add a more useful comment to compat.py3k.pyMark Harfouche2019-11-291-3/+9
|/ / / /
* | | | Merge pull request #15004 from MartinThoma/doc/fix-pcgCharles Harris2019-11-281-2/+2
|\ \ \ \
| * | | | MAINT: Change Congruent to Congruential in PCGCharles Harris2019-11-281-2/+2