| Commit message (Expand) | Author | Age | Files | Lines |
| * | BUG: Added missing error check in `ndarray.__contains__` (gh-15553) | Ganesh Kathiresan | 2020-03-01 | 1 | -0/+5 |
| * | TST: move _no_tracing to testing._private | mattip | 2020-03-01 | 2 | -22/+3 |
| * | MAINT: refactor function out of test module | mattip | 2020-01-05 | 1 | -7/+26 |
| * | 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 | 4 | -59/+31 |
| * | ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix) | Pauli Virtanen | 2019-12-15 | 1 | -7/+4 |
| * | ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068) | Tirth Patel | 2019-12-15 | 2 | -15/+35 |
| * | API, DOC: change names to multivariate_hypergeometric, improve docs | mattip | 2019-12-05 | 1 | -2/+2 |
| * | REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl" | Charles Harris | 2019-12-04 | 6 | -83/+26 |
| * | 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 |
| * | | | | | Merge pull request #14982 from bwignall/typo | Charles Harris | 2019-11-25 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Fix typos | Brian Wignall | 2019-11-25 | 1 | -1/+1 |
| * | | | | | | Merge pull request #12658 from tylerjereddy/NaT_sort_order | Charles Harris | 2019-11-25 | 3 | -0/+44 |
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | * | | | | | BUG: NaT now sorts to end of arrays | Tyler Reddy | 2019-11-22 | 3 | -0/+44 |
| | |/ / / / |
|
| * | | | | | Merge pull request #14718 from eric-wieser/disable-Q_-_m_casting | Matti Picus | 2019-11-25 | 4 | -4/+32 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | Followup: Make "same_kind" casting possible for consistency | Sebastian Berg | 2019-10-16 | 2 | -2/+8 |
| | * | | | | API: Forbid Q<->m safe casting | Eric Wieser | 2019-10-16 | 3 | -3/+25 |
| * | | | | | Merge pull request #14932 from mproszewska/doc-tolist | Matti Picus | 2019-11-21 | 1 | -6/+13 |
| |\ \ \ \ \ |
|
| | * | | | | | Add changes to run tests again | mpro | 2019-11-19 | 1 | -1/+1 |
| | * | | | | | Apply proposed changes | mpro | 2019-11-18 | 1 | -6/+3 |
| | * | | | | | Doc: Compare 'tolist' function to 'list' in example | mpro | 2019-11-18 | 1 | -4/+14 |
| * | | | | | | ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841) | Matti Picus | 2019-11-21 | 4 | -23/+63 |
| * | | | | | | BUG: Fix step returned by linspace when num=1 and endpoint=False (#14929) | David Zwicker | 2019-11-21 | 2 | -9/+16 |
| | |_|/ / /
|/| | | | |
|
| * | | | | | API: restructure and document numpy.random C-API (#14604) | Matti Picus | 2019-11-19 | 2 | -0/+222 |
| * | | | | | TST: turn off tracing for np.resize tests | mattip | 2019-11-16 | 2 | -0/+10 |