summaryrefslogtreecommitdiff
path: root/scipy/base/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Possible memory leaks closed.Travis Oliphant2005-11-111-3/+6
|
* Fixed bug in scalar methods.Travis Oliphant2005-11-112-14/+25
|
* Speed up pyvalues lookup a bit.Travis Oliphant2005-11-111-4/+8
|
* Mild changes and version number upgrade.Travis Oliphant2005-11-111-1/+1
|
* Alter shape setting.Travis Oliphant2005-11-111-4/+0
|
* Fix array scalars __array_struct__ interfaceTravis Oliphant2005-11-102-2/+3
|
* Minor memory leaksTravis Oliphant2005-11-102-6/+13
|
* Fix array_structinterface bugTravis Oliphant2005-11-101-2/+4
|
* Added Paul's enhanced masked arrays.Travis Oliphant2005-11-092-6/+10
|
* Fix up bad commit.Travis Oliphant2005-11-091-1/+8
|
* Changed Transpose C-API. Cleaned up memory leaks.Travis Oliphant2005-11-094-278/+174
|
* Beginnings of faster scalar math.Travis Oliphant2005-11-091-0/+103
|
* Switched order of put and putmask.Travis Oliphant2005-11-092-10/+10
|
* Fix int stop -> intp stop in parse_subindexcookedm2005-11-081-1/+1
|
* Fixed up slice parsing to support larger integers on 64-bit platforms.Travis Oliphant2005-11-081-24/+24
|
* Created a better Copy function that can copy FORTRAN order too.Travis Oliphant2005-11-083-16/+37
|
* Fixed another leak.Travis Oliphant2005-11-082-14/+18
|
* Fixed-up array interface.Travis Oliphant2005-11-081-3/+12
|
* Comment changes.Travis Oliphant2005-11-081-3/+4
|
* Remove PyArrayMapIter_Type from user space.Travis Oliphant2005-11-072-62/+27
|
* Updated FillWithScalar.Travis Oliphant2005-11-052-34/+10
|
* removed MapIter commands from C-APITravis Oliphant2005-11-053-33/+40
|
* More valgrind-found bugs.Travis Oliphant2005-11-054-59/+91
|
* valgrind-found fixes and adjust indexing for object arrays.Travis Oliphant2005-11-043-19/+57
|
* 11/4/05 -- CJH -- Moved variable declaration to make it consistent with C ↵chanley2005-11-041-1/+1
| | | | standard. Declaration had been keeping scipy_core from building on Solaris systems with native compilers.
* Added flexible support for Choose.Travis Oliphant2005-11-041-13/+6
|
* Found and fixed Put Object bug.Travis Oliphant2005-11-041-17/+43
|
* Disable problem test.Travis Oliphant2005-11-044-47/+73
|
* Raise error for iteration over scalar.Travis Oliphant2005-11-031-1/+12
|
* Fixed problems with non-existent attributes in array interface.Travis Oliphant2005-11-031-1/+4
|
* Comment changes, and change read to write in PyArray_DumpTravis Oliphant2005-11-032-13/+15
|
* Fixed bug in getfield, and some consistency issues.Travis Oliphant2005-11-033-20/+22
|
* Added ability to create arrays of user-defined type using the typeobject.Travis Oliphant2005-11-034-12/+21
|
* Altered flexible types so that NotImplemented is raised in case another type ↵Travis Oliphant2005-11-022-5/+17
| | | | wants to handle it.
* Updated PyArray_Zero and PyArray_One.Travis Oliphant2005-11-022-40/+25
|
* Add missing variable declarationcookedm2005-11-021-1/+1
|
* Fixed some array interface issues.Travis Oliphant2005-11-021-2/+16
|
* added support for __array_struct__Travis Oliphant2005-11-022-1/+83
|
* Added nbytes attribute and nbytes dictionaryTravis Oliphant2005-11-012-2/+28
|
* Fixed Concatenate to use new ArrayType interface so flexible arrays are ↵Travis Oliphant2005-11-012-10/+9
| | | | supported.
* Reapplied patch to interpret sequences more cautiously.edschofield2005-11-011-2/+11
|
* Reverted the PySequence_Check patch. DOK matrices should be fixed instead.edschofield2005-11-011-10/+1
|
* Changed array_fromobject() to treat failure of the Array_FromSequence() call edschofield2005-11-011-4/+13
| | | | | | | | | | differently. Now it clears the error flag and tries interpreting the object as a scalar. This allows more graceful error handling of badly behaved objects like DOK matrices that pass PySequence_Check but can't be indexed like sequences. Fixed small typos.
* Added ISALIGNED macro and documentation update.Travis Oliphant2005-11-011-0/+1
|
* Fixed to allow reflected operators instead of OBJECT addition.Travis Oliphant2005-11-012-6/+49
|
* Added PyUFunc_On_Om to UFunc C-APITravis Oliphant2005-10-292-3/+3
|
* Cosmetic changes mainly. Remove unused itemsize from scanfunc arguments.Travis Oliphant2005-10-283-9/+7
|
* Change PyArray_Scalar to take a void * instead of char *cookedm2005-10-281-2/+2
|
* Whitespace cleanupcookedm2005-10-281-133/+133
|
* Fixed complex to bool issues.Travis Oliphant2005-10-282-15/+99
|