summaryrefslogtreecommitdiff
path: root/numpy/core/src/npymath
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Add gcd and lcm ufuncsEric Wieser2017-12-121-0/+38
* Merge pull request #9740 from charris/fix-_npy_scaled_cexp-buildEric Wieser2017-09-241-1/+7
|\
| * BUG: Ensure `_npy_scaled_cexp{,f,l}` is defined when needed.Charles Harris2017-09-211-1/+7
* | BUG: Fix loss of precision for large values in long double divmodEric Wieser2017-09-221-1/+1
|/
* ENH: Add the 'heaviside' ufunc.Warren Weckesser2017-03-201-0/+16
* ENH: Allows building npy_math with static inliningAndres Guzman-Ballen2017-03-102-30/+39
* BUG: correct letter caseAlexandr Shadchin2016-12-071-1/+1
* BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in npy_math_complex.Charles Harris2016-08-111-1/+8
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-2/+2
* ENH: Add new npy_divmod function to npy_math.Charles Harris2016-02-182-0/+59
* BUG: npy_acosh fallback too simple.Eric Moore2016-01-081-1/+14
* BUG: Disable 32-bit msvc9 compiler optimizations for npy_rintChristoph Gohlke2015-12-111-0/+6
* BUG: Guarantee non-zero is 1 for switch statementsChris Hogan2015-10-011-1/+1
* BLD: revert C99 complex for msvc14Christoph Gohlke2015-08-061-1/+1
* BLD: Move Intel POWL blacklist.Charles Harris2015-08-031-6/+0
* BLD: fix issue with POWL for Intel compilers on Windows.Ralf Gommers2015-08-031-0/+7
* BLD: some fixes for Intel compilers.Ralf Gommers2015-08-031-2/+6
* BLD: fix build failureChristoph Gohlke2015-08-021-1/+1
* BLD: enable C99 complex for msvc14Christoph Gohlke2015-08-021-1/+1
* MAINT: remove a bunch of compiler warningsJulian Taylor2015-07-031-2/+4
* Merge pull request #5518 from charris/simple-gh-3010Charles Harris2015-02-131-78/+1573
|\
| * BUG: Do not use system cpow directly.Charles Harris2015-02-131-25/+36
| * ENH: Implement more fallback complex functions for npy_math.Eric Moore2015-02-131-60/+1544
* | BLD: Use system-wide fenv.h on cygwinSebastien Gouezel2015-02-081-6/+0
|/
* Merge pull request #5204 from RobberPhex/masterJulian Taylor2014-10-212-6/+30
|\
| * BUG: fix build error with MSVC 2013 caused by C99 complex supportRobberPhex2014-10-212-6/+30
* | BUG: don't set invalid flag in cbrt fallbackJulian Taylor2014-10-191-1/+5
* | ENH: better handling of NaNs in logaddexpjaimefrio2014-09-251-4/+4