summaryrefslogtreecommitdiff
path: root/numpy/core/src/npymath
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ENH: logaddexp handling of same sign infs without warningsjaimefrio2014-09-241-18/+30
* | ENH: add cube root function np.cbrt for real floatsJulian Taylor2014-09-071-0/+19
* | MAINT: Add frexp and ldexp to npymath and generate their ufuncsEric Moore2014-07-091-0/+35
|/
* BUG: improve log2 windows compiler fallback of log2Julian Taylor2014-06-081-1/+29
* Adding support of ppc64le architectureWilliam Grant2014-03-282-2/+4
* BLD: Fix build on WindowsMark Wiebe2014-03-161-2/+2
* BUG: fix non-c99 fallback for np.inf input to log1p/expm1Julian Taylor2014-03-021-13/+23
* MAINT: hide symbols that shouldn't be exportedJulian Taylor2014-02-111-6/+6
* Merge pull request #3974 from juliantaylor/fenv-improveCharles Harris2013-11-061-0/+133
|\
| * ENH: avoid expensive clears in fenv functionsJulian Taylor2013-11-061-0/+133
* | BUG: fix handling of infs in hypot on windowsEric Moore2013-10-291-7/+6
|/
* STY: Giant whitespace cleanup.Charles Harris2013-08-182-3/+1
* MAINT: Remove extraneous remark.Charles Harris2013-07-291-2/+0
* ENH: Add support for Motorola extended float formatAndreas Schwab2013-07-291-0/+39
* Update halffloat.cjeromekelleher2013-07-211-1/+1
* BUG: Replace unprefixed SIZEOF_* macros with prefixed versions.Charles Harris2013-01-051-3/+3
* LDBL_TRUE_MIN falls back to __LDBL_DENORM_MIN__ if not definedAron Ahmadia2012-05-281-0/+7
* Fix dirty handling of internal compiler variable ahmadia2012-05-251-3/+3
* DEP: Update all the '#define NPY_NO_DEPRECATED_API' instances to beMark Wiebe2012-04-061-1/+1
* BLD: fix Cygwin build error. Closes #1944. Thanks to Sebastian Sohr.Ralf Gommers2012-02-291-1/+1
* BUG: Fix typo npydouble.Charles Harris2012-02-071-1/+1
* UPD: Use prefixed macros in numpy/core/src/npymath/*.src files.Charles Harris2012-02-043-6/+6
* STY: Remove trailing whitespaceMark Wiebe2011-07-262-20/+20
* ENH: Disallow deprecated macros in more files.Charles Harris2011-07-061-0/+1
* STY: remove unneeded import of ufuncobject in halffloat.c.David Cournapeau2011-02-081-1/+0
* WRN: core: Remove many warnings gcc produces with stricter flagsMark Wiebe2011-01-291-3/+3
* WRN: iter: Fix half-float warnings, other small tweaksMark Wiebe2011-01-271-18/+18
* STY: Break some long linesMark Wiebe2010-12-031-3/+8
* BUG: core: Some fixes and clean up of floating point exception codeMark Wiebe2010-12-032-13/+137
* ENH: core: Add floating point exception support to the half/float16 typeMark Wiebe2010-12-011-8/+72
* ENH: core: Create half/float16 data typeMark Wiebe2010-12-011-0/+461
* BUG: attempt at fixing alpha build failure (quad prec little endian).David Cournapeau2010-07-271-0/+35