summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Add a function to get the content of the xml version of manifest to deal with...David Cournapeau2008-11-161-0/+46
|/ / /
* | | Add missing return.Charles Harris2008-11-162-9/+9
* | | Add error checking to Object loops.Charles Harris2008-11-162-21/+25
* | | Another typo.David Cournapeau2008-11-141-1/+1
* | | Fix hex conversion for msvcrt (we do not need to convert VS verion, but MSVCR...David Cournapeau2008-11-141-3/+3
* | | Typo.David Cournapeau2008-11-141-1/+1
* | | Typo.David Cournapeau2008-11-141-1/+1
* | | Add a macro to know whether we need the mingw workaround for _ftime + add a d...David Cournapeau2008-11-141-0/+17
* | | Postpone time.h include because we will need to customize it on windows.David Cournapeau2008-11-141-1/+2
* | | Generate config header for random kit (empty for now).David Cournapeau2008-11-142-2/+20
* | | Add code to detect msvc used to build python.David Cournapeau2008-11-141-0/+9
* | | 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
* | | removed the `new` argument in the histogram docstring exampledhuard2008-11-121-1/+1
* | | Follow up on changes to histogram: new=False now raises a DeprecationWarning,...dhuard2008-11-122-33/+15
* | | 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-122-4/+13
* | | Fix missing semicolons on some function declarations.Charles Harris2008-11-121-2/+2
* | | Add C99 prototypes.Charles Harris2008-11-121-0/+31
* | | MaskedRecords : reintroduced _fieldmask as a property (for backcompatibility).pierregm2008-11-111-0/+5
* | | 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-114-12/+37
* | | 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
* | | Trailing spaces.David Cournapeau2008-11-081-2/+2
* | | Fix fortrab ABI mismatch test.David Cournapeau2008-11-081-10/+11
* | | Detect gfrotran/g77 mismatch.David Cournapeau2008-11-081-1/+13
* | | Start working on test to detect fortran compiler mismatch.David Cournapeau2008-11-081-0/+35
* | | Disable looking for 3gf libraries; it causes more problem than it solves.David Cournapeau2008-11-071-2/+3