| Commit message (Expand) | Author | Age | Files | Lines |
| * | MAINT: npymath cleanups for isnan, isinf, isinfinite, signbit, nextafter (#22... | Matti Picus | 2022-11-28 | 3 | -102/+0 |
| * | BUILD: revert function() -> #define for 3 npymath functions | mattip | 2022-11-27 | 1 | -0/+23 |
| * | MAINT: replace `NPY_INLINE` with `inline` | Ralf Gommers | 2022-11-25 | 1 | -10/+10 |
| * | Cleanup: Match arguments of isless() | juztamau5 | 2022-11-07 | 1 | -1/+1 |
| * | MAINT: refactor mandatory npymath functions to #define macros | mattip | 2022-10-20 | 2 | -63/+2 |
| * | BUILD: move some never-blocked complex math functions to 'mandatory' | mattip | 2022-09-27 | 1 | -444/+18 |
| * | TASK: rename macros (from review) | mattip | 2022-08-21 | 1 | -9/+9 |
| * | BUILD: convert HAVE_ macros to BLOCK_, cleanup | mattip | 2022-08-21 | 1 | -32/+63 |
| * | nextafter is mandatory | mattip | 2022-08-21 | 2 | -412/+0 |
| * | restore atan2 implementation, clean up c99 mandatory functions | mattip | 2022-08-21 | 1 | -4/+96 |
| * | copysign is mandatory, no HAVE_COPYSIGN is defined | mattip | 2022-08-21 | 1 | -11/+0 |
| * | frexp is now mandatory | mattip | 2022-08-21 | 1 | -4/+1 |
| * | move hypot to optional for windows, fix pow and log2 | mattip | 2022-08-21 | 1 | -38/+105 |
| * | restore HAVE_POWL for macOS blocklisting | mattip | 2022-08-21 | 1 | -2/+28 |
| * | restore HAVE_LOG2 for cygwin blocklistingw | mattip | 2022-08-21 | 1 | -2/+52 |
| * | remove ifndef alterantives for mandatory functions | Matti Picus | 2022-08-21 | 1 | -44/+2 |
| * | make optional C99 double routines mandatory | mattip | 2022-08-21 | 1 | -348/+2 |
| * | MAINT: Simplify FE_INVALID redefine logic slightly and copy to cpp | Sebastian Berg | 2022-06-14 | 2 | -48/+54 |
| * | ENH: Add support for platforms with missing fenv flags | Hood Chatham | 2022-06-14 | 1 | -12/+54 |
| * | MAINT: Remove FPE helper code that is unnecessary on C99/C++11 | Sebastian Berg | 2022-06-13 | 1 | -219/+4 |
| * | MAINT: back out conversion of npymath component to c++ | mattip | 2022-05-29 | 1 | -0/+842 |
| * | MAINT: Remove FPE helper code that is unnecessary on C99/C++11 | Sebastian Berg | 2022-05-01 | 1 | -239/+5 |
| * | MAINT: Translate ieee754.c.src to C++ using templates. (#21367) | serge-sans-paille | 2022-04-29 | 1 | -237/+339 |
| * | MAINT: Fix typos | Alexander Shadchin | 2022-03-31 | 1 | -2/+2 |
| * | Extend fix for ARM32 | Niyas Sait | 2022-01-28 | 1 | -1/+1 |
| * | Fixes #20930 | Niyas Sait | 2022-01-28 | 1 | -1/+1 |
| * | MAINT, DOC: discard repeated words | Dimitri Papadopoulos | 2022-01-13 | 1 | -1/+1 |
| * | Restore vc141 support | Isuru Fernando | 2022-01-02 | 1 | -0/+3 |
| * | BUG: Revert from `long double` changes, and force `npymath` to respect `npy_l... | Sayed Adel | 2021-11-13 | 1 | -14/+26 |
| * | ENH: Adding `scalar.bit_count()` (popcount) (#19355) | Ganesh Kathiresan | 2021-11-01 | 1 | -0/+86 |
| * | Thin compatibility layer for C/C++ math header | serge-sans-paille | 2021-10-25 | 1 | -0/+6 |
| * | [demo] how-to replacing numpy custom generation engine by raw C++ | serge-sans-paille | 2021-10-22 | 1 | -0/+12 |
| * | BUG: np.tan(np.inf) test failure | Developer-Ecosystem-Engineering | 2021-09-27 | 1 | -0/+19 |
| * | STY: Small cleanups of includes in *.c files. | Charles Harris | 2021-09-03 | 1 | -0/+1 |
| * | BUG: Fix floating point error flags in division related ops | Sebastian Berg | 2021-07-12 | 1 | -62/+22 |
| * | delete comment about warning | rubiales | 2021-07-12 | 1 | -1/+0 |
| * | Fix 1 test_umath and npy_math_internal | rubiales | 2021-07-12 | 1 | -0/+14 |
| * | Solved test fails due to the warnings changed #18170 | rubiales | 2021-07-12 | 1 | -1/+0 |
| * | solve the problems of mod operator except for infinite values #18170 | rubiales | 2021-07-12 | 1 | -23/+1 |
| * | Merge pull request #16161 from anirudh2290/ufunc_divide_error | Charles Harris | 2020-11-25 | 1 | -7/+95 |
| |\ |
|
| | * | ENH, MAINT: Add support for nan corner case and add tests | Anirudh Subramanian | 2020-06-05 | 1 | -7/+16 |
| | * | MAINT: Address review comments from Sebastian | Anirudh Subramanian | 2020-06-05 | 1 | -8/+16 |
| | * | MAINT: set invalid flag in fmod and cleanup divmod | Anirudh Subramanian | 2020-06-05 | 1 | -9/+40 |
| | * | ENH: divmod(inf, inf) should raise invalid error on all platforms | Anirudh Subramanian | 2020-06-05 | 1 | -1/+3 |
| | * | BUG: Potential fix for 1//0 to raise divbyzero and return inf | Anirudh Subramanian | 2020-06-05 | 1 | -1/+39 |
| * | | MAINT: Remove NPY_COPY_PYOBJECT_PTR | Eric Wieser | 2020-08-26 | 1 | -1/+0 |
| * | | BUG: raise IEEE exception on AIX | Etienne Guesnet | 2020-06-05 | 1 | -1/+1 |
| |/ |
|
| * | BUG: Fix inf and NaN-warnings in half float `nextafter` (#15988) | Adam | 2020-04-17 | 1 | -5/+2 |
| * | BLD: remove unused functions, rearrange headers (from CC=clang) (#14534) | Matti Picus | 2019-09-26 | 1 | -34/+2 |
| * | MAINT: Move shift implementation to npy_math | Eric Wieser | 2019-09-13 | 1 | -0/+41 |