| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #15114 from charris/backport-15069 | Charles Harris | 2019-12-15 | 15 | -193/+230 |
| |\ |
|
| | * | BUG: core: use blas_ilp64 also for *_matmul, *_dot, and *_vdot | Pauli Virtanen | 2019-12-15 | 4 | -38/+53 |
| | * | ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalg | Pauli Virtanen | 2019-12-15 | 8 | -107/+45 |
| | * | ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix) | Pauli Virtanen | 2019-12-15 | 3 | -48/+132 |
| * | | TST: f2py: fix race condition in f2py test _get_compiler_status | Pauli Virtanen | 2019-12-15 | 1 | -3/+9 |
| * | | ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmap | Pauli Virtanen | 2019-12-15 | 4 | -16/+60 |
| |/ |
|
| * | Merge pull request #15111 from charris/backport-15068 | Charles Harris | 2019-12-15 | 2 | -15/+35 |
| |\ |
|
| | * | ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068) | Tirth Patel | 2019-12-15 | 2 | -15/+35 |
| * | | Merge pull request #15112 from charris/backport-15052 | Charles Harris | 2019-12-15 | 5 | -12/+8 |
| |\ \ |
|
| | * | | BUG: distutils: remove stray debug print | Pauli Virtanen | 2019-12-15 | 1 | -1/+0 |
| | * | | TST: fix up issues in requires_memory decorator | Pauli Virtanen | 2019-12-15 | 4 | -11/+8 |
| | |/ |
|
| * | | TST: testing: check requires_memory immediately before the test + ignore Memo... | Pauli Virtanen | 2019-12-15 | 1 | -1/+24 |
| |/ |
|
| * | API, DOC: change names to multivariate_hypergeometric, improve docs | mattip | 2019-12-05 | 4 | -14/+14 |
| * | REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl" | Charles Harris | 2019-12-04 | 13 | -116/+51 |
| * | 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 |
| |\ \ \ |
|
| | * | | | BUG: Fix refcounting in ufunc object loops | Eric Wieser | 2019-12-03 | 1 | -1/+6 |
| * | | | | Merge pull request #15023 from qwhelan/nan_perf | Matti Picus | 2019-12-03 | 2 | -2/+30 |
| |\ \ \ \ |
|
| | * | | | | PERF: only copy input array in _replace_nan() if there are nans to replace | Christopher Whelan | 2019-12-02 | 2 | -2/+30 |
| | | |/ /
| |/| | |
|
| * | | | | MAINT: Cleaned up mintypecode for Py3 | Joseph R. Fox-Rabinovitz | 2019-12-02 | 1 | -1/+1 |
| * | | | | Merge pull request #14794 from mattip/nep-0034-impl | Ralf Gommers | 2019-12-02 | 13 | -51/+116 |
| |\ \ \ \ |
|
| | * | | | | 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 |
| | * | | | | TST: fix failing test | mattip | 2019-10-31 | 1 | -1/+1 |
| | * | | | | MAINT: revert change to assert_array_equal, adjust tests | mattip | 2019-10-31 | 5 | -8/+10 |
| | * | | | | DEP: issue deprecation warning when creating ragged array (NEP 34) | mattip | 2019-10-31 | 12 | -48/+101 |
| * | | | | | 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,DEP: Allow multiple axes in expand_dims (#14051) | Larry Bradley | 2019-12-02 | 2 | -32/+59 |
| * | | | | | Merge pull request #14996 from eric-wieser/masked_rows-bad-argument | Sebastian Berg | 2019-12-02 | 2 | -2/+27 |
| |\ \ \ \ \ |
|
| | * | | | | | DEP: Deprecate the axis argument to masked_rows and masked_cols | Eric Wieser | 2019-12-02 | 2 | -2/+27 |
| * | | | | | | BUG: warn when saving dtype with metadata (#14994) | Matti Picus | 2019-12-02 | 2 | -0/+44 |
| * | | | | | | Merge pull request #15021 from pv/blas64-test | Charles Harris | 2019-12-02 | 5 | -7/+112 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | TST: linalg: add smoke test for 64-bit blas | Pauli Virtanen | 2019-12-01 | 2 | -2/+18 |
| | * | | | | | | TST: add pytest machinery to specify memory requirements for tests | Pauli Virtanen | 2019-12-01 | 4 | -5/+94 |
| | | |/ / / /
| |/| | | | |
|
| * | | | | | | Merge pull request #15012 from pv/blas64_ | Charles Harris | 2019-12-02 | 11 | -951/+1208 |
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | * | | | | | 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 | 5 | -336/+447 |
| | * | | | | | 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 |
| | * | | | | | ENH: distutils: support 64-bit OpenBLAS with '64_' symbol suffix | Pauli Virtanen | 2019-11-29 | 1 | -26/+105 |
| | | |_|_|/
| |/| | | |
|