summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | DEP: remove deprecated casting in np.clipMatti Picus2023-03-162-112/+20
| * | | | | Merge pull request #23384 from neutrinoceros/cleanup_py38Sebastian Berg2023-03-142-18/+0
| |\ \ \ \ \
| | * | | | | MAINT: cleanup unused Python3.8-only code and referencesClément Robert2023-03-142-18/+0
| * | | | | | ENH: show dtype in array repr when endianness is non-native (#23295)molsonkiko2023-03-142-1/+51
| |/ / / / /
| * | | | | Merge pull request #23380 from r-devulap/x86simdCharles Harris2023-03-131-0/+0
| |\ \ \ \ \
| | * | | | | update x86-simd-sort to latest commitRaghuveer Devulapalli2023-03-131-0/+0
| | | |_|/ / | | |/| | |
| * | | | | MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-124-62/+2
| * | | | | BLD: Check for submodules before build (#23372)Raghuveer Devulapalli2023-03-122-6/+13
| * | | | | DEP: update deprecations for `np.product` and co to emit from dispatcherRalf Gommers2023-03-101-25/+68
| * | | | | Merge pull request #23337 from peytondmurray/argminmax-nep42-dtype-supportSebastian Berg2023-03-081-6/+11
| |\ \ \ \ \
| | * | | | | ENH: Add support for argmin and argmax for NEP42 dtypespdmurray2023-03-071-6/+11
| * | | | | | DOC: Clearer docstring for repeat (#23348)Pierre2023-03-071-1/+1
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #22982 from yamadafuyuka/add_fujitsuccompiler_and_SSL2Sebastian Berg2023-03-064-3/+9
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.yamadafuyuka2023-03-024-3/+9
| * | | | | Merge pull request #23317 from larrybradley/fix-typosMatti Picus2023-03-031-5/+5
| |\ \ \ \ \
| | * | | | | DOC: fix typosLarry Bradley2023-03-021-5/+5
| * | | | | | Merge pull request #23314 from rgommers/depr-product-and-coCharles Harris2023-03-027-24/+67
| |\ \ \ \ \ \
| | * | | | | | MAINT: add dates/versions to deprecations, fix linter complaintRalf Gommers2023-03-022-1/+7
| | * | | | | | DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-027-24/+61
| | |/ / / / /
| * | | | | | BUG: Fix reference counting error in arraydescr_newNathan Goldbaum2023-03-021-1/+0
| |/ / / / /
| * | | | | Merge pull request #23302 from rgommers/depr-round-aroundCharles Harris2023-03-014-49/+115
| |\ \ \ \ \
| | * | | | | MAINT: switch min/max with amin/amax, and add them to html docsRalf Gommers2023-03-013-36/+73
| | * | | | | DOC: add `np.round` to the html docs, and make it the preferred aliasRalf Gommers2023-03-011-13/+26
| | * | | | | DEP: deprecate `np.round_`Ralf Gommers2023-02-283-2/+18
| * | | | | | MAINT: allow NPY_DT_NUMERIC flag on user dtypesNathan Goldbaum2023-03-011-3/+5
| |/ / / / /
| * | | | | DOC: Update the docstring for `np.round_` to disrecommend it (#22527)Inessa Pawson2023-02-281-2/+6
| * | | | | BUG: sorting checks `NPY_NEEDS_PYAPI` instead of `NPY_ITEM_REFCOUNT`Nathan Goldbaum2023-02-271-6/+6
| * | | | | Merge pull request #23279 from seberg/issue-23277Charles Harris2023-02-253-2/+23
| |\ \ \ \ \
| | * | | | | BUG: Allow no-op clearing of void dtypesSebastian Berg2023-02-253-2/+23
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #23262 from ngoldbaum/public-array-clear-on-dtypeSebastian Berg2023-02-255-71/+117
| |\ \ \ \ \
| | * | | | | MAINT: return early from PyArray_FillObjectArray for non-legacy dtypesNathan Goldbaum2023-02-242-24/+17
| | * | | | | DOC: reword explanatory commentNathan Goldbaum2023-02-241-10/+5
| | * | | | | MAINT: remove out-of-date commentNathan Goldbaum2023-02-241-2/+1
| | * | | | | MAINT: initialize non-legacy REFCHK arrays outside PyArray_FillObjectArrayNathan Goldbaum2023-02-242-11/+27
| | * | | | | MAINT: fencepost error fix and cleanup for dtype slots setupNathan Goldbaum2023-02-241-4/+4
| | * | | | | API: expose traversal typedefs and get_clear_function slotNathan Goldbaum2023-02-244-28/+52
| | * | | | | MAINT: refactor custom dtype slot setupNathan Goldbaum2023-02-243-40/+59
| | |/ / / /
| * | | | | MAINT: Use strong references/copies for sorting bufferSebastian Berg2023-02-252-19/+30
| |/ / / /
| * | | | Merge pull request #23255 from seberg/malloc0Charles Harris2023-02-232-0/+7
| |\ \ \ \
| | * | | | MAINT: Avoid malloc(0) in string (and generic) sortingSebastian Berg2023-02-212-0/+7
| * | | | | Merge pull request #23153 from seiko2plus/removes_old_cpu_dispatcherCharles Harris2023-02-2219-589/+510
| |\ \ \ \ \
| | * | | | | SIMD: Suppress VSX ambiguous warningsSayed Adel2023-02-213-0/+13
| | * | | | | MAINT, SIMD: fix c++ build when VSX intrinsics are in the scopeSayed Adel2023-02-203-22/+17
| | * | | | | SIMD: Disable auto-vectorization of avx512_skxSayed Adel2023-02-201-1/+1
| | * | | | | ENH, SIMD: reduce binary size of loops_autovecSayed Adel2023-02-201-35/+74
| | * | | | | BLD, MESON: __builtin_prefetch is not limited to x86Sayed Adel2023-02-201-5/+1
| | * | | | | MAINT, SIMD: fix c++ build when AVX2 intrinsics are in the scopeSayed Adel2023-02-201-8/+8
| | * | | | | ENH, SIMD: dispatch the rest of all ufuncs with fast callsSayed Adel2023-02-206-145/+199
| | * | | | | MAINT, SIMD: fix c++ build when SSE intrinsics are in the scopeSayed Adel2023-02-201-24/+29
| | * | | | | ENH, SIMD: move auto-vectorized inner functions to new dispatchable sourceSayed Adel2023-02-205-195/+181