| Commit message (Expand) | Author | Age | Files | Lines |
* | Add record array test for putmask. | Stefan van der Walt | 2007-08-21 | 1 | -0/+12 |
* | Fast putmask implementation (patch by Eric Firing). | Stefan van der Walt | 2007-08-21 | 4 | -152/+222 |
* | Fix record assignment (based on a patch by Sameer DCosta). | Stefan van der Walt | 2007-08-21 | 2 | -6/+30 |
* | Fix allclose and add tests (based on a patch by Matthew Brett). | Stefan van der Walt | 2007-08-20 | 2 | -14/+64 |
* | Trying to fix unknown symbol __imp_tanhf linking error, using nc_tanhf. | Pearu Peterson | 2007-07-28 | 1 | -1/+1 |
* | Trying to fix unknown symbol __imp_tanhf linking error. | Pearu Peterson | 2007-07-28 | 1 | -0/+1 |
* | Initializing funcname_data inside InitOperators to fix compilation errors on ... | Pearu Peterson | 2007-07-28 | 1 | -1/+5 |
* | Fix more compiler warnings. | Pearu Peterson | 2007-07-28 | 1 | -4/+6 |
* | Fixed typos. | Pearu Peterson | 2007-07-28 | 1 | -2/+2 |
* | Trying to fix compiler wrarnings, 5. Defined ldexpf when DISTUTILS_USE_SDK. | Pearu Peterson | 2007-07-28 | 1 | -0/+6 |
* | Trying to fix compiler wrarnings, 5. Defined frexpf when DISTUTILS_USE_SDK. | Pearu Peterson | 2007-07-28 | 1 | -1/+7 |
* | Trying to fix compiler wrarnings, 4. | Pearu Peterson | 2007-07-28 | 1 | -1/+2 |
* | Trying to fix compiler wrarnings, 3. | Pearu Peterson | 2007-07-28 | 1 | -2/+3 |
* | Trying to fix compiler wrarnings, 2. | Pearu Peterson | 2007-07-28 | 1 | -3/+3 |
* | Trying to fix compiler wrarnings: conversion from 'double' to 'float' | Pearu Peterson | 2007-07-28 | 1 | -1/+1 |
* | Trying to fix mingw32 build. | Pearu Peterson | 2007-07-28 | 1 | -1/+1 |
* | Fix rint error and castings. | Pearu Peterson | 2007-07-28 | 1 | -2/+5 |
* | Using DLL_IMPORT only when DISTUTILS_USE_SDK. | Pearu Peterson | 2007-07-28 | 1 | -0/+6 |
* | Defining fabsf, hypotf, rintf when DISTUTILS_USE_SDK. | Pearu Peterson | 2007-07-28 | 1 | -0/+26 |
* | Trying to use DL_IMPORT for logf, sqrtf. | Pearu Peterson | 2007-07-28 | 2 | -8/+7 |
* | Trying to fix inconsisted dll linkage warning, 8: Dont understand why my chan... | Pearu Peterson | 2007-07-28 | 1 | -5/+0 |
* | Fix typo. | Pearu Peterson | 2007-07-28 | 1 | -1/+1 |
* | Trying to fix inconsisted dll linkage warning, 7. | Pearu Peterson | 2007-07-28 | 1 | -0/+6 |
* | Trying to fix inconsisted dll linkage warning, 6. | Pearu Peterson | 2007-07-28 | 2 | -2/+4 |
* | Trying to fix inconsisted dll linkage warning, 5. | Pearu Peterson | 2007-07-28 | 1 | -2/+4 |
* | Trying to fix inconsisted dll linkage warning, 4. | Pearu Peterson | 2007-07-28 | 2 | -1/+4 |
* | Trying to fix inconsisted dll linkage warning, 3. | Pearu Peterson | 2007-07-28 | 1 | -1/+1 |
* | Trying to fix inconsisted dll linkage warning, 2. | Pearu Peterson | 2007-07-28 | 1 | -1/+1 |
* | Trying to fix inconsisted dll linkage warning, clean up. | Pearu Peterson | 2007-07-28 | 1 | -0/+5 |
* | Convert large integer scalars to long instead of to int [patch by | Stefan van der Walt | 2007-07-27 | 2 | -5/+40 |
* | Fix polygon division. Closes ticket #553. | Stefan van der Walt | 2007-07-24 | 1 | -0/+7 |
* | Fix polynomial comparison. Closes ticket #554. | Stefan van der Walt | 2007-07-24 | 1 | -0/+7 |
* | Fix randint. Closes ticket #552. | Stefan van der Walt | 2007-07-23 | 1 | -0/+5 |
* | Regression test for ticket #396. | Stefan van der Walt | 2007-07-17 | 1 | -0/+5 |
* | Clean up fromnumeric docstrings. Closes ticket #543. | Stefan van der Walt | 2007-07-16 | 1 | -310/+340 |
* | Remove un-necessary DECREF | Travis Oliphant | 2007-07-06 | 1 | -1/+0 |
* | Working in _sortmodule.c.src | Charles Harris | 2007-07-05 | 1 | -297/+315 |
* | Add the `inexact` dtype to the tree of types in the numerictypes.py docstring. | cookedm | 2007-07-02 | 1 | -37/+37 |
* | Fix new typo added to arrayprint.py in r3877 | chanley | 2007-07-02 | 1 | -1/+1 |
* | NaN and Inf in arrays print always as NaN or Inf (not platform-dependent) | cookedm | 2007-07-02 | 1 | -155/+157 |
* | Replace <= by < in the insertion sort part of argsort(kind='mergesort') | Charles Harris | 2007-06-30 | 2 | -3/+9 |
* | Restore back to original .transpose behavior in memmap.py with explanation of... | Travis Oliphant | 2007-06-08 | 1 | -6/+4 |
* | Fix so that _mmap gets carried through .transpose | Travis Oliphant | 2007-06-08 | 1 | -0/+4 |
* | Fix so that _mmap gets carried through .transpose | Travis Oliphant | 2007-06-08 | 1 | -3/+7 |
* | Fix: _dotblas will not ork with fortran compiled blas. | Pearu Peterson | 2007-06-01 | 1 | -0/+2 |
* | Make changeset 3830 in the right place. | Travis Oliphant | 2007-05-29 | 1 | -8/+8 |
* | Use log.info instead of print in setup.py's | cookedm | 2007-05-28 | 1 | -3/+3 |
* | Fix the formatting of docstrings for all functions in fromnumeric.py so they | edschofield | 2007-05-24 | 1 | -156/+175 |
* | Fix some compiler warnings. | Travis Oliphant | 2007-05-23 | 1 | -2/+2 |
* | Properly decrement references for _internal.py imports | Travis Oliphant | 2007-05-23 | 4 | -9/+21 |