| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC: Correct choice signature | Kevin Sheppard | 2019-12-20 | 1 | -1/+1 |
* | Merge pull request #15129 from bwignall/typo_leven | Matti Picus | 2019-12-19 | 14 | -19/+19 |
|\ |
|
| * | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2019-12-19 | 14 | -19/+19 |
* | | DOC: linalg: Include information about scipy.linalg. (#14988) | Warren Weckesser | 2019-12-19 | 1 | -2/+48 |
|/ |
|
* | MAINT: Fix randint 0d limits and other 0d cleanups (#15126) | Nico Schlömer | 2019-12-18 | 4 | -7/+6 |
* | Merge pull request #14933 from seberg/cleanup-converttocommontype | Matti Picus | 2019-12-18 | 2 | -77/+37 |
|\ |
|
| * | API: Use `ResultType` in `PyArray_ConvertToCommonType` | Sebastian Berg | 2019-11-21 | 2 | -77/+37 |
* | | BLD: fix signed-unsigned comparison warning | mattip | 2019-12-16 | 1 | -3/+3 |
* | | MAINT: Use trig identity to evaluate cosm1. | Till Hoffmann | 2019-12-16 | 1 | -2/+2 |
* | | BUG: Fix expm1 instability for small complex nums. | Till Hoffmann | 2019-12-16 | 2 | -3/+9 |
* | | MAINT: random: Remove a few unused imports from test files. | Warren Weckesser | 2019-12-15 | 3 | -3/+0 |
* | | Merge pull request #15069 from pv/blas-ilp64 | Charles Harris | 2019-12-15 | 15 | -193/+230 |
|\ \ |
|
| * | | BUG: core: use blas_ilp64 also for *_matmul, *_dot, and *_vdot | Pauli Virtanen | 2019-12-14 | 4 | -38/+53 |
| * | | ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalg | Pauli Virtanen | 2019-12-14 | 8 | -107/+45 |
| * | | ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix) | Pauli Virtanen | 2019-12-14 | 3 | -48/+132 |
* | | | TST: f2py: fix race condition in f2py test _get_compiler_status | Pauli Virtanen | 2019-12-14 | 1 | -3/+9 |
* | | | ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmap | Pauli Virtanen | 2019-12-14 | 4 | -16/+60 |
|/ / |
|
* | | DOC: bring the out parameter docstring into line with ufuncs (#15097) | Matti Picus | 2019-12-14 | 1 | -7/+17 |
* | | ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068) | Tirth Patel | 2019-12-11 | 2 | -15/+35 |
* | | BUG: pickle the content of a scalar containing objects, not the address (gh-1... | Matti Picus | 2019-12-11 | 3 | -4/+51 |
* | | Merge pull request #14981 from seberg/issue-13103 | Matti Picus | 2019-12-11 | 3 | -22/+31 |
|\ \ |
|
| * | | BUG: Make ``ediff1d`` kwarg casting consistent | Sebastian Berg | 2019-11-25 | 3 | -22/+31 |
| |/ |
|
* | | Merge pull request #15035 from mattip/issue-14625 | Sebastian Berg | 2019-12-09 | 3 | -2/+43 |
|\ \ |
|
| * | | MAINT: fixes from review | mattip | 2019-12-03 | 1 | -3/+4 |
| * | | DOC: fix outstanding typo in NumPy version | mattip | 2019-12-03 | 1 | -1/+1 |
| * | | BUG: add endfunction, endsubroutine to valid fortran end words | mattip | 2019-12-03 | 2 | -1/+41 |
* | | | Merge pull request #15072 from pv/requires-memory-fix | Charles Harris | 2019-12-08 | 1 | -1/+24 |
|\ \ \ |
|
| * | | | TST: testing: check requires_memory immediately before the test + ignore Memo... | Pauli Virtanen | 2019-12-08 | 1 | -1/+24 |
* | | | | MAINT: core: Fix spacing in the expm1 docstring. | Warren Weckesser | 2019-12-08 | 1 | -1/+1 |
* | | | | MAINT: core: Fix a very long line in generated ufunc docstrings. | Warren Weckesser | 2019-12-08 | 1 | -38/+74 |
|/ / / |
|
* | | | DOC: correct version for NaT sort | Tyler Reddy | 2019-12-07 | 1 | -1/+1 |
* | | | DOC: clarify documentation for transpose() (gh-15024) | Daniel Povey | 2019-12-06 | 1 | -8/+13 |
* | | | Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-impl | Ralf Gommers | 2019-12-06 | 13 | -116/+51 |
* | | | Merge pull request #15052 from pv/blas64-fixup | Sebastian Berg | 2019-12-06 | 5 | -12/+8 |
|\ \ \ |
|
| * | | | BUG: distutils: remove stray debug print | Pauli Virtanen | 2019-12-04 | 1 | -1/+0 |
| * | | | TST: fix up issues in requires_memory decorator | Pauli Virtanen | 2019-12-04 | 4 | -11/+8 |
* | | | | DOC: Fix statement about norms (#15050) | Andreas Klöckner | 2019-12-05 | 1 | -1/+1 |
* | | | | Merge pull request #15022 from eric-wieser/better-f2py-error | Matti Picus | 2019-12-05 | 4 | -31/+14 |
|\ \ \ \ |
|
| * | | | | ENH: Chain exceptions when converting python objects to fortran | Eric Wieser | 2019-12-02 | 3 | -28/+10 |
| * | | | | ENH: Show the incorrect type in the fortran error message | Eric Wieser | 2019-12-01 | 1 | -3/+4 |
* | | | | | API, DOC: change names to multivariate_hypergeometric, improve docs | mattip | 2019-12-04 | 4 | -14/+14 |
| |/ / /
|/| | | |
|
* | | | | TST: Add test for object method (and general unary) loops (#15040) | Sebastian Berg | 2019-12-04 | 1 | -1/+39 |
* | | | | REL: Update master after 1.18.x branch. | Charles Harris | 2019-12-03 | 2 | -0/+2 |
* | | | | Merge pull request #15007 from mattip/random-c-api2 | Ralf Gommers | 2019-12-03 | 5 | -93/+96 |
|\ \ \ \ |
|
| * | | | | API: revert changes to standard_t, cauchy | mattip | 2019-11-30 | 3 | -8/+8 |
| * | | | | API: rename functions in distributions.c,h | mattip | 2019-11-29 | 3 | -66/+55 |
| * | | | | DOC, TST: refactor CFFI test, add file names to documentation | mattip | 2019-11-29 | 2 | -35/+49 |
* | | | | | Merge pull request #15039 from eric-wieser/fix-weird-reraise | Sebastian Berg | 2019-12-03 | 2 | -4/+2 |
|\ \ \ \ \ |
|
| * | | | | | BUG: Exceptions tracebacks are dropped | Eric Wieser | 2019-12-03 | 2 | -4/+2 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #15036 from eric-wieser/fix-leak | Matti Picus | 2019-12-03 | 1 | -1/+5 |
|\ \ \ \ \ |
|