Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | REL: Update master after 1.18.x branch. | Charles Harris | 2019-12-03 | 7 | -17/+6 | |
|/ / / / | ||||||
* | | | | Merge pull request #15007 from mattip/random-c-api2 | Ralf Gommers | 2019-12-03 | 7 | -157/+187 | |
|\ \ \ \ | ||||||
| * | | | | DOC: fixes from review | mattip | 2019-12-03 | 4 | -15/+7 | |
| * | | | | API: revert changes to standard_t, cauchy | mattip | 2019-11-30 | 3 | -8/+8 | |
| * | | | | DOC: sphinx does not like breaking function declarations over lines | mattip | 2019-11-29 | 1 | -17/+5 | |
| * | | | | API: rename functions in distributions.c,h | mattip | 2019-11-29 | 4 | -76/+57 | |
| * | | | | DOC, TST: refactor CFFI test, add file names to documentation | mattip | 2019-11-29 | 5 | -35/+55 | |
| * | | | | DOC: improve the C-API/Cython documentation for random | mattip | 2019-11-29 | 2 | -50/+99 | |
* | | | | | 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 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #15032 from madphysicist/mintypecode-cleanup | Matti Picus | 2019-12-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | 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 | 15 | -51/+124 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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 | |
| * | | | | | DOC: update link to published link | mattip | 2019-11-02 | 1 | -1/+1 | |
| * | | | | | DOC: add vertical space in towncrier template | mattip | 2019-10-31 | 1 | -0/+1 | |
| * | | | | | TST: fix failing test | mattip | 2019-10-31 | 1 | -1/+1 | |
| * | | | | | DOC: add release note | mattip | 2019-10-31 | 1 | -0/+7 | |
| * | | | | | 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 | |
* | | | | | | Merge pull request #15031 from charris/prepare-1.18-branch | Ralf Gommers | 2019-12-02 | 48 | -244/+360 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | DOC: Update note for using towncrier | Charles Harris | 2019-12-02 | 1 | -7/+7 | |
| * | | | | | | DOC: Create 1.18.0 release note. | Charles Harris | 2019-12-02 | 45 | -237/+348 | |
| * | | | | | | 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 | 4 | -32/+65 | |
* | | | | | | | Merge pull request #14996 from eric-wieser/masked_rows-bad-argument | Sebastian Berg | 2019-12-02 | 3 | -2/+30 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DEP: Deprecate the axis argument to masked_rows and masked_cols | Eric Wieser | 2019-12-02 | 3 | -2/+30 | |
* | | | | | | | | BUG: warn when saving dtype with metadata (#14994) | Matti Picus | 2019-12-02 | 3 | -0/+50 | |
* | | | | | | | | Merge pull request #15021 from pv/blas64-test | Charles Harris | 2019-12-02 | 6 | -7/+122 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | TST: linalg: add smoke test for 64-bit blas | Pauli Virtanen | 2019-12-01 | 2 | -2/+18 | |
| * | | | | | | | | DOC: document the NPY_AVAILABLE_MEM test mechanism | Pauli Virtanen | 2019-12-01 | 1 | -0/+10 | |
| * | | | | | | | | 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 | 13 | -951/+1247 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | DOC: document NPY_USE_BLAS64_ environment variable | Pauli Virtanen | 2019-12-01 | 2 | -0/+22 | |
| * | | | | | | | 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 | 2 | -26/+122 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #15025 from numpy/dependabot/pip/pytest-5.3.1 | Sebastian Berg | 2019-12-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | |