| Commit message (Expand) | Author | Age | Files | Lines |
| * | ENH: Extend the functionlty of C++ type `np::Half` | Sayed Adel | 2023-04-05 | 2 | -555/+238 |
| * | ENH: Raise C++ standard to C++17 | Sayed Adel | 2023-04-04 | 1 | -1/+3 |
| * | MAINT: Move export for scipy arm64 helper into main module | Sebastian Berg | 2023-01-05 | 1 | -1/+8 |
| * | MAINT: restore npymath implementations needed for freebsd | mattip | 2022-12-25 | 1 | -17/+441 |
| * | Merge pull request #18535 from prithvitewatia/Issue18378 | Matti Picus | 2022-12-02 | 1 | -20/+34 |
| |\ |
|
| | * | Update numpy/core/src/npymath/npy_math_complex.c.src | prithvitewatia | 2022-12-01 | 1 | -1/+1 |
| | * | Apply suggestions from code review | prithvitewatia | 2022-06-17 | 1 | -23/+17 |
| | * | rephrase 0^b comment | Matti Picus | 2022-06-17 | 1 | -5/+6 |
| | * | add 754 to IEEE 754 | Matti Picus | 2022-06-17 | 1 | -1/+1 |
| | * | Fixed spacing and check num of warnings in tests | Prithvi | 2022-06-17 | 1 | -3/+5 |
| | * | Fixed 0 sign and added new tests | Prithvi | 2022-06-17 | 1 | -21/+40 |
| | * | Fixed style and warning capture | Prithvi | 2022-06-17 | 1 | -7/+7 |
| | * | Fixed Tests with pytest.warns | Prithvi | 2022-06-17 | 1 | -1/+5 |
| | * | Fixed 0^non-zero as discussed in issue 18378 | Prithvi | 2022-06-17 | 1 | -21/+15 |
| * | | 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 |