| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2019-12-19 | 5 | -6/+6 |
* | MAINT: Fix randint 0d limits and other 0d cleanups (#15126) | Nico Schlömer | 2019-12-18 | 2 | -2/+2 |
* | 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 |
* | | 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 | 4 | -59/+31 |
* | | ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix) | Pauli Virtanen | 2019-12-14 | 1 | -7/+4 |
* | | 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 | 1 | -2/+6 |
|\ \ |
|
| * | | BUG: Make ``ediff1d`` kwarg casting consistent | Sebastian Berg | 2019-11-25 | 1 | -2/+6 |
| |/ |
|
* | | 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 | 6 | -83/+26 |
* | | Merge pull request #15022 from eric-wieser/better-f2py-error | Matti Picus | 2019-12-05 | 1 | -0/+1 |
|\ \ |
|
| * | | ENH: Chain exceptions when converting python objects to fortran | Eric Wieser | 2019-12-02 | 1 | -0/+1 |
* | | | API, DOC: change names to multivariate_hypergeometric, improve docs | mattip | 2019-12-04 | 1 | -2/+2 |
* | | | 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 | 1 | -4/+2 |
|\ \ \ |
|
| * | | | API: revert changes to standard_t, cauchy | mattip | 2019-11-30 | 1 | -2/+2 |
| * | | | API: rename functions in distributions.c,h | mattip | 2019-11-29 | 1 | -6/+4 |
| |/ / |
|
* | | | Merge pull request #15039 from eric-wieser/fix-weird-reraise | Sebastian Berg | 2019-12-03 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | BUG: Exceptions tracebacks are dropped | Eric Wieser | 2019-12-03 | 1 | -2/+1 |
| |/ / |
|
* | | | Merge pull request #15036 from eric-wieser/fix-leak | Matti Picus | 2019-12-03 | 1 | -1/+5 |
|\ \ \ |
|
| * | | | BUG: Fix refcounting in ufunc object loops | Eric Wieser | 2019-12-03 | 1 | -1/+6 |
* | | | | Merge pull request #14794 from mattip/nep-0034-impl | Ralf Gommers | 2019-12-02 | 6 | -26/+83 |
|\ \ \ \ |
|
| * | | | | MAINT: changes from review | mattip | 2019-11-29 | 1 | -2/+4 |
| * | | | | MAINT: add test to test_deprecations | mattip | 2019-11-29 | 1 | -1/+9 |
| * | | | | MAINT: fixes from review | mattip | 2019-11-25 | 1 | -4/+3 |
| * | | | | MAINT: fixes from review | mattip | 2019-11-07 | 1 | -6/+7 |
| * | | | | MAINT: revert change to assert_array_equal, adjust tests | mattip | 2019-10-31 | 1 | -1/+2 |
| * | | | | DEP: issue deprecation warning when creating ragged array (NEP 34) | mattip | 2019-10-31 | 5 | -25/+71 |
* | | | | | REL: Update cversion and numpyconfig.h | Charles Harris | 2019-12-02 | 2 | -0/+5 |
* | | | | | Merge pull request #15027 from charris/revert-71fc59d | Charles Harris | 2019-12-02 | 2 | -145/+62 |
|\ \ \ \ \ |
|
| * | | | | | REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like" | Sebastian Berg | 2019-12-02 | 2 | -145/+62 |
| | |_|/ /
| |/| | | |
|
* | | | | | ENH: core: link only against blas64_/lapack64_ when BLAS64_ set | Pauli Virtanen | 2019-11-29 | 1 | -9/+5 |
* | | | | | ENH: core: add LAPACK64_ support in numpy.linalg | Pauli Virtanen | 2019-11-29 | 1 | -0/+9 |
* | | | | | ENH: core: use symbol-suffixed 64-bit CBLAS in cblasfuncs, when available | Pauli Virtanen | 2019-11-29 | 1 | -36/+50 |
* | | | | | ENH: core: add 64_ suffixed cblas header | Pauli Virtanen | 2019-11-29 | 3 | -550/+594 |
* | | | | | MAINT: core: optionally use symbol-suffixed 64-bit cblas | Pauli Virtanen | 2019-11-29 | 1 | -2/+15 |
|/ / / / |
|
* | | | | Merge pull request #14954 from mattip/test-extending-cffi | Charles Harris | 2019-11-27 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | API, MAINT: export symbols on MSVC, fix typos | mattip | 2019-11-21 | 1 | -1/+1 |
* | | | | | Merge pull request #14983 from charris/revert-71fc59d | Charles Harris | 2019-11-27 | 1 | -20/+0 |
|\ \ \ \ \ |
|
| * | | | | | REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like" | Sebastian Berg | 2019-11-25 | 1 | -20/+0 |