summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ufunc'Charles Harris2008-11-226-9/+9
* Add umathmodule.c.src to files scanned for ufunc api.Charles Harris2008-11-171-0/+1
* Test moving generic loops to umathmodule.Charles Harris2008-11-172-369/+369
* Add missing return.Charles Harris2008-11-162-9/+9
* Add error checking to Object loops.Charles Harris2008-11-162-21/+25
* Merge branch 'ufunc'Charles Harris2008-11-142-17/+43
* Remove trailing whitespace.Charles Harris2008-11-141-2/+2
* Use loop macros in generic loops. This is a bit fragile at theCharles Harris2008-11-141-332/+108
* Correct spelling errors.Charles Harris2008-11-141-4/+4
* Add some documentation to math_c99.Charles Harris2008-11-131-0/+59
* Temporarily remove umath_test from build, it isn't linking on windows.Charles Harris2008-11-121-7/+7
* Another stab at MSVC voodoo.Charles Harris2008-11-121-55/+48
* Another test for microsoft buildbot.Charles Harris2008-11-121-3/+7
* Another test: make functions defined in math_c99 static.Charles Harris2008-11-121-13/+13
* Fix misplaced end statement.Charles Harris2008-11-121-1/+2
* Some spelling corrections.Charles Harris2008-11-121-2/+11
* Fix missing semicolons on some function declarations.Charles Harris2008-11-121-2/+2
* Add C99 prototypes.Charles Harris2008-11-121-0/+31
* Debug commit seemed to work.Charles Harris2008-11-111-31/+14
* Debugging log1p problem.Charles Harris2008-11-112-5/+5
* Comment out all tests for data types that seem broken on some machines.Charles Harris2008-11-111-6/+12
* Comment out some tests that use functions broken on some machines.Charles Harris2008-11-111-44/+44
* Comment out tests that hang on some machines.Charles Harris2008-11-111-19/+29
* Comment out tests that hang on some builtbots.Charles Harris2008-11-111-18/+19
* Make logaddexp just a bit more severe.Charles Harris2008-11-111-6/+6
* Make logaddexp range test less severe.Charles Harris2008-11-111-6/+6
* Test to see what problem with logaddexp is on some machines.Charles Harris2008-11-111-8/+8
* Comment out generalized ufunc test until linkage problem is resolved.Charles Harris2008-11-111-187/+187
* Add logaddexp2.Charles Harris2008-11-113-15/+95
* typoJarrod Millman2008-11-111-1/+1
* Add tests for log2, exp2, and logaddexp.Charles Harris2008-11-111-0/+48
* Fix exp2, log2 fallback functions.Charles Harris2008-11-111-4/+4
* Add log2 and exp2.Charles Harris2008-11-113-11/+36
* Move new generalized ufunc function to end of api list.Charles Harris2008-11-101-1/+1
* Add tests for generalized ufuncs.Stefan van der Walt2008-11-103-0/+613
* Generalised ufuncs patch by Wenjie Fu and Hans-Andreas Engel (see ticketStefan van der Walt2008-11-103-13/+508
* Merge branch 'ufunc'Charles Harris2008-11-061-0/+6
* Remove remove logsumexp and replace with logaddexp.Charles Harris2008-11-061-5/+0
* Rename logsumexp to logaddexp.Charles Harris2008-11-062-3/+13
* Fix reversal between radians and degrees.Charles Harris2008-11-051-2/+2
* Merge branch 'ufunc'Charles Harris2008-11-052-14/+17
* Add logsumexp ufunc and some small cleanups.Charles Harris2008-11-053-62/+75
* Finish replacing op by op1 so it compiles.Charles Harris2008-11-051-5/+5
* More umath cleanups.Charles Harris2008-11-051-184/+136
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-286-220/+693
* Import documentation from doc wiki (part 1)Pauli Virtanen2008-10-274-55/+63
* Change way maximum and minimum deal with nans.Charles Harris2008-10-213-24/+169
* Revert merge.Stefan van der Walt2008-10-204-490/+0
* Merge generalised ufuncs branch.Stefan van der Walt2008-10-204-0/+490
|\
| * Add missing file.Stefan van der Walt2008-08-221-0/+417