summaryrefslogtreecommitdiff
path: root/scipy/base/src/arraymethods.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Improved docstrings:edschofield2005-10-271-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 == 1Travis Oliphant2005-10-261-1/+7
|
* Cleaned up exceptions:edschofield2005-10-251-11/+11
| | | | | | * improved consistency in exception strings; removed typos * changed some ValueError exceptions to TypeError
* Added .fill method.Travis Oliphant2005-10-201-0/+16
|
* Added more doc-strings.Travis Oliphant2005-10-121-7/+25
|
* Added some simple CAPI documentation.Travis Oliphant2005-10-071-1/+1
|
* Several fixes.Travis Oliphant2005-10-031-3/+76
|
* Fixes by Eric Firing..Travis Oliphant2005-10-021-5/+11
|
* Removed sign and round as methods -- more like ufuncsTravis Oliphant2005-10-011-25/+0
|
* Changed new typedef bool to Bool throughout.Travis Oliphant2005-09-271-11/+11
|
* Fixed fortran ravelling issues. Travis Oliphant2005-09-221-7/+46
|
* Remove stray print.Travis Oliphant2005-09-201-2/+0
|
* problematic MIN removed.Travis Oliphant2005-09-201-2/+5
|
* Making more consistent.Travis Oliphant2005-09-201-1/+28
|
* Fixing some array scalar inconsistencies.Travis Oliphant2005-09-191-23/+27
|
* Adding core scipy functionsTravis Oliphant2005-09-191-1/+1
|
* Fixed more bugs.Travis Oliphant2005-09-181-2/+2
|
* Fixed PyArray_Copy when swapping needed. Removed PyArray_CopyArray (made it ↵Travis Oliphant2005-09-181-2/+5
| | | | a define)
* Many fixes.Travis Oliphant2005-09-161-4/+19
|
* Added PyArray_ArrayTypeTravis Oliphant2005-09-151-3/+3
|
* Adding scipy.base to SVNTravis Oliphant2005-09-141-0/+1284