summaryrefslogtreecommitdiff
path: root/numpy/core/src/umathmodule.c.src
Commit message (Expand)AuthorAgeFilesLines
* Move complex multiply and divide from the generic interface to the specific i...Travis Oliphant2006-08-231-15/+63
* Fix white-space issues.Travis Oliphant2006-08-191-5/+5
* Fix prodi when intput and output are the same. This fixes a problem with arcsinTravis Oliphant2006-07-311-3/+4
* Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArr...Travis Oliphant2006-07-081-1/+1
* Speed up mod function using fmod and add use_pythonmath and use_scalarmath fu...Travis Oliphant2006-07-061-2/+5
* Make import_array and import_ufunc MACROS again.Travis Oliphant2006-06-201-1/+1
* Remove broken optimization...Travis Oliphant2006-06-011-16/+2
* Fix up warnings.Travis Oliphant2006-05-131-28/+26
* Finish up scalarmath. Needs testing...Travis Oliphant2006-04-281-7/+1
* Add a couple more ufunc API calls. Add more to scalarmath.c. Get rid of ove...Travis Oliphant2006-04-271-224/+10
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32...Pearu Peterson2006-04-241-1/+1
* Change ...errlist to ...errobjTravis Oliphant2006-04-181-2/+2
* Changed error look-up to use per-thread global variable.Travis Oliphant2006-04-181-2/+4
* Fix some more bugs found by valgrind.Travis Oliphant2006-04-151-2/+2
* Try to fool compilers on in divbyzero generation.Travis Oliphant2006-04-131-2/+11
* Changed the C-API by making the a.flags object a builtin object for speed. A...Travis Oliphant2006-03-151-19/+15
* Fix negative integral powers of complex numbers being computed as positive po...Tim Hochberg2006-03-091-1/+1
* Merge trunk (r2142:2204) to power_optimization branchcookedm2006-03-071-10/+33
|\
| * Add check for rint and a default implementation if not present. Make UserArr...Travis Oliphant2006-02-241-2/+25
| * added rint ufunc and ndarray.roundsasha2006-02-241-4/+4
* | Add optimizations for integral powers of complex numbers to nc_pow.Tim Hochberg2006-02-231-8/+30
* | Merge trunk (r2124:2142) to power optimization branchcookedm2006-02-211-1/+0
|\ \ | |/
| * Add patch from BSD to get cygwin working.Travis Oliphant2006-02-171-1/+0
* | Fix up Tim's x**n optimizationscookedm2006-02-211-148/+43
* | Dispatch to reciprocal, ones_like, copy, sqrt, square inside array_power and ...Tim Hochberg2006-02-191-1/+108
* | merge trunk (r2103:2124) to power_optimization branch.cookedm2006-02-171-2/+51
* | Add a square() ufunc, and optimize power(x, <scalar exponent>) for ints and r...cookedm2006-02-141-0/+108
|/
* Fix .view to not return scalars. Travis Oliphant2006-02-141-1/+7
* Change to undefine any long-double defines.Travis Oliphant2006-02-071-40/+77
* Add ifndef statements to all long-double and float functionsTravis Oliphant2006-02-071-0/+41
* Fix bugs relating to adding hasobject. Add scalar-loops for some operations ...Travis Oliphant2006-01-301-3/+17
* Fix umath module load mistake.Travis Oliphant2006-01-241-0/+1
* Don't raise fatal errors on load.Travis Oliphant2006-01-241-2/+5
* Fixed up usage of dtype to be consistent with new dtype objects.Travis Oliphant2006-01-171-4/+31
* Finish the fix...Travis Oliphant2006-01-141-3/+3
* Remove expm1 and log1p from C99 defs.Travis Oliphant2006-01-141-1/+1
* fix up the expm1 and log1p additions.Travis Oliphant2006-01-131-3/+10
* fix up the expm1 and log1p additions.Travis Oliphant2006-01-131-28/+81
* Fix the complex version of expm1cookedm2006-01-121-2/+2
* Use better functions for inverse hyperbolic functions, and expose log1p and e...cookedm2006-01-121-106/+166
* Fixed up bad-checkin of ufunc code.Travis Oliphant2006-01-111-0/+4
* Added floating point support and changed default number of MAX_DIMS to 20Travis Oliphant2006-01-111-0/+2
* More fixes...Travis Oliphant2006-01-041-2/+63
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-2/+2
* rename sub-packagesTravis Oliphant2006-01-041-0/+1847