summaryrefslogtreecommitdiff
path: root/scipy/base/src/arraymethods.c
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaned up exceptions:edschofield2005-10-251-11/+11
* 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
* 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