Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Possible memory leaks closed. | Travis Oliphant | 2005-11-11 | 1 | -3/+6 | |
| | ||||||
* | Fixed bug in scalar methods. | Travis Oliphant | 2005-11-11 | 2 | -14/+25 | |
| | ||||||
* | Speed up pyvalues lookup a bit. | Travis Oliphant | 2005-11-11 | 1 | -4/+8 | |
| | ||||||
* | Mild changes and version number upgrade. | Travis Oliphant | 2005-11-11 | 1 | -1/+1 | |
| | ||||||
* | Alter shape setting. | Travis Oliphant | 2005-11-11 | 1 | -4/+0 | |
| | ||||||
* | Fix array scalars __array_struct__ interface | Travis Oliphant | 2005-11-10 | 2 | -2/+3 | |
| | ||||||
* | Minor memory leaks | Travis Oliphant | 2005-11-10 | 2 | -6/+13 | |
| | ||||||
* | Fix array_structinterface bug | Travis Oliphant | 2005-11-10 | 1 | -2/+4 | |
| | ||||||
* | Added Paul's enhanced masked arrays. | Travis Oliphant | 2005-11-09 | 2 | -6/+10 | |
| | ||||||
* | Fix up bad commit. | Travis Oliphant | 2005-11-09 | 1 | -1/+8 | |
| | ||||||
* | Changed Transpose C-API. Cleaned up memory leaks. | Travis Oliphant | 2005-11-09 | 4 | -278/+174 | |
| | ||||||
* | Beginnings of faster scalar math. | Travis Oliphant | 2005-11-09 | 1 | -0/+103 | |
| | ||||||
* | Switched order of put and putmask. | Travis Oliphant | 2005-11-09 | 2 | -10/+10 | |
| | ||||||
* | Fix int stop -> intp stop in parse_subindex | cookedm | 2005-11-08 | 1 | -1/+1 | |
| | ||||||
* | Fixed up slice parsing to support larger integers on 64-bit platforms. | Travis Oliphant | 2005-11-08 | 1 | -24/+24 | |
| | ||||||
* | Created a better Copy function that can copy FORTRAN order too. | Travis Oliphant | 2005-11-08 | 3 | -16/+37 | |
| | ||||||
* | Fixed another leak. | Travis Oliphant | 2005-11-08 | 2 | -14/+18 | |
| | ||||||
* | Fixed-up array interface. | Travis Oliphant | 2005-11-08 | 1 | -3/+12 | |
| | ||||||
* | Comment changes. | Travis Oliphant | 2005-11-08 | 1 | -3/+4 | |
| | ||||||
* | Remove PyArrayMapIter_Type from user space. | Travis Oliphant | 2005-11-07 | 2 | -62/+27 | |
| | ||||||
* | Updated FillWithScalar. | Travis Oliphant | 2005-11-05 | 2 | -34/+10 | |
| | ||||||
* | removed MapIter commands from C-API | Travis Oliphant | 2005-11-05 | 3 | -33/+40 | |
| | ||||||
* | More valgrind-found bugs. | Travis Oliphant | 2005-11-05 | 4 | -59/+91 | |
| | ||||||
* | valgrind-found fixes and adjust indexing for object arrays. | Travis Oliphant | 2005-11-04 | 3 | -19/+57 | |
| | ||||||
* | 11/4/05 -- CJH -- Moved variable declaration to make it consistent with C ↵ | chanley | 2005-11-04 | 1 | -1/+1 | |
| | | | | standard. Declaration had been keeping scipy_core from building on Solaris systems with native compilers. | |||||
* | Added flexible support for Choose. | Travis Oliphant | 2005-11-04 | 1 | -13/+6 | |
| | ||||||
* | Found and fixed Put Object bug. | Travis Oliphant | 2005-11-04 | 1 | -17/+43 | |
| | ||||||
* | Disable problem test. | Travis Oliphant | 2005-11-04 | 4 | -47/+73 | |
| | ||||||
* | Raise error for iteration over scalar. | Travis Oliphant | 2005-11-03 | 1 | -1/+12 | |
| | ||||||
* | Fixed problems with non-existent attributes in array interface. | Travis Oliphant | 2005-11-03 | 1 | -1/+4 | |
| | ||||||
* | Comment changes, and change read to write in PyArray_Dump | Travis Oliphant | 2005-11-03 | 2 | -13/+15 | |
| | ||||||
* | Fixed bug in getfield, and some consistency issues. | Travis Oliphant | 2005-11-03 | 3 | -20/+22 | |
| | ||||||
* | Added ability to create arrays of user-defined type using the typeobject. | Travis Oliphant | 2005-11-03 | 4 | -12/+21 | |
| | ||||||
* | Altered flexible types so that NotImplemented is raised in case another type ↵ | Travis Oliphant | 2005-11-02 | 2 | -5/+17 | |
| | | | | wants to handle it. | |||||
* | Updated PyArray_Zero and PyArray_One. | Travis Oliphant | 2005-11-02 | 2 | -40/+25 | |
| | ||||||
* | Add missing variable declaration | cookedm | 2005-11-02 | 1 | -1/+1 | |
| | ||||||
* | Fixed some array interface issues. | Travis Oliphant | 2005-11-02 | 1 | -2/+16 | |
| | ||||||
* | added support for __array_struct__ | Travis Oliphant | 2005-11-02 | 2 | -1/+83 | |
| | ||||||
* | Added nbytes attribute and nbytes dictionary | Travis Oliphant | 2005-11-01 | 2 | -2/+28 | |
| | ||||||
* | Fixed Concatenate to use new ArrayType interface so flexible arrays are ↵ | Travis Oliphant | 2005-11-01 | 2 | -10/+9 | |
| | | | | supported. | |||||
* | Reapplied patch to interpret sequences more cautiously. | edschofield | 2005-11-01 | 1 | -2/+11 | |
| | ||||||
* | Reverted the PySequence_Check patch. DOK matrices should be fixed instead. | edschofield | 2005-11-01 | 1 | -10/+1 | |
| | ||||||
* | Changed array_fromobject() to treat failure of the Array_FromSequence() call | edschofield | 2005-11-01 | 1 | -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 Oliphant | 2005-11-01 | 1 | -0/+1 | |
| | ||||||
* | Fixed to allow reflected operators instead of OBJECT addition. | Travis Oliphant | 2005-11-01 | 2 | -6/+49 | |
| | ||||||
* | Added PyUFunc_On_Om to UFunc C-API | Travis Oliphant | 2005-10-29 | 2 | -3/+3 | |
| | ||||||
* | Cosmetic changes mainly. Remove unused itemsize from scanfunc arguments. | Travis Oliphant | 2005-10-28 | 3 | -9/+7 | |
| | ||||||
* | Change PyArray_Scalar to take a void * instead of char * | cookedm | 2005-10-28 | 1 | -2/+2 | |
| | ||||||
* | Whitespace cleanup | cookedm | 2005-10-28 | 1 | -133/+133 | |
| | ||||||
* | Fixed complex to bool issues. | Travis Oliphant | 2005-10-28 | 2 | -15/+99 | |
| |