summaryrefslogtreecommitdiff
path: root/numpy/core/src/npymath
Commit message (Expand)AuthorAgeFilesLines
* MAINT: back out conversion of npymath component to c++mattip2022-05-291-0/+842
* MAINT: Remove FPE helper code that is unnecessary on C99/C++11Sebastian Berg2022-05-011-239/+5
* MAINT: Translate ieee754.c.src to C++ using templates. (#21367)serge-sans-paille2022-04-291-237/+339
* MAINT: Fix typosAlexander Shadchin2022-03-311-2/+2
* Extend fix for ARM32Niyas Sait2022-01-281-1/+1
* Fixes #20930Niyas Sait2022-01-281-1/+1
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-131-1/+1
* Restore vc141 supportIsuru Fernando2022-01-021-0/+3
* BUG: Revert from `long double` changes, and force `npymath` to respect `npy_l...Sayed Adel2021-11-131-14/+26
* ENH: Adding `scalar.bit_count()` (popcount) (#19355)Ganesh Kathiresan2021-11-011-0/+86
* Thin compatibility layer for C/C++ math headerserge-sans-paille2021-10-251-0/+6
* [demo] how-to replacing numpy custom generation engine by raw C++serge-sans-paille2021-10-221-0/+12
* BUG: np.tan(np.inf) test failureDeveloper-Ecosystem-Engineering2021-09-271-0/+19
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-0/+1
* BUG: Fix floating point error flags in division related opsSebastian Berg2021-07-121-62/+22
* delete comment about warningrubiales2021-07-121-1/+0
* Fix 1 test_umath and npy_math_internalrubiales2021-07-121-0/+14
* Solved test fails due to the warnings changed #18170rubiales2021-07-121-1/+0
* solve the problems of mod operator except for infinite values #18170rubiales2021-07-121-23/+1
* Merge pull request #16161 from anirudh2290/ufunc_divide_errorCharles Harris2020-11-251-7/+95
|\
| * ENH, MAINT: Add support for nan corner case and add testsAnirudh Subramanian2020-06-051-7/+16
| * MAINT: Address review comments from SebastianAnirudh Subramanian2020-06-051-8/+16
| * MAINT: set invalid flag in fmod and cleanup divmodAnirudh Subramanian2020-06-051-9/+40
| * ENH: divmod(inf, inf) should raise invalid error on all platformsAnirudh Subramanian2020-06-051-1/+3
| * BUG: Potential fix for 1//0 to raise divbyzero and return infAnirudh Subramanian2020-06-051-1/+39
* | MAINT: Remove NPY_COPY_PYOBJECT_PTREric Wieser2020-08-261-1/+0
* | BUG: raise IEEE exception on AIXEtienne Guesnet2020-06-051-1/+1
|/
* BUG: Fix inf and NaN-warnings in half float `nextafter` (#15988)Adam2020-04-171-5/+2
* BLD: remove unused functions, rearrange headers (from CC=clang) (#14534)Matti Picus2019-09-261-34/+2
* MAINT: Move shift implementation to npy_mathEric Wieser2019-09-131-0/+41
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-1/+1
* MAINT: fix unused variable warning in npy_math_complex.c.srcRalf Gommers2019-04-091-5/+0
* FIX: no FPU exceptions bits on ARC glibcFabrice Fontaine2019-03-161-1/+1
* Don't use <fenv.h> on uClibcFabrice Fontaine2019-03-161-1/+2
* BUG: fix signed zero behavior in npy_divmodtlatorre2019-02-181-2/+2
* BUG: Fix rounding of denormals in double and float to half casts … (#12722)Sebastian Berg2019-01-241-7/+24
* MAINT: remove macro, platforms that defined it will now fail to buildmattip2018-10-101-1/+0
* BUG: refactor float error status to support Alpine linuxmattip2018-10-091-78/+72
* BUG: Remove extra trailing paretheses.Charles Harris2018-06-091-1/+1
* Merge pull request #10444 from ahaldane/dragon4_otherformats_splitCharles Harris2018-06-071-2/+2
|\
| * BUG: Implement float128 dragon4 for IBM double-double (ppc64)Allan Haldane2018-06-061-2/+2
* | BUG: Correct use of NPY_UNUSED.Charles Harris2018-06-071-1/+1
|/
* MAINT: remove darwin hardcoded LDOUBLE detectionAllan Haldane2018-05-302-5/+3
* BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036)Matti Picus2018-05-091-17/+58
* Fix SQRT_MIN for platforms with 8-byte long doubleMichael Droettboom2018-03-201-0/+4
* MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-081-12/+12
* BUG: Fix unused-result warning.Charles Harris2018-02-021-3/+9
* MAINT: Change `half-float` to `half-floats`.Charles Harris2018-01-051-2/+2
* MAINT: Fix incorrect corrections of `half` to `halves`.Charles Harris2018-01-051-2/+2
* More misc. typosluz.paz2018-01-041-2/+2