summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* DOC: Correct choice signatureKevin Sheppard2019-12-201-1/+1
* Merge pull request #15129 from bwignall/typo_levenMatti Picus2019-12-1914-19/+19
|\
| * Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-1914-19/+19
* | DOC: linalg: Include information about scipy.linalg. (#14988)Warren Weckesser2019-12-191-2/+48
|/
* MAINT: Fix randint 0d limits and other 0d cleanups (#15126)Nico Schlömer2019-12-184-7/+6
* Merge pull request #14933 from seberg/cleanup-converttocommontypeMatti Picus2019-12-182-77/+37
|\
| * API: Use `ResultType` in `PyArray_ConvertToCommonType`Sebastian Berg2019-11-212-77/+37
* | BLD: fix signed-unsigned comparison warningmattip2019-12-161-3/+3
* | MAINT: Use trig identity to evaluate cosm1.Till Hoffmann2019-12-161-2/+2
* | BUG: Fix expm1 instability for small complex nums.Till Hoffmann2019-12-162-3/+9
* | MAINT: random: Remove a few unused imports from test files.Warren Weckesser2019-12-153-3/+0
* | Merge pull request #15069 from pv/blas-ilp64Charles Harris2019-12-1515-193/+230
|\ \
| * | BUG: core: use blas_ilp64 also for *_matmul, *_dot, and *_vdotPauli Virtanen2019-12-144-38/+53
| * | ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalgPauli Virtanen2019-12-148-107/+45
| * | ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix)Pauli Virtanen2019-12-143-48/+132
* | | TST: f2py: fix race condition in f2py test _get_compiler_statusPauli Virtanen2019-12-141-3/+9
* | | ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmapPauli Virtanen2019-12-144-16/+60
|/ /
* | DOC: bring the out parameter docstring into line with ufuncs (#15097)Matti Picus2019-12-141-7/+17
* | ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068)Tirth Patel2019-12-112-15/+35
* | BUG: pickle the content of a scalar containing objects, not the address (gh-1...Matti Picus2019-12-113-4/+51
* | Merge pull request #14981 from seberg/issue-13103Matti Picus2019-12-113-22/+31
|\ \
| * | BUG: Make ``ediff1d`` kwarg casting consistentSebastian Berg2019-11-253-22/+31
| |/
* | Merge pull request #15035 from mattip/issue-14625Sebastian Berg2019-12-093-2/+43
|\ \
| * | MAINT: fixes from reviewmattip2019-12-031-3/+4
| * | DOC: fix outstanding typo in NumPy versionmattip2019-12-031-1/+1
| * | BUG: add endfunction, endsubroutine to valid fortran end wordsmattip2019-12-032-1/+41
* | | Merge pull request #15072 from pv/requires-memory-fixCharles Harris2019-12-081-1/+24
|\ \ \
| * | | TST: testing: check requires_memory immediately before the test + ignore Memo...Pauli Virtanen2019-12-081-1/+24
* | | | MAINT: core: Fix spacing in the expm1 docstring.Warren Weckesser2019-12-081-1/+1
* | | | MAINT: core: Fix a very long line in generated ufunc docstrings.Warren Weckesser2019-12-081-38/+74
|/ / /
* | | DOC: correct version for NaT sortTyler Reddy2019-12-071-1/+1
* | | DOC: clarify documentation for transpose() (gh-15024)Daniel Povey2019-12-061-8/+13
* | | Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-implRalf Gommers2019-12-0613-116/+51
* | | Merge pull request #15052 from pv/blas64-fixupSebastian Berg2019-12-065-12/+8
|\ \ \
| * | | BUG: distutils: remove stray debug printPauli Virtanen2019-12-041-1/+0
| * | | TST: fix up issues in requires_memory decoratorPauli Virtanen2019-12-044-11/+8
* | | | DOC: Fix statement about norms (#15050)Andreas Klöckner2019-12-051-1/+1
* | | | Merge pull request #15022 from eric-wieser/better-f2py-errorMatti Picus2019-12-054-31/+14
|\ \ \ \
| * | | | ENH: Chain exceptions when converting python objects to fortranEric Wieser2019-12-023-28/+10
| * | | | ENH: Show the incorrect type in the fortran error messageEric Wieser2019-12-011-3/+4
* | | | | API, DOC: change names to multivariate_hypergeometric, improve docsmattip2019-12-044-14/+14
| |/ / / |/| | |
* | | | TST: Add test for object method (and general unary) loops (#15040)Sebastian Berg2019-12-041-1/+39
* | | | REL: Update master after 1.18.x branch.Charles Harris2019-12-032-0/+2
* | | | Merge pull request #15007 from mattip/random-c-api2Ralf Gommers2019-12-035-93/+96
|\ \ \ \
| * | | | API: revert changes to standard_t, cauchymattip2019-11-303-8/+8
| * | | | API: rename functions in distributions.c,hmattip2019-11-293-66/+55
| * | | | DOC, TST: refactor CFFI test, add file names to documentationmattip2019-11-292-35/+49
* | | | | 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
|\ \ \ \ \