| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix byte-swapping problem for ticket #105 | Travis Oliphant | 2006-05-10 | 1 | -1/+1 |
* | Fix ticket #102 and a few other 1-field descriptions. | Travis Oliphant | 2006-05-09 | 3 | -8/+19 |
* | Added matrix method test from ticket #84 | Travis Oliphant | 2006-05-09 | 2 | -2/+37 |
* | Fix field method to always return fields. Fixes ticket #101 | Travis Oliphant | 2006-05-09 | 1 | -2/+9 |
* | Add missing Py_INCREF to fix ticket #95 | Travis Oliphant | 2006-05-09 | 1 | -0/+1 |
* | resolve ticket #89 | Travis Oliphant | 2006-05-09 | 1 | -6/+6 |
* | Fix-up optimized dot when strides is not a multiple of the element size. | Travis Oliphant | 2006-05-09 | 4 | -12/+78 |
* | Fix field-comparisons for EquivTypes. Fixes ticket #94 | Travis Oliphant | 2006-05-09 | 2 | -3/+24 |
* | Fix type-error oddity in defect #92 | Travis Oliphant | 2006-05-09 | 1 | -3/+7 |
* | Fix for ticket #86 | Travis Oliphant | 2006-05-09 | 2 | -11/+18 |
* | Fix Issue #93 | Travis Oliphant | 2006-05-09 | 1 | -0/+5 |
* | Fix-up swapping error in iter_subscript. | Travis Oliphant | 2006-05-09 | 1 | -1/+1 |
* | Moved the declaration of retstatus above the variable assignments in the #if/... | chanley | 2006-05-08 | 1 | -1/+2 |
* | Removing bool scalar nb_add and nb_multiply functions as they appear to give ... | Robert Kern | 2006-05-08 | 1 | -2/+2 |
* | get_info returns deep copy of a dictionary, fixes bugs when one modifies info... | Pearu Peterson | 2006-05-03 | 1 | -2/+2 |
* | Added numerix info class to choose between different array backends using env... | Pearu Peterson | 2006-05-03 | 1 | -0/+34 |
* | Fixed doctest usage 2.4-ism. | Pearu Peterson | 2006-05-03 | 1 | -4/+7 |
* | fix: `emath` instead of `nmath` | abaecker | 2006-05-03 | 1 | -1/+1 |
* | fix compile problem (patch by Ted Horst) | abaecker | 2006-05-03 | 1 | -1/+6 |
* | numpy.lib.scimath --> numpy.emath | Travis Oliphant | 2006-05-02 | 1 | -1/+1 |
* | Add math module to numpy namespace so numpy.math works same as Numeric.math. ... | Travis Oliphant | 2006-05-02 | 2 | -3/+4 |
* | Fix array('mystr','c') so it works as in NumPy | Travis Oliphant | 2006-05-02 | 2 | -1/+3 |
* | Add PyArray_CHAR as an alias to PyArray_STRING with element size of 1 | Travis Oliphant | 2006-05-02 | 3 | -2/+9 |
* | Fixed prune file pattern - subdirectories were exluded by this bug for add_da... | Pearu Peterson | 2006-05-02 | 1 | -2/+2 |
* | Impl. NumpyTest.testall method that looks for test methods more agrressively ... | Pearu Peterson | 2006-05-01 | 1 | -1/+124 |
* | Fix #90. | Robert Kern | 2006-05-01 | 1 | -1/+1 |
* | Made only/skip f2py options active when using -h option. | Pearu Peterson | 2006-05-01 | 1 | -0/+6 |
* | Changed rundocs to closely follow procedure outlined in the docs for imp.load... | Tim Hochberg | 2006-04-30 | 1 | -1/+6 |
* | Fix absolute which does not contain the needed functions... | Travis Oliphant | 2006-04-29 | 1 | -26/+1 |
* | Implement int, float, long, oct, hex | Travis Oliphant | 2006-04-29 | 2 | -4/+34 |
* | Fix up usage of platform-specific functions. | Travis Oliphant | 2006-04-29 | 2 | -11/+53 |
* | Fix type of _PyArrayScalar_BoolValues | Travis Oliphant | 2006-04-28 | 3 | -7/+11 |
* | Fix-up size check for 64-bit | Travis Oliphant | 2006-04-28 | 1 | -3/+3 |
* | Fix so correct return value happens in get_functions | Travis Oliphant | 2006-04-28 | 1 | -4/+3 |
* | Finish up scalarmath. Needs testing... | Travis Oliphant | 2006-04-28 | 2 | -82/+278 |
* | Implement divmod | Travis Oliphant | 2006-04-28 | 1 | -1/+41 |
* | Fix true_divide for integers. | Travis Oliphant | 2006-04-28 | 1 | -4/+6 |
* | Add ctype_true_divide, ctype_divide, and ctype_floor_divide for integers. | Travis Oliphant | 2006-04-28 | 1 | -5/+31 |
* | implemented @name@_ctype_(l,r)shift | sasha | 2006-04-28 | 1 | -3/+3 |
* | implemented (float,double,longdouble)_ctype_remainder | sasha | 2006-04-28 | 1 | -0/+10 |
* | Fix typo | Travis Oliphant | 2006-04-27 | 1 | -1/+1 |
* | Fix typo | Travis Oliphant | 2006-04-27 | 1 | -1/+1 |
* | Perhaps floor functions should be present | Travis Oliphant | 2006-04-27 | 1 | -20/+1 |
* | Add multiply and floor_divide | Travis Oliphant | 2006-04-27 | 1 | -2/+68 |
* | implemented (float, double, longdouble)_ctype_power in scalarmath | sasha | 2006-04-27 | 1 | -0/+10 |
* | implemented @name@_ctype_(positive,negative) in scalarmath | sasha | 2006-04-27 | 1 | -0/+31 |
* | implemented @name@_ctype_absolute in scalarmath | sasha | 2006-04-27 | 1 | -0/+24 |
* | Fixed up nonzero --- it doesn't need a ctype implementation anymore... | Travis Oliphant | 2006-04-27 | 1 | -15/+1 |
* | implemented @name@_ctype_nonzero in scalarmath | sasha | 2006-04-27 | 1 | -0/+9 |
* | Fix nonzero and go back to using Generic scalar handler on failure in main sc... | Travis Oliphant | 2006-04-27 | 1 | -16/+62 |