| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | | | DEP: remove deprecated casting in np.clip | Matti Picus | 2023-03-16 | 2 | -112/+20 |
| | * | | | | | Merge pull request #23384 from neutrinoceros/cleanup_py38 | Sebastian Berg | 2023-03-14 | 2 | -18/+0 |
| | |\ \ \ \ \ |
|
| | | * | | | | | MAINT: cleanup unused Python3.8-only code and references | Clément Robert | 2023-03-14 | 2 | -18/+0 |
| | * | | | | | | ENH: show dtype in array repr when endianness is non-native (#23295) | molsonkiko | 2023-03-14 | 2 | -1/+51 |
| | |/ / / / / |
|
| | * | | | | | Merge pull request #23380 from r-devulap/x86simd | Charles Harris | 2023-03-13 | 1 | -0/+0 |
| | |\ \ \ \ \ |
|
| | | * | | | | | update x86-simd-sort to latest commit | Raghuveer Devulapalli | 2023-03-13 | 1 | -0/+0 |
| | | | |_|/ /
| | |/| | | |
|
| | * | | | | | MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env var | Ralf Gommers | 2023-03-12 | 4 | -62/+2 |
| | * | | | | | BLD: Check for submodules before build (#23372) | Raghuveer Devulapalli | 2023-03-12 | 2 | -6/+13 |
| | * | | | | | DEP: update deprecations for `np.product` and co to emit from dispatcher | Ralf Gommers | 2023-03-10 | 1 | -25/+68 |
| | * | | | | | Merge pull request #23337 from peytondmurray/argminmax-nep42-dtype-support | Sebastian Berg | 2023-03-08 | 1 | -6/+11 |
| | |\ \ \ \ \ |
|
| | | * | | | | | ENH: Add support for argmin and argmax for NEP42 dtypes | pdmurray | 2023-03-07 | 1 | -6/+11 |
| | * | | | | | | DOC: Clearer docstring for repeat (#23348) | Pierre | 2023-03-07 | 1 | -1/+1 |
| | | |/ / / /
| |/| | | | |
|
| | * | | | | | Merge pull request #22982 from yamadafuyuka/add_fujitsuccompiler_and_SSL2 | Sebastian Berg | 2023-03-06 | 4 | -3/+9 |
| | |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | | * | | | | ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy. | yamadafuyuka | 2023-03-02 | 4 | -3/+9 |
| | * | | | | | Merge pull request #23317 from larrybradley/fix-typos | Matti Picus | 2023-03-03 | 1 | -5/+5 |
| | |\ \ \ \ \ |
|
| | | * | | | | | DOC: fix typos | Larry Bradley | 2023-03-02 | 1 | -5/+5 |
| | * | | | | | | Merge pull request #23314 from rgommers/depr-product-and-co | Charles Harris | 2023-03-02 | 7 | -24/+67 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | MAINT: add dates/versions to deprecations, fix linter complaint | Ralf Gommers | 2023-03-02 | 2 | -1/+7 |
| | | * | | | | | | DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue` | Ralf Gommers | 2023-03-02 | 7 | -24/+61 |
| | | |/ / / / / |
|
| | * | | | | | | BUG: Fix reference counting error in arraydescr_new | Nathan Goldbaum | 2023-03-02 | 1 | -1/+0 |
| | |/ / / / / |
|
| | * | | | | | Merge pull request #23302 from rgommers/depr-round-around | Charles Harris | 2023-03-01 | 4 | -49/+115 |
| | |\ \ \ \ \ |
|
| | | * | | | | | MAINT: switch min/max with amin/amax, and add them to html docs | Ralf Gommers | 2023-03-01 | 3 | -36/+73 |
| | | * | | | | | DOC: add `np.round` to the html docs, and make it the preferred alias | Ralf Gommers | 2023-03-01 | 1 | -13/+26 |
| | | * | | | | | DEP: deprecate `np.round_` | Ralf Gommers | 2023-02-28 | 3 | -2/+18 |
| | * | | | | | | MAINT: allow NPY_DT_NUMERIC flag on user dtypes | Nathan Goldbaum | 2023-03-01 | 1 | -3/+5 |
| | |/ / / / / |
|
| | * | | | | | DOC: Update the docstring for `np.round_` to disrecommend it (#22527) | Inessa Pawson | 2023-02-28 | 1 | -2/+6 |
| | * | | | | | BUG: sorting checks `NPY_NEEDS_PYAPI` instead of `NPY_ITEM_REFCOUNT` | Nathan Goldbaum | 2023-02-27 | 1 | -6/+6 |
| | * | | | | | 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 |
| | | |/ / / / |
|
| | * | | | | | MAINT: Use strong references/copies for sorting buffer | Sebastian Berg | 2023-02-25 | 2 | -19/+30 |
| | |/ / / / |
|
| | * | | | | Merge pull request #23255 from seberg/malloc0 | Charles Harris | 2023-02-23 | 2 | -0/+7 |
| | |\ \ \ \ |
|
| | | * | | | | MAINT: Avoid malloc(0) in string (and generic) sorting | Sebastian Berg | 2023-02-21 | 2 | -0/+7 |
| | * | | | | | Merge pull request #23153 from seiko2plus/removes_old_cpu_dispatcher | Charles Harris | 2023-02-22 | 19 | -589/+510 |
| | |\ \ \ \ \ |
|
| | | * | | | | | 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 |
| | | * | | | | | ENH, SIMD: reduce binary size of loops_autovec | Sayed Adel | 2023-02-20 | 1 | -35/+74 |
| | | * | | | | | 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 | 5 | -195/+181 |