summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #20924 from seberg/cleanup-scalar-fillMatti Picus2022-06-135-227/+120
|\ \
| * | MAINT: Simplify element setting and use it for fillingSebastian Berg2022-06-125-227/+120
* | | Merge pull request #20913 from seiko2plus/zsystem_supMatti Picus2022-06-122-2/+6
|\ \ \ | |/ / |/| |
| * | ENH, SIMD: dispatch argmax/armin for vx vxeSayed Adel2022-06-041-1/+5
| * | ENH, SIMD: update dispatch-able sources to support IBM ZArch SIMD"Sayed Adel2022-06-041-1/+1
* | | ENH: Implement string comparison ufuncs (or almost) (#21041)Sebastian Berg2022-06-107-430/+52
* | | PERF: Fast path for dtype lookup of float and long (#21527)Pieter Eendebak2022-06-091-12/+17
| |/ |/|
* | BUG: Fix line skipping invalid read/use of invalid valueSebastian Berg2022-06-081-2/+3
* | BUG: Add error return for structured resolverSebastian Berg2022-06-071-0/+3
* | DOC: Update the loadtxt int-via-float deprecation warning messageSebastian Berg2022-06-071-3/+8
* | DEP: Deprecate (rather than remove) the int-via-float parsing in loadtxtSebastian Berg2022-06-033-4/+48
|/
* API: Retain `arr.base` more strictly in `np.frombuffer`Sebastian Berg2022-05-291-8/+9
* MAINT: Remove compatibility shims for old versions of PyPySebastian Berg2022-05-265-69/+2
* TST: Cleanup error paths in `get_struct_alignments`Sebastian Berg2022-05-231-0/+5
* TST: Fix error return in _multiarray_tests.c.srcSebastian Berg2022-05-231-1/+1
* MAINT,BUG: Fix "use after free" in error message creationSebastian Berg2022-05-231-2/+4
* MAINT: Do not steal reference in zerofill on errorSebastian Berg2022-05-232-1/+1
* use direct call to convert python float to doublePieter Eendebak2022-05-201-1/+1
* DEP: Deprecate use of `axis=MAXDIMS` instead of `axis=None` (#20920)Saswat Das2022-05-191-0/+9
* Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-and-comp...Matti Picus2022-05-194-118/+205
|\
| * DOC: Fixup test and general doc stringsSebastian Berg2022-05-181-1/+1
| * BUG: Failed comparison should be TypeError and fix title mismatch testSebastian Berg2022-05-111-2/+2
| * TST: Add additional (basic) failure tests for void comparisonsSebastian Berg2022-05-091-6/+4
| * BUG: Add missing return NULL in void common instanceSebastian Berg2022-05-091-0/+1
| * MAINT,ENH: Adjust metadata preservation, preserving it for identical structur...Sebastian Berg2022-05-092-2/+15
| * fixup promote typesSebastian Berg2022-05-091-1/+1
| * BUG,MAINT: Never use negative offset and tighten promote-typesSebastian Berg2022-05-093-22/+17
| * API: Fix structured dtype cast-safety, promotion, and comparisonSebastian Berg2022-05-093-104/+184
* | MAINT: Reduce allocation size of empty (0 size) arrays to 1 byte (#21477)Matti Picus2022-05-175-55/+45
* | Merge pull request #21498 from jakirkham/add_get_madv_hpSebastian Berg2022-05-143-0/+24
|\ \
| * | ENH: Add `_get_madvise_hugepage` functionJohn Kirkham2022-05-143-0/+24
* | | ENH: avoid looping when dimensions[0] == 0 or array.size == 0mattip2022-05-121-8/+10
|/ /
* | Merge pull request #20993 from seberg/fixup-fromiterMatti Picus2022-05-103-64/+57
|\ \
| * | BUG: Fix failed itemsetting in fromiterSebastian Berg2022-02-111-1/+1
| * | BUG: Add missing RELAXED_STRIDES_DEBUG sanitizationSebastian Berg2022-02-031-0/+7
| * | MAINT: Remove now unused indx2ptr helper (and some other declarations)Sebastian Berg2022-02-032-26/+0
| * | ENH: Allow object and subarray dtypes in fromiterSebastian Berg2022-02-031-38/+50
* | | Merge pull request #21467 from seberg/mark-no-sanitize-on-npy-memchrCharles Harris2022-05-081-0/+9
|\ \ \ | |_|/ |/| |
| * | MAINT: Mark `npy_memchr` with `no_sanitize("alignment")` on clangSebastian Berg2022-05-061-0/+9
* | | Merge pull request #21188 from seberg/scalar-math-rewriteMatti Picus2022-05-074-0/+24
|\ \ \
| * | | DEP: Deprecate `PyArray_ScalarFromObject`Sebastian Berg2022-04-241-0/+8
| * | | MAINT,ENH: Rewrite scalar math logicSebastian Berg2022-04-243-0/+16
* | | | ENH: Optimize `np.empty` for scalar arguments (#20175)Francesco Andreuzzi2022-05-062-83/+174
* | | | PERF: Statically allocate unicode strings of memhandler (#21450)Pieter Eendebak2022-05-053-1/+7
| |/ / |/| |
* | | PERF: Improve performance of special attribute lookups (#21423)Pieter Eendebak2022-05-034-5/+35
|/ /
* | Merge pull request #21324 from seberg/frombuffer-fixCharles Harris2022-04-211-6/+26
|\ \
| * | BUG: Make mmap handling safer in frombufferSebastian Berg2022-04-111-6/+26
* | | Merge pull request #21321 from felixxm/fix-21317Matti Picus2022-04-211-1/+3
|\ \ \
| * | | BUG: Stop using PyBytesObject.ob_shash deprecated in Python 3.11, fixes #21317.Mariusz Felisiak2022-04-191-1/+3
| |/ /
* | | Merge pull request #21372 from seberg/relax-legacycast-parametricMatti Picus2022-04-211-3/+0
|\ \ \ | |/ / |/| |