| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply suggestions from code review | Sebastian Berg | 2023-04-28 | 1 | -2/+2 |
* | ENH: Allow compiling compatibly to old NumPy versions | Sebastian Berg | 2023-04-04 | 1 | -1/+6 |
* | BLD: Add support for NPY_TARGET_VERSION macro | Sebastian Berg | 2023-04-04 | 1 | -0/+5 |
* | MAINT, SIMD: Removes compiler definitions of attribute-based CPU dispatching | Sayed Adel | 2023-02-20 | 1 | -56/+0 |
* | MAINT: restore npymath implementations needed for freebsd | mattip | 2022-12-25 | 1 | -1/+3 |
* | BLD: Help raspian arm + clang 13 about `__builtin_mul_overflow` | Sebastian Berg | 2022-12-21 | 1 | -2/+4 |
* | MAINT: refactor mandatory npymath functions to #define macros | mattip | 2022-10-20 | 1 | -0/+2 |
* | Merge pull request #22168 from Developer-Ecosystem-Engineering/remove_Avx_whe... | Matti Picus | 2022-10-20 | 1 | -25/+28 |
|\ |
|
| * | review feedback, make lint happy | Developer-Ecosystem-Engineering | 2022-10-19 | 1 | -25/+26 |
| * | ENH: Remove AVX related functions from non x86 based builds | Developer-Ecosystem-Engineering | 2022-08-23 | 1 | -9/+11 |
* | | BLD: Add mandatory complex math feature detection with signature | Sebastian Berg | 2022-09-28 | 1 | -1/+3 |
* | | BUILD: move some never-blocked complex math functions to 'mandatory' | mattip | 2022-09-27 | 1 | -2/+3 |
* | | Merge pull request #22152 from RinCat/main | Ralf Gommers | 2022-08-31 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | BUG: Support using libunwind for backtrack | Rin Cat (鈴猫) | 2022-08-18 | 1 | -1/+3 |
* | | TASK: rename macros (from review) | mattip | 2022-08-21 | 1 | -2/+0 |
* | | BUILD: convert HAVE_ macros to BLOCK_, cleanup | mattip | 2022-08-21 | 1 | -32/+19 |
* | | remove duplicate C99 functions, ensure optional variant HAVE_ macros are gene... | mattip | 2022-08-21 | 1 | -5/+5 |
* | | restore atan2 implementation, clean up c99 mandatory functions | mattip | 2022-08-21 | 1 | -22/+20 |
* | | move hypot to optional for windows, fix pow and log2 | mattip | 2022-08-21 | 1 | -1/+3 |
* | | restore HAVE_POWL for macOS blocklisting | mattip | 2022-08-21 | 1 | -1/+3 |
* | | restore HAVE_LOG2 for cygwin blocklistingw | mattip | 2022-08-21 | 1 | -5/+8 |
* | | make optional C99 double routines mandatory | mattip | 2022-08-21 | 1 | -6/+4 |
|/ |
|
* | Removed two unused imports | Callum O'Riley | 2022-07-14 | 1 | -1/+0 |
* | make MismatchCAPIWarnining into MismatchCAPIError | mattip | 2022-05-26 | 1 | -8/+7 |
* | MAINT: Fix some API versions. | Charles Harris | 2022-05-26 | 1 | -2/+5 |
* | BUG: Move FPE clearing to work around issue on clang | Sebastian Berg | 2022-04-28 | 1 | -0/+2 |
* | MAINT, BLD Fix math feature detection for wasm | Hood Chatham | 2022-03-07 | 1 | -5/+34 |
* | MAINT: Replace LooseVersion by _pep440. | Charles Harris | 2022-02-05 | 1 | -11/+0 |
* | REL: Prepare main for NumPy 1.23.0 development | Charles Harris | 2021-11-16 | 1 | -0/+1 |
* | ENH: Configurable allocator (#17582) | Matti Picus | 2021-10-25 | 1 | -2/+2 |
* | MAINT: Update cversions. | Charles Harris | 2021-05-22 | 1 | -0/+2 |
* | Split line | Raghuveer Devulapalli | 2021-05-20 | 1 | -1/+2 |
* | BUG: Fix duplicate variable names in compiler check for AVX512_SKX | Raghuveer Devulapalli | 2021-05-19 | 1 | -1/+1 |
* | DOC: Misc numpydoc format fixes | Matthias Bussonnier | 2021-01-27 | 1 | -2/+2 |
* | ENH: Use versioneer to manage numpy versions. | Charles Harris | 2020-12-08 | 1 | -1/+1 |
* | MAINT: Prepare for the NumPy 1.20.x branch. | Charles Harris | 2020-11-26 | 1 | -1/+2 |
* | BUG: Update compiler check for AVX-512F | Raghuveer Devulapalli | 2020-07-15 | 1 | -1/+5 |
* | ENH: Use AVX-512 for np.isnan, np.infinite, np.isinf and np.signbit (#16334) | Raghuveer Devulapalli | 2020-05-31 | 1 | -0/+11 |
* | Small fixups/comments | Sebastian Berg | 2020-03-18 | 1 | -1/+2 |
* | Merge pull request #13421 from seiko2plus/core_improve_infa_runtime | Matti Picus | 2020-02-05 | 1 | -5/+0 |
|\ |
|
| * | ENH: improve runtime detection of CPU features | Sayed Adel | 2020-02-05 | 1 | -5/+0 |
* | | MAINT: Clean up, mostly unused imports. | Warren Weckesser | 2020-01-23 | 1 | -1/+0 |
* | | MAINT: remove internal functions required to handle Python2/3 logic | Mike Taves | 2020-01-22 | 1 | -26/+9 |
|/ |
|
* | [MAINT] Cleanup python2 sys.version checks | Seth Troisi | 2020-01-20 | 1 | -3/+3 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | BLD: Review feedback for clang -flto fix | Chris Burr | 2019-11-05 | 1 | -1/+2 |
* | BLD: Prevent -flto from optimising long double representation check away | Chris Burr | 2019-11-04 | 1 | -1/+1 |
* | Merge pull request #13739 from eric-wieser/bit_shifts | Matti Picus | 2019-09-14 | 1 | -0/+39 |
|\ |
|
| * | BUG: Disable -O3 on right_shift on compilers which emit an internal error | Eric Wieser | 2019-09-13 | 1 | -0/+39 |
* | | BUG: AVX2 impl of sin/cos requires an FMA | Raghuveer Devulapalli | 2019-08-03 | 1 | -2/+3 |
|/ |
|