summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | REL: Update master after 1.18.x branch.Charles Harris2019-12-037-17/+6
|/ / / /
* | | | Merge pull request #15007 from mattip/random-c-api2Ralf Gommers2019-12-037-157/+187
|\ \ \ \
| * | | | DOC: fixes from reviewmattip2019-12-034-15/+7
| * | | | API: revert changes to standard_t, cauchymattip2019-11-303-8/+8
| * | | | DOC: sphinx does not like breaking function declarations over linesmattip2019-11-291-17/+5
| * | | | API: rename functions in distributions.c,hmattip2019-11-294-76/+57
| * | | | DOC, TST: refactor CFFI test, add file names to documentationmattip2019-11-295-35/+55
| * | | | DOC: improve the C-API/Cython documentation for randommattip2019-11-292-50/+99
* | | | | Merge pull request #15039 from eric-wieser/fix-weird-reraiseSebastian Berg2019-12-032-4/+2
|\ \ \ \ \
| * | | | | BUG: Exceptions tracebacks are droppedEric Wieser2019-12-032-4/+2
| | |/ / / | |/| | |
* | | | | 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
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |