Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | BUG: Added missing error check in `ndarray.__contains__` (gh-15553) | Ganesh Kathiresan | 2020-02-13 | 1 | -0/+5 | |
* | | | | | | | Merge pull request #15560 from mattip/issue_15465 | Matti Picus | 2020-02-13 | 2 | -1/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | BUG, DOC: restore missing import | mattip | 2020-02-13 | 2 | -1/+7 | |
* | | | | | | | | Merge pull request #15189 from Zac-HD/property-tests | Matti Picus | 2020-02-13 | 3 | -0/+86 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Install and configure Hypothesis | Zac-HD | 2020-02-05 | 1 | -0/+7 | |
| * | | | | | | | Add property test for clipping | Zac-HD | 2020-02-05 | 1 | -0/+65 | |
| * | | | | | | | Property test for Unicode array printing | Zac-HD | 2020-02-05 | 1 | -0/+14 | |
* | | | | | | | | DOC: Improve the `numpy.linalg.eig` doctring. (#15550) | Charles Harris | 2020-02-13 | 1 | -9/+16 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #15538 from eric-wieser/dedupe-PyArray_DTypeFromObjectHelper | Sebastian Berg | 2020-02-08 | 1 | -58/+58 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | MAINT: Extract repeated code to a helper function | Eric Wieser | 2020-02-08 | 1 | -58/+58 | |
* | | | | | | | Merge pull request #15465 from mwtoews/imports | Sebastian Berg | 2020-02-07 | 32 | -51/+24 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: cleanup unused imports; avoid redefinition of imports | Mike Taves | 2020-02-06 | 32 | -51/+24 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #15526 from seiko2plus/issue15525 | Matti Picus | 2020-02-07 | 1 | -7/+13 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | BUG: Fix inline assembly that detects cpu features on x86(32bit) | Sayed Adel | 2020-02-06 | 1 | -7/+13 | |
* | | | | | | | Merge pull request #15511 from przemb/random_speedup_15460 | Matti Picus | 2020-02-06 | 3 | -92/+72 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Documentation updated. | przemb | 2020-02-06 | 2 | -31/+22 | |
| * | | | | | | | Changes suggested in review | przemb | 2020-02-05 | 3 | -16/+11 | |
| * | | | | | | | MAINT: Large overhead in some random functions #15460 | przemb | 2020-02-05 | 3 | -59/+53 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #15468 from hameerabbasi/fix-svd-sorted | Matti Picus | 2020-02-06 | 2 | -8/+21 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | BUG: Fix for SVD not always sorted with hermitian=True | Hameer Abbasi | 2020-02-05 | 2 | -8/+21 | |
* | | | | | | | | Merge pull request #15521 from eric-wieser/tidy-descr-compare | Matti Picus | 2020-02-06 | 1 | -56/+25 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | MAINT: Simplify arraydescr_richcompare | Eric Wieser | 2020-02-05 | 1 | -56/+25 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | MAINT: Fix internal misuses of `NPY_TITLE_KEY` | Eric Wieser | 2020-02-05 | 5 | -9/+9 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge pull request #15408 from r-devulap/cmplx-simd | Matti Picus | 2020-02-05 | 5 | -16/+456 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | ENH: Improve performance of absolute for CFLOAT and CDOUBLE | Raghuveer Devulapalli | 2020-02-01 | 2 | -26/+92 | |
| * | | | | | ENH: Use AVX-512F for complex number arithmetic, absolute, square and conjugate | Raghuveer Devulapalli | 2020-02-01 | 4 | -15/+362 | |
| * | | | | | TEST: Adding tests to validate complex absolute and square | Raghuveer Devulapalli | 2020-02-01 | 1 | -1/+28 | |
* | | | | | | Merge pull request #13421 from seiko2plus/core_improve_infa_runtime | Matti Picus | 2020-02-05 | 10 | -114/+643 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ENH: improve runtime detection of CPU features | Sayed Adel | 2020-02-05 | 10 | -114/+643 | |
* | | | | | | | Update unique docstring example | Jon Morris | 2020-02-04 | 1 | -2/+2 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | MAINT: Do not allow `copyswap` and friends to fail silently | Eric Wieser | 2020-02-04 | 1 | -0/+6 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #15500 from eric-wieser/dtype.__reduce__-tweaks | Sebastian Berg | 2020-02-03 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | MAINT: Use True/False instead of 1/0 in np.dtype.__reduce__ | Eric Wieser | 2020-02-03 | 1 | -1/+1 | |
* | | | | | | Merge pull request #15491 from mattip/mark-slow | Sebastian Berg | 2020-02-02 | 3 | -0/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | TST: mark the top 3 slowest tests to save ~10 seconds | mattip | 2020-02-02 | 3 | -0/+3 | |
* | | | | | | | Merge pull request #15484 from ericmariasis/report_generic | Matti Picus | 2020-02-02 | 1 | -23/+20 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | nabbed the last backslash area | Eric Mariasis | 2020-02-01 | 1 | -2/+2 | |
| * | | | | | | resolved spacing issue | Eric Mariasis | 2020-02-01 | 1 | -2/+2 | |
| * | | | | | | resolved merge conflict | Eric Mariasis | 2020-02-01 | 1 | -5/+1 | |
| * | | | | | | review actions | Eric Mariasis | 2020-02-01 | 1 | -2/+7 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Update numpy/core/src/multiarray/descriptor.c | Eric Mariasis | 2020-02-01 | 1 | -1/+1 | |
| | * | | | | | | Update numpy/core/src/multiarray/descriptor.c | Eric Mariasis | 2020-02-01 | 1 | -1/+1 | |
| | * | | | | | | Update numpy/core/src/multiarray/descriptor.c | Eric Mariasis | 2020-02-01 | 1 | -1/+2 | |
| | * | | | | | | Update numpy/core/src/multiarray/descriptor.c | Eric Mariasis | 2020-02-01 | 1 | -1/+1 | |
| * | | | | | | | seberg review actions | Eric Mariasis | 2020-02-01 | 1 | -4/+11 | |
| |/ / / / / / | ||||||
| * | | | | | | more review actions | Eric Mariasis | 2020-02-01 | 1 | -5/+1 | |
| * | | | | | | Update numpy/core/src/multiarray/descriptor.c | Eric Mariasis | 2020-02-01 | 1 | -1/+1 | |
| * | | | | | | Update numpy/core/src/multiarray/descriptor.c | Eric Mariasis | 2020-02-01 | 1 | -1/+1 | |
| * | | | | | | Update numpy/core/src/multiarray/descriptor.c | Eric Mariasis | 2020-02-01 | 1 | -1/+1 | |
| * | | | | | | Update numpy/core/src/multiarray/descriptor.c | Eric Mariasis | 2020-02-01 | 1 | -1/+1 |