Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improved docstrings: | edschofield | 2005-10-27 | 1 | -8/+47 | |
| | | | | | | | | | * Fuller explanation of default casting behaviour of a.sum(), a.mean(), scipy.sum(), and scipy.average() * Changed some array variable names from 'x' to 'a' in function_base.py for consistency with docstrings in arraymethods.c * Other cosmetic fixes to docstrings and code formatting | |||||
* | Fix toscalar so it only works when a.size == 1 | Travis Oliphant | 2005-10-26 | 1 | -1/+7 | |
| | ||||||
* | Cleaned up exceptions: | edschofield | 2005-10-25 | 1 | -11/+11 | |
| | | | | | | * improved consistency in exception strings; removed typos * changed some ValueError exceptions to TypeError | |||||
* | Added .fill method. | Travis Oliphant | 2005-10-20 | 1 | -0/+16 | |
| | ||||||
* | Added more doc-strings. | Travis Oliphant | 2005-10-12 | 1 | -7/+25 | |
| | ||||||
* | Added some simple CAPI documentation. | Travis Oliphant | 2005-10-07 | 1 | -1/+1 | |
| | ||||||
* | Several fixes. | Travis Oliphant | 2005-10-03 | 1 | -3/+76 | |
| | ||||||
* | Fixes by Eric Firing.. | Travis Oliphant | 2005-10-02 | 1 | -5/+11 | |
| | ||||||
* | Removed sign and round as methods -- more like ufuncs | Travis Oliphant | 2005-10-01 | 1 | -25/+0 | |
| | ||||||
* | Changed new typedef bool to Bool throughout. | Travis Oliphant | 2005-09-27 | 1 | -11/+11 | |
| | ||||||
* | Fixed fortran ravelling issues. | Travis Oliphant | 2005-09-22 | 1 | -7/+46 | |
| | ||||||
* | Remove stray print. | Travis Oliphant | 2005-09-20 | 1 | -2/+0 | |
| | ||||||
* | problematic MIN removed. | Travis Oliphant | 2005-09-20 | 1 | -2/+5 | |
| | ||||||
* | Making more consistent. | Travis Oliphant | 2005-09-20 | 1 | -1/+28 | |
| | ||||||
* | Fixing some array scalar inconsistencies. | Travis Oliphant | 2005-09-19 | 1 | -23/+27 | |
| | ||||||
* | Adding core scipy functions | Travis Oliphant | 2005-09-19 | 1 | -1/+1 | |
| | ||||||
* | Fixed more bugs. | Travis Oliphant | 2005-09-18 | 1 | -2/+2 | |
| | ||||||
* | Fixed PyArray_Copy when swapping needed. Removed PyArray_CopyArray (made it ↵ | Travis Oliphant | 2005-09-18 | 1 | -2/+5 | |
| | | | | a define) | |||||
* | Many fixes. | Travis Oliphant | 2005-09-16 | 1 | -4/+19 | |
| | ||||||
* | Added PyArray_ArrayType | Travis Oliphant | 2005-09-15 | 1 | -3/+3 | |
| | ||||||
* | Adding scipy.base to SVN | Travis Oliphant | 2005-09-14 | 1 | -0/+1284 | |