summaryrefslogtreecommitdiff
path: root/numpy/core/code_generators
Commit message (Expand)AuthorAgeFilesLines
* ENH: Make signed/unsigned integer comparisons exactSebastian Berg2023-05-041-13/+39
* Merge pull request #23528 from seberg/allow-backcomp-buildsMatti Picus2023-04-283-15/+53
|\
| * MAINT,DOC: Update based on Ralf's reviewSebastian Berg2023-04-201-7/+1
| * TST,DOC: Avoid spaces to hopefully ensure more info on error and fix memtestsSebastian Berg2023-04-041-1/+1
| * ENH: Allow compiling compatibly to old NumPy versionsSebastian Berg2023-04-043-15/+59
* | Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-281-1/+1
|\ \
| * | MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-1/+1
* | | ENH: float64 sin/cos using Numpy intrinsics (#23399)Christopher Sidebottom2023-04-251-2/+2
* | | DOC: Fix incorrect structure in `sqrt` docstringyuki2023-04-211-1/+1
| |/ |/|
* | DOC: fix typosLarry Bradley2023-03-021-5/+5
* | ENH, SIMD: dispatch the rest of all ufuncs with fast callsSayed Adel2023-02-201-22/+36
* | MAINT, SIMD: Removes compiler definitions of attribute-based CPU dispatchingSayed Adel2023-02-201-49/+48
* | Merge pull request #23181 from mhvk/ufunc-at-complex-add-subtract-multiplyMatti Picus2023-02-101-3/+3
|\ \
| * | ENH: enable fast indexed loops for complex add, subtract, multiplyMarten van Kerkwijk2023-02-091-3/+3
* | | ENH: add indexed loops for maximum, minimum, fmax, fmin (#23177)Matti Picus2023-02-091-4/+8
|/ /
* | Merge pull request #23136 from mattip/indexed-looposSebastian Berg2023-02-071-6/+63
|\ \
| * | MAINT, BUG: fixes from review and testingmattip2023-02-011-42/+5
| * | MAINT: fix lintingmattip2023-01-311-11/+17
| * | ENH: add indexed lower loops and connect them to ufuncsmattip2023-01-301-5/+93
* | | ENH, SIMD: Only dispatch AVX2 for arithmetic operationsSayed Adel2023-01-291-1/+2
* | | ENH: re-implement SIMD kernels of complex operationsSayed Adel2023-01-291-3/+5
|/ /
* | Merge pull request #22165 from Developer-Ecosystem-Engineering/simd_isnan_isi...Matti Picus2023-01-291-4/+4
|\ \
| * | re-enable vx and vxe (avoid perf regressions) for existing code by splitting ...Developer-Ecosystem-Engineering2023-01-041-4/+4
| * | ENH: Implement SIMD versions of isnan,isinf, isfinite and signbitDeveloper-Ecosystem-Engineering2023-01-041-4/+4
* | | DOC:fix type in bitwise_iorArun Kota2023-01-291-1/+1
* | | BUG: Ensure correct loop order in sin, cos, and arctan2Sebastian Berg2023-01-101-5/+46
|/ /
* | MAINT: remove unused API documentation generationmattip2022-12-153-46/+2
* | ENG, SIMD: Dispatch bool (invert, add, fmax, fmin...)Sayed Adel2022-12-081-21/+44
* | ENH: Add SIMD versions of bool logical_and, logical_or, logical_not and absoluteDeveloper-Ecosystem-Engineering2022-12-061-0/+4
* | ENH: Add SIMD versions of negativeDeveloper-Ecosystem-Engineering2022-11-281-1/+1
* | Merge pull request #22663 from rgommers/build-with-mesonRalf Gommers2022-11-277-10/+198
|\ \
| * | BLD: enable building NumPy with MesonRalf Gommers2022-11-257-10/+198
* | | MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-251-1/+1
|/ /
* | REL: Prepare main for NumPy 1.25.0 developmentCharles Harris2022-11-221-0/+1
|/
* MAINT: Ensure that fmin loops do not show up multiple timesSebastian Berg2022-10-211-4/+2
* ENH: Vectorize FP16 math functions on Intel SkylakeXRaghuveer Devulapalli2022-09-261-37/+20
* ENH: Added support for SVML vectorization of power and arctan2Matthew Sterrett2022-09-091-0/+3
* DOC: add links to `linalg` in docs of `dot` and `matmul` (#22002)Petar Mlinarić2022-07-181-2/+4
* Fixing formatting problemjoaopfg2022-07-071-3/+3
* Fixing too long linesjoaopfg2022-07-071-2/+4
* Adding docs about the C-API incompatibility error and pointing to the docs in...joaopfg2022-07-071-1/+1
* Adding docs about the C-API incompatibility error and pointing to the docs in...joaopfg2022-07-071-1/+4
* MAINT: use PyErr_SetString in _import_array where possibleKarl Otness2022-06-201-5/+8
* DOC: update logarithm docs as per theory. (#21587)Bhavuk kalra2022-06-131-3/+15
* generate_umath.py: do not write full path to output filesAlexander Kanavin2022-06-091-1/+1
* Merge pull request #21483 from rafaelcfsousa/simd_comparisonMatti Picus2022-05-301-6/+6
|\
| * SIMD: Use universal intrinsics to implement comparison functionsRafael Cardoso Fernandes Sousa2022-05-231-6/+6
* | REL: Prepare main for NumPy 1.24.0 developmentCharles Harris2022-05-231-0/+1
* | MAINT: Update the cversion hash.Charles Harris2022-05-232-3/+7
|/
* Merge pull request #21124 from rafaelcfsousa/p10_enh_moduloMatti Picus2022-04-271-3/+5
|\