| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Merge pull request #23285 from Unessam/my-contribution3 | Sebastian Berg | 2023-02-27 | 3 | -0/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | DOC: Update dtype hierarchy and box-text alingnment png pdf dia #23252 | Younes | 2023-02-26 | 3 | -0/+0 |
|/ / / |
|
* | | | Merge pull request #23269 from tylerjereddy/treddy_ma_deepcopy_fix | Sebastian Berg | 2023-02-26 | 2 | -1/+58 |
|\ \ \ |
|
| * | | | BUG: PR 23269 revisions | Tyler Reddy | 2023-02-25 | 2 | -1/+9 |
| * | | | MAINT: PR 23269 revisions | Tyler Reddy | 2023-02-24 | 2 | -1/+4 |
| * | | | MAINT: PR 23269 revisions | Tyler Reddy | 2023-02-24 | 2 | -3/+16 |
| * | | | BUG: masked array proper deepcopies | Tyler Reddy | 2023-02-23 | 2 | -1/+34 |
* | | | | Merge pull request #23278 from F3eQnxN3RriK/fix-docs-links | Sebastian Berg | 2023-02-25 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | DOC: Fix some links in the usage document | yuki | 2023-02-25 | 2 | -2/+2 |
* | | | | | Merge pull request #23279 from seberg/issue-23277 | Charles Harris | 2023-02-25 | 3 | -2/+23 |
|\ \ \ \ \ |
|
| * | | | | | BUG: Allow no-op clearing of void dtypes | Sebastian Berg | 2023-02-25 | 3 | -2/+23 |
| |/ / / / |
|
* | | | | | Merge pull request #23262 from ngoldbaum/public-array-clear-on-dtype | Sebastian Berg | 2023-02-25 | 5 | -71/+117 |
|\ \ \ \ \ |
|
| * | | | | | MAINT: return early from PyArray_FillObjectArray for non-legacy dtypes | Nathan Goldbaum | 2023-02-24 | 2 | -24/+17 |
| * | | | | | DOC: reword explanatory comment | Nathan Goldbaum | 2023-02-24 | 1 | -10/+5 |
| * | | | | | MAINT: remove out-of-date comment | Nathan Goldbaum | 2023-02-24 | 1 | -2/+1 |
| * | | | | | MAINT: initialize non-legacy REFCHK arrays outside PyArray_FillObjectArray | Nathan Goldbaum | 2023-02-24 | 2 | -11/+27 |
| * | | | | | MAINT: fencepost error fix and cleanup for dtype slots setup | Nathan Goldbaum | 2023-02-24 | 1 | -4/+4 |
| * | | | | | API: expose traversal typedefs and get_clear_function slot | Nathan Goldbaum | 2023-02-24 | 4 | -28/+52 |
| * | | | | | MAINT: refactor custom dtype slot setup | Nathan Goldbaum | 2023-02-24 | 3 | -40/+59 |
| |/ / / / |
|
* | | | | | Merge pull request #23280 from seberg/init-argsort-buffer | Charles Harris | 2023-02-25 | 2 | -19/+30 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | MAINT: Use strong references/copies for sorting buffer | Sebastian Berg | 2023-02-25 | 2 | -19/+30 |
|/ / / / |
|
* | | | | Merge pull request #23272 from F3eQnxN3RriK/fix-docs-note | Sebastian Berg | 2023-02-24 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | DOC: Fix code formatting | yuki | 2023-02-24 | 1 | -1/+1 |
| * | | | | DOC: Fix wrong section title | yuki | 2023-02-24 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge pull request #23195 from seberg/public-rng-spawn | Charles Harris | 2023-02-23 | 9 | -8/+213 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | DOC: Try to add Generator spawning to parallel generation and link it | Sebastian Berg | 2023-02-14 | 3 | -10/+31 |
| * | | | DOC: Refer to bitgenerator and rename bitgen | Sebastian Berg | 2023-02-14 | 1 | -3/+3 |
| * | | | DOC: Improve docs around generator spawning | Sebastian Berg | 2023-02-14 | 4 | -17/+74 |
| * | | | DOC: Add release note and versionadded tags | Sebastian Berg | 2023-02-14 | 3 | -0/+26 |
| * | | | API: Add `rng.spawn()`, `bit_gen.spawn()`, and `bit_gen.seed_seq` | Sebastian Berg | 2023-02-14 | 5 | -0/+101 |
* | | | | Merge pull request #23255 from seberg/malloc0 | Charles Harris | 2023-02-23 | 4 | -34/+74 |
|\ \ \ \ |
|
| * | | | | MAINT: Only set memory error when we know it was one (and fix second occurance) | Sebastian Berg | 2023-02-21 | 1 | -20/+32 |
| * | | | | MAINT: Avoid malloc(0) in string (and generic) sorting | Sebastian Berg | 2023-02-21 | 2 | -0/+7 |
| * | | | | BUG,MAINT: Avoid malloc(0) in linalg and improve error paths. | Sebastian Berg | 2023-02-21 | 1 | -8/+28 |
| * | | | | MAINT: Simplify temporary dimensions by using static array | Sebastian Berg | 2023-02-21 | 1 | -4/+2 |
| * | | | | MAINT: Ensure malloc(0) is not called in pocketfft.c | Sebastian Berg | 2023-02-21 | 1 | -6/+9 |
* | | | | | Merge pull request #23153 from seiko2plus/removes_old_cpu_dispatcher | Charles Harris | 2023-02-22 | 22 | -732/+774 |
|\ \ \ \ \ |
|
| * | | | | | SIMD: Suppress VSX ambiguous warnings | Sayed Adel | 2023-02-21 | 3 | -0/+13 |
| * | | | | | MAINT, SIMD: fix c++ build when VSX intrinsics are in the scope | Sayed Adel | 2023-02-20 | 3 | -22/+17 |
| * | | | | | SIMD: Disable auto-vectorization of avx512_skx | Sayed Adel | 2023-02-20 | 1 | -1/+1 |
| * | | | | | BENCH: Add new data generator | Sayed Adel | 2023-02-20 | 1 | -0/+109 |
| * | | | | | BENCH: cover auto-vectorized ufunc operations | Sayed Adel | 2023-02-20 | 1 | -25/+72 |
| * | | | | | ENH, SIMD: reduce binary size of loops_autovec | Sayed Adel | 2023-02-20 | 1 | -35/+74 |
| * | | | | | BENCH: Clean up ufunc_strides | Sayed Adel | 2023-02-20 | 1 | -139/+103 |
| * | | | | | BLD, MESON: __builtin_prefetch is not limited to x86 | Sayed Adel | 2023-02-20 | 1 | -5/+1 |
| * | | | | | MAINT, SIMD: fix c++ build when AVX2 intrinsics are in the scope | Sayed Adel | 2023-02-20 | 1 | -8/+8 |
| * | | | | | ENH, SIMD: dispatch the rest of all ufuncs with fast calls | Sayed Adel | 2023-02-20 | 6 | -145/+199 |
| * | | | | | MAINT, SIMD: fix c++ build when SSE intrinsics are in the scope | Sayed Adel | 2023-02-20 | 1 | -24/+29 |
| * | | | | | ENH, SIMD: move auto-vectorized inner functions to new dispatchable source | Sayed Adel | 2023-02-20 | 6 | -195/+182 |
| * | | | | | MAINT, SIMD: Removes compiler definitions of attribute-based CPU dispatching | Sayed Adel | 2023-02-20 | 7 | -220/+53 |