| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Merge pull request #20924 from seberg/cleanup-scalar-fill | Matti Picus | 2022-06-13 | 5 | -227/+120 |
| |\ \ |
|
| | * | | MAINT: Simplify element setting and use it for filling | Sebastian Berg | 2022-06-12 | 5 | -227/+120 |
| * | | | Merge pull request #20913 from seiko2plus/zsystem_sup | Matti Picus | 2022-06-12 | 2 | -2/+6 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | ENH, SIMD: dispatch argmax/armin for vx vxe | Sayed Adel | 2022-06-04 | 1 | -1/+5 |
| | * | | ENH, SIMD: update dispatch-able sources to support IBM ZArch SIMD" | Sayed Adel | 2022-06-04 | 1 | -1/+1 |
| * | | | ENH: Implement string comparison ufuncs (or almost) (#21041) | Sebastian Berg | 2022-06-10 | 7 | -430/+52 |
| * | | | PERF: Fast path for dtype lookup of float and long (#21527) | Pieter Eendebak | 2022-06-09 | 1 | -12/+17 |
| | |/
|/| |
|
| * | | BUG: Fix line skipping invalid read/use of invalid value | Sebastian Berg | 2022-06-08 | 1 | -2/+3 |
| * | | BUG: Add error return for structured resolver | Sebastian Berg | 2022-06-07 | 1 | -0/+3 |
| * | | DOC: Update the loadtxt int-via-float deprecation warning message | Sebastian Berg | 2022-06-07 | 1 | -3/+8 |
| * | | DEP: Deprecate (rather than remove) the int-via-float parsing in loadtxt | Sebastian Berg | 2022-06-03 | 3 | -4/+48 |
| |/ |
|
| * | API: Retain `arr.base` more strictly in `np.frombuffer` | Sebastian Berg | 2022-05-29 | 1 | -8/+9 |
| * | MAINT: Remove compatibility shims for old versions of PyPy | Sebastian Berg | 2022-05-26 | 5 | -69/+2 |
| * | TST: Cleanup error paths in `get_struct_alignments` | Sebastian Berg | 2022-05-23 | 1 | -0/+5 |
| * | TST: Fix error return in _multiarray_tests.c.src | Sebastian Berg | 2022-05-23 | 1 | -1/+1 |
| * | MAINT,BUG: Fix "use after free" in error message creation | Sebastian Berg | 2022-05-23 | 1 | -2/+4 |
| * | MAINT: Do not steal reference in zerofill on error | Sebastian Berg | 2022-05-23 | 2 | -1/+1 |
| * | use direct call to convert python float to double | Pieter Eendebak | 2022-05-20 | 1 | -1/+1 |
| * | DEP: Deprecate use of `axis=MAXDIMS` instead of `axis=None` (#20920) | Saswat Das | 2022-05-19 | 1 | -0/+9 |
| * | Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-and-comp... | Matti Picus | 2022-05-19 | 4 | -118/+205 |
| |\ |
|
| | * | DOC: Fixup test and general doc strings | Sebastian Berg | 2022-05-18 | 1 | -1/+1 |
| | * | BUG: Failed comparison should be TypeError and fix title mismatch test | Sebastian Berg | 2022-05-11 | 1 | -2/+2 |
| | * | TST: Add additional (basic) failure tests for void comparisons | Sebastian Berg | 2022-05-09 | 1 | -6/+4 |
| | * | BUG: Add missing return NULL in void common instance | Sebastian Berg | 2022-05-09 | 1 | -0/+1 |
| | * | MAINT,ENH: Adjust metadata preservation, preserving it for identical structur... | Sebastian Berg | 2022-05-09 | 2 | -2/+15 |
| | * | fixup promote types | Sebastian Berg | 2022-05-09 | 1 | -1/+1 |
| | * | BUG,MAINT: Never use negative offset and tighten promote-types | Sebastian Berg | 2022-05-09 | 3 | -22/+17 |
| | * | API: Fix structured dtype cast-safety, promotion, and comparison | Sebastian Berg | 2022-05-09 | 3 | -104/+184 |
| * | | MAINT: Reduce allocation size of empty (0 size) arrays to 1 byte (#21477) | Matti Picus | 2022-05-17 | 5 | -55/+45 |
| * | | Merge pull request #21498 from jakirkham/add_get_madv_hp | Sebastian Berg | 2022-05-14 | 3 | -0/+24 |
| |\ \ |
|
| | * | | ENH: Add `_get_madvise_hugepage` function | John Kirkham | 2022-05-14 | 3 | -0/+24 |
| * | | | ENH: avoid looping when dimensions[0] == 0 or array.size == 0 | mattip | 2022-05-12 | 1 | -8/+10 |
| |/ / |
|
| * | | Merge pull request #20993 from seberg/fixup-fromiter | Matti Picus | 2022-05-10 | 3 | -64/+57 |
| |\ \ |
|
| | * | | BUG: Fix failed itemsetting in fromiter | Sebastian Berg | 2022-02-11 | 1 | -1/+1 |
| | * | | BUG: Add missing RELAXED_STRIDES_DEBUG sanitization | Sebastian Berg | 2022-02-03 | 1 | -0/+7 |
| | * | | MAINT: Remove now unused indx2ptr helper (and some other declarations) | Sebastian Berg | 2022-02-03 | 2 | -26/+0 |
| | * | | ENH: Allow object and subarray dtypes in fromiter | Sebastian Berg | 2022-02-03 | 1 | -38/+50 |
| * | | | Merge pull request #21467 from seberg/mark-no-sanitize-on-npy-memchr | Charles Harris | 2022-05-08 | 1 | -0/+9 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | MAINT: Mark `npy_memchr` with `no_sanitize("alignment")` on clang | Sebastian Berg | 2022-05-06 | 1 | -0/+9 |
| * | | | Merge pull request #21188 from seberg/scalar-math-rewrite | Matti Picus | 2022-05-07 | 4 | -0/+24 |
| |\ \ \ |
|
| | * | | | DEP: Deprecate `PyArray_ScalarFromObject` | Sebastian Berg | 2022-04-24 | 1 | -0/+8 |
| | * | | | MAINT,ENH: Rewrite scalar math logic | Sebastian Berg | 2022-04-24 | 3 | -0/+16 |
| * | | | | ENH: Optimize `np.empty` for scalar arguments (#20175) | Francesco Andreuzzi | 2022-05-06 | 2 | -83/+174 |
| * | | | | PERF: Statically allocate unicode strings of memhandler (#21450) | Pieter Eendebak | 2022-05-05 | 3 | -1/+7 |
| | |/ /
|/| | |
|
| * | | | PERF: Improve performance of special attribute lookups (#21423) | Pieter Eendebak | 2022-05-03 | 4 | -5/+35 |
| |/ / |
|
| * | | Merge pull request #21324 from seberg/frombuffer-fix | Charles Harris | 2022-04-21 | 1 | -6/+26 |
| |\ \ |
|
| | * | | BUG: Make mmap handling safer in frombuffer | Sebastian Berg | 2022-04-11 | 1 | -6/+26 |
| * | | | Merge pull request #21321 from felixxm/fix-21317 | Matti Picus | 2022-04-21 | 1 | -1/+3 |
| |\ \ \ |
|
| | * | | | BUG: Stop using PyBytesObject.ob_shash deprecated in Python 3.11, fixes #21317. | Mariusz Felisiak | 2022-04-19 | 1 | -1/+3 |
| | |/ / |
|
| * | | | Merge pull request #21372 from seberg/relax-legacycast-parametric | Matti Picus | 2022-04-21 | 1 | -3/+0 |
| |\ \ \
| |/ /
|/| | |
|