Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for linspace (#118) was incomplete; good now. | cookedm | 2006-05-17 | 1 | -1/+1 |
| | |||||
* | #118: linspace should always return floats | cookedm | 2006-05-16 | 1 | -1/+1 |
| | | | | Patch from stefan; fix special case which could return an array of one int. | ||||
* | Add math module to numpy namespace so numpy.math works same as Numeric.math. ↵ | Travis Oliphant | 2006-05-02 | 1 | -1/+1 |
| | | | | Change numpy.math to numpy.nmath | ||||
* | Fix indentation error. | Travis Oliphant | 2006-04-27 | 1 | -1/+1 |
| | |||||
* | Add improved checking for number of arguments to support more functions | Travis Oliphant | 2006-04-27 | 1 | -10/+34 |
| | |||||
* | Add new C-API function in middle. Bump C-API version number. | Travis Oliphant | 2006-04-26 | 1 | -2/+2 |
| | |||||
* | Slightly different fix to vectorize. | Travis Oliphant | 2006-04-26 | 1 | -13/+3 |
| | |||||
* | Fix vectorize to handle scalar return values. | Travis Oliphant | 2006-04-26 | 1 | -2/+13 |
| | |||||
* | Fix-up usage of asarray. | Travis Oliphant | 2006-03-29 | 1 | -2/+2 |
| | |||||
* | remove unused imports | Tim Leslie | 2006-03-25 | 1 | -3/+1 |
| | |||||
* | trivial whitespace changes, more explicit imports | Tim Leslie | 2006-03-23 | 1 | -10/+10 |
| | |||||
* | Add extra arguments to corrcoef. | Travis Oliphant | 2006-03-16 | 1 | -2/+2 |
| | |||||
* | Fix scalar case for corrcoef | Travis Oliphant | 2006-03-16 | 1 | -1/+4 |
| | |||||
* | Third time's the charm. | Travis Oliphant | 2006-03-16 | 1 | -2/+3 |
| | |||||
* | Fix cov and corrcoef in numpy | Travis Oliphant | 2006-03-16 | 1 | -1/+1 |
| | |||||
* | Fix cov and corrcoef in numpy | Travis Oliphant | 2006-03-16 | 1 | -26/+32 |
| | |||||
* | remove unused imports | Tim Leslie | 2006-03-13 | 1 | -4/+4 |
| | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -13/+13 |
| | | | | extraneous whitespace | ||||
* | Fix-up error in piecewise. | Travis Oliphant | 2006-03-01 | 1 | -1/+1 |
| | |||||
* | Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid ↵ | Pearu Peterson | 2006-02-24 | 1 | -1/+0 |
| | | | | initiating Scipy/NumpyTest during imports. | ||||
* | Convert to arrays in piecewise. Improve error-handling of object-array ↵ | Travis Oliphant | 2006-01-29 | 1 | -1/+2 |
| | | | | conversions. | ||||
* | Add test for column-vector bug in dotblas. | Travis Oliphant | 2006-01-29 | 1 | -0/+2 |
| | |||||
* | Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵ | Travis Oliphant | 2006-01-15 | 1 | -13/+13 |
| | | | | .dtypechar -> .dtype.char | ||||
* | Added new feature to .view method so that if the argument is a sub-type of ↵ | Travis Oliphant | 2006-01-06 | 1 | -2/+3 |
| | | | | the ndarray, an object is returned with all the information of the array. | ||||
* | Copy input for i0 calculation. | Travis Oliphant | 2006-01-05 | 1 | -1/+1 |
| | |||||
* | Cleaning up __all__ list and numpy namespace. | Pearu Peterson | 2006-01-05 | 1 | -2/+2 |
| | |||||
* | Add a few more docstrings using add_docstring. | Travis Oliphant | 2006-01-05 | 1 | -2/+17 |
| | |||||
* | Added i0 natively for kaiser window | Travis Oliphant | 2006-01-05 | 1 | -8/+96 |
| | |||||
* | More fixes... | Travis Oliphant | 2006-01-04 | 1 | -1/+0 |
| | |||||
* | More numpy fixes... | Travis Oliphant | 2006-01-04 | 1 | -74/+3 |
| | |||||
* | Fixed lib | Travis Oliphant | 2006-01-04 | 1 | -5/+5 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -7/+7 |
| | |||||
* | Moving things.. | Travis Oliphant | 2006-01-04 | 1 | -0/+815 |