| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Make signed/unsigned integer comparisons exact | Sebastian Berg | 2023-05-04 | 1 | -13/+39 |
* | Merge pull request #23528 from seberg/allow-backcomp-builds | Matti Picus | 2023-04-28 | 3 | -15/+53 |
|\ |
|
| * | MAINT,DOC: Update based on Ralf's review | Sebastian Berg | 2023-04-20 | 1 | -7/+1 |
| * | TST,DOC: Avoid spaces to hopefully ensure more info on error and fix memtests | Sebastian Berg | 2023-04-04 | 1 | -1/+1 |
| * | ENH: Allow compiling compatibly to old NumPy versions | Sebastian Berg | 2023-04-04 | 3 | -15/+59 |
* | | Merge pull request #22493 from mwtoews/maint-open | Sebastian Berg | 2023-04-28 | 1 | -1/+1 |
|\ \ |
|
| * | | MAINT: remove redundant open() modes and io.open() alias | Mike Taves | 2022-10-29 | 1 | -1/+1 |
* | | | ENH: float64 sin/cos using Numpy intrinsics (#23399) | Christopher Sidebottom | 2023-04-25 | 1 | -2/+2 |
* | | | DOC: Fix incorrect structure in `sqrt` docstring | yuki | 2023-04-21 | 1 | -1/+1 |
| |/
|/| |
|
* | | DOC: fix typos | Larry Bradley | 2023-03-02 | 1 | -5/+5 |
* | | ENH, SIMD: dispatch the rest of all ufuncs with fast calls | Sayed Adel | 2023-02-20 | 1 | -22/+36 |
* | | MAINT, SIMD: Removes compiler definitions of attribute-based CPU dispatching | Sayed Adel | 2023-02-20 | 1 | -49/+48 |
* | | Merge pull request #23181 from mhvk/ufunc-at-complex-add-subtract-multiply | Matti Picus | 2023-02-10 | 1 | -3/+3 |
|\ \ |
|
| * | | ENH: enable fast indexed loops for complex add, subtract, multiply | Marten van Kerkwijk | 2023-02-09 | 1 | -3/+3 |
* | | | ENH: add indexed loops for maximum, minimum, fmax, fmin (#23177) | Matti Picus | 2023-02-09 | 1 | -4/+8 |
|/ / |
|
* | | Merge pull request #23136 from mattip/indexed-loopos | Sebastian Berg | 2023-02-07 | 1 | -6/+63 |
|\ \ |
|
| * | | MAINT, BUG: fixes from review and testing | mattip | 2023-02-01 | 1 | -42/+5 |
| * | | MAINT: fix linting | mattip | 2023-01-31 | 1 | -11/+17 |
| * | | ENH: add indexed lower loops and connect them to ufuncs | mattip | 2023-01-30 | 1 | -5/+93 |
* | | | ENH, SIMD: Only dispatch AVX2 for arithmetic operations | Sayed Adel | 2023-01-29 | 1 | -1/+2 |
* | | | ENH: re-implement SIMD kernels of complex operations | Sayed Adel | 2023-01-29 | 1 | -3/+5 |
|/ / |
|
* | | Merge pull request #22165 from Developer-Ecosystem-Engineering/simd_isnan_isi... | Matti Picus | 2023-01-29 | 1 | -4/+4 |
|\ \ |
|
| * | | re-enable vx and vxe (avoid perf regressions) for existing code by splitting ... | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -4/+4 |
| * | | ENH: Implement SIMD versions of isnan,isinf, isfinite and signbit | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -4/+4 |
* | | | DOC:fix type in bitwise_ior | Arun Kota | 2023-01-29 | 1 | -1/+1 |
* | | | BUG: Ensure correct loop order in sin, cos, and arctan2 | Sebastian Berg | 2023-01-10 | 1 | -5/+46 |
|/ / |
|
* | | MAINT: remove unused API documentation generation | mattip | 2022-12-15 | 3 | -46/+2 |
* | | ENG, SIMD: Dispatch bool (invert, add, fmax, fmin...) | Sayed Adel | 2022-12-08 | 1 | -21/+44 |
* | | ENH: Add SIMD versions of bool logical_and, logical_or, logical_not and absolute | Developer-Ecosystem-Engineering | 2022-12-06 | 1 | -0/+4 |
* | | ENH: Add SIMD versions of negative | Developer-Ecosystem-Engineering | 2022-11-28 | 1 | -1/+1 |
* | | Merge pull request #22663 from rgommers/build-with-meson | Ralf Gommers | 2022-11-27 | 7 | -10/+198 |
|\ \ |
|
| * | | BLD: enable building NumPy with Meson | Ralf Gommers | 2022-11-25 | 7 | -10/+198 |
* | | | MAINT: replace `NPY_INLINE` with `inline` | Ralf Gommers | 2022-11-25 | 1 | -1/+1 |
|/ / |
|
* | | REL: Prepare main for NumPy 1.25.0 development | Charles Harris | 2022-11-22 | 1 | -0/+1 |
|/ |
|
* | MAINT: Ensure that fmin loops do not show up multiple times | Sebastian Berg | 2022-10-21 | 1 | -4/+2 |
* | ENH: Vectorize FP16 math functions on Intel SkylakeX | Raghuveer Devulapalli | 2022-09-26 | 1 | -37/+20 |
* | ENH: Added support for SVML vectorization of power and arctan2 | Matthew Sterrett | 2022-09-09 | 1 | -0/+3 |
* | DOC: add links to `linalg` in docs of `dot` and `matmul` (#22002) | Petar Mlinarić | 2022-07-18 | 1 | -2/+4 |
* | Fixing formatting problem | joaopfg | 2022-07-07 | 1 | -3/+3 |
* | Fixing too long lines | joaopfg | 2022-07-07 | 1 | -2/+4 |
* | Adding docs about the C-API incompatibility error and pointing to the docs in... | joaopfg | 2022-07-07 | 1 | -1/+1 |
* | Adding docs about the C-API incompatibility error and pointing to the docs in... | joaopfg | 2022-07-07 | 1 | -1/+4 |
* | MAINT: use PyErr_SetString in _import_array where possible | Karl Otness | 2022-06-20 | 1 | -5/+8 |
* | DOC: update logarithm docs as per theory. (#21587) | Bhavuk kalra | 2022-06-13 | 1 | -3/+15 |
* | generate_umath.py: do not write full path to output files | Alexander Kanavin | 2022-06-09 | 1 | -1/+1 |
* | Merge pull request #21483 from rafaelcfsousa/simd_comparison | Matti Picus | 2022-05-30 | 1 | -6/+6 |
|\ |
|
| * | SIMD: Use universal intrinsics to implement comparison functions | Rafael Cardoso Fernandes Sousa | 2022-05-23 | 1 | -6/+6 |
* | | REL: Prepare main for NumPy 1.24.0 development | Charles Harris | 2022-05-23 | 1 | -0/+1 |
* | | MAINT: Update the cversion hash. | Charles Harris | 2022-05-23 | 2 | -3/+7 |
|/ |
|
* | Merge pull request #21124 from rafaelcfsousa/p10_enh_modulo | Matti Picus | 2022-04-27 | 1 | -3/+5 |
|\ |
|