Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | removed MapIter commands from C-API | Travis Oliphant | 2005-11-05 | 1 | -25/+33 | |
| | ||||||
* | More valgrind-found bugs. | Travis Oliphant | 2005-11-05 | 1 | -20/+43 | |
| | ||||||
* | valgrind-found fixes and adjust indexing for object arrays. | Travis Oliphant | 2005-11-04 | 1 | -14/+40 | |
| | ||||||
* | Disable problem test. | Travis Oliphant | 2005-11-04 | 1 | -41/+67 | |
| | ||||||
* | 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 | 1 | -8/+8 | |
| | ||||||
* | Fixed bug in getfield, and some consistency issues. | Travis Oliphant | 2005-11-03 | 1 | -8/+2 | |
| | ||||||
* | Added ability to create arrays of user-defined type using the typeobject. | Travis Oliphant | 2005-11-03 | 1 | -1/+2 | |
| | ||||||
* | Altered flexible types so that NotImplemented is raised in case another type ↵ | Travis Oliphant | 2005-11-02 | 1 | -0/+11 | |
| | | | | wants to handle it. | |||||
* | Updated PyArray_Zero and PyArray_One. | Travis Oliphant | 2005-11-02 | 1 | -40/+20 | |
| | ||||||
* | 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 | 1 | -0/+50 | |
| | ||||||
* | Added nbytes attribute and nbytes dictionary | Travis Oliphant | 2005-11-01 | 1 | -2/+24 | |
| | ||||||
* | Fixed Concatenate to use new ArrayType interface so flexible arrays are ↵ | Travis Oliphant | 2005-11-01 | 1 | -2/+2 | |
| | | | | 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 | 1 | -2/+2 | |
| | ||||||
* | Cosmetic changes mainly. Remove unused itemsize from scanfunc arguments. | Travis Oliphant | 2005-10-28 | 1 | -4/+4 | |
| | ||||||
* | Change PyArray_Scalar to take a void * instead of char * | cookedm | 2005-10-28 | 1 | -2/+2 | |
| | ||||||
* | Fix 0-d array indexing. | Travis Oliphant | 2005-10-27 | 1 | -1/+16 | |
| | ||||||
* | Fix for rank-0 arrays. Now a[0] = 1 throws an IndexError, just like | edschofield | 2005-10-27 | 1 | -1/+6 | |
| | | | | | | | reading from a[0] does. ** Note: assigning a[-1] = 0 still segfaults! ** | |||||
* | Fixes to array_ass_item and array_item so that other uses of these besides ↵ | Travis Oliphant | 2005-10-26 | 1 | -20/+33 | |
| | | | | the sequence protocol work for 64-bit systems. | |||||
* | Cosmetic fixes. | Travis Oliphant | 2005-10-26 | 1 | -1/+1 | |
| | ||||||
* | Fix segfault with Character arrays. | Travis Oliphant | 2005-10-26 | 1 | -3/+6 | |
| | ||||||
* | Fixed default typecode on copy. | Travis Oliphant | 2005-10-25 | 1 | -1/+1 | |
| | ||||||
* | Fixed docstring (line-break problem) | edschofield | 2005-10-25 | 1 | -11/+11 | |
| | ||||||
* | Cleaned up exceptions: | edschofield | 2005-10-25 | 1 | -85/+85 | |
| | | | | | | * improved consistency in exception strings; removed typos * changed some ValueError exceptions to TypeError | |||||
* | More fixes to remove allowing numbers for types. | Travis Oliphant | 2005-10-22 | 1 | -4/+10 | |
| | ||||||
* | Removed allowing numbers for typecodes. | Travis Oliphant | 2005-10-22 | 1 | -12/+15 | |
| | ||||||
* | Remove useless size change. | Travis Oliphant | 2005-10-21 | 1 | -5/+3 | |
| | ||||||
* | Fixed up array interface | Travis Oliphant | 2005-10-21 | 1 | -16/+34 | |
| | ||||||
* | Added .fill method. | Travis Oliphant | 2005-10-20 | 1 | -0/+55 | |
| | ||||||
* | Transpose fixes --- flags needed fixing before calling copy_ND_array. | Travis Oliphant | 2005-10-20 | 1 | -2/+1 | |
| | ||||||
* | Fix flags and don't set mem to 0 in FromDimsAndData | Travis Oliphant | 2005-10-19 | 1 | -9/+4 | |
| | ||||||
* | Generalized newshape for adding and removing ones. | Travis Oliphant | 2005-10-18 | 1 | -1/+6 | |
| | ||||||
* | Fixed so that setting shape works even for discontiguous arrays as long as ↵ | Travis Oliphant | 2005-10-18 | 1 | -1/+5 | |
| | | | | only inserting or deleting unit length dimensions is involved. This fixes problem with selecting from matrix. | |||||
* | Fixed __array_data__ interface. | Travis Oliphant | 2005-10-14 | 1 | -8/+27 | |
| | ||||||
* | Removed mapiter from Python exposure. | Travis Oliphant | 2005-10-14 | 1 | -9/+20 | |
| | ||||||
* | Fixes made necessary by change to asarray. | Travis Oliphant | 2005-10-14 | 1 | -0/+9 | |
| | ||||||
* | Fixed subclass PyArray_New error segfault. Updated f2py for newscipy (a little) | Travis Oliphant | 2005-10-14 | 1 | -10/+9 | |
| | ||||||
* | Fixed can cast safely. | Travis Oliphant | 2005-10-13 | 1 | -34/+16 | |
| | ||||||
* | Fixed so that array always returns an array object. | Travis Oliphant | 2005-10-13 | 1 | -12/+50 | |
| | ||||||
* | Fixed remainder to behaved like Python. | Travis Oliphant | 2005-10-12 | 1 | -3/+3 | |
| | ||||||
* | Fix buglet in set_numeric_ops | Travis Oliphant | 2005-10-12 | 1 | -10/+11 | |
| | ||||||
* | Fixed flags problem on array_interface conversion. | Travis Oliphant | 2005-10-11 | 1 | -2/+3 | |
| | ||||||
* | Removed comments. Fixed can_cast so that 64-bit integer can be cast safely ↵ | Travis Oliphant | 2005-10-11 | 1 | -4/+34 | |
| | | | | to a double precision. |