Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More fixes for 64-bit systems. | Travis Oliphant | 2005-10-09 | 1 | -1/+1 | |
| | ||||||
* | Added comments | Travis Oliphant | 2005-10-09 | 1 | -7/+7 | |
| | ||||||
* | Fixed typo and moved __svn_version__ for core | Travis Oliphant | 2005-10-08 | 1 | -1/+1 | |
| | ||||||
* | Improve the array docstring a bit. | Travis Oliphant | 2005-10-08 | 1 | -1/+4 | |
| | ||||||
* | Fix use of PyArray_New in PyArray_FromDims | Travis Oliphant | 2005-10-08 | 1 | -6/+6 | |
| | ||||||
* | Some printing fixes. | Travis Oliphant | 2005-10-08 | 1 | -5/+9 | |
| | ||||||
* | More 64 bit fixes. | Travis Oliphant | 2005-10-08 | 1 | -1/+1 | |
| | ||||||
* | Fixed some typecode initilization warnings. Made core libraries accessible ↵ | Travis Oliphant | 2005-10-08 | 1 | -16/+33 | |
| | | | | directly under scipy name space. | |||||
* | Added some simple CAPI documentation. | Travis Oliphant | 2005-10-07 | 1 | -23/+31 | |
| | ||||||
* | Fixed more intp issues. | Travis Oliphant | 2005-10-07 | 1 | -2/+2 | |
| | ||||||
* | Fixed issues with threading... | Travis Oliphant | 2005-10-07 | 1 | -2/+10 | |
| | ||||||
* | Added optimization for array_subscript and eleminated threaded support for a ↵ | Travis Oliphant | 2005-10-06 | 1 | -2/+11 | |
| | | | | while. | |||||
* | Fixed some BOOL-related bugs. BOOLs are now cast to their correct type. | Travis Oliphant | 2005-10-05 | 1 | -1/+6 | |
| | ||||||
* | Added feature that output arrays less than bufsize make temporaries... | Travis Oliphant | 2005-10-05 | 1 | -4/+16 | |
| | ||||||
* | Fixed object put bug.. | Travis Oliphant | 2005-10-05 | 1 | -3/+7 | |
| | ||||||
* | Improved logic so sequence can act like tuple for advanced indexing as well. | Travis Oliphant | 2005-10-04 | 1 | -17/+52 | |
| | ||||||
* | Made sure that arbitrary sequences (smaller than MAX_DIMS) with slice ↵ | Travis Oliphant | 2005-10-04 | 1 | -3/+18 | |
| | | | | objects in them use standard indexing. | |||||
* | Fixed segfaults in buffered casting when castsize was different than ↵ | Travis Oliphant | 2005-10-03 | 1 | -38/+15 | |
| | | | | buffersize. Also fixed so copies are made whenever the array is less than the buffersize | |||||
* | Several fixes. | Travis Oliphant | 2005-10-03 | 1 | -6/+13 | |
| | ||||||
* | Fix problem with uninitialized memory in _dotblas. Changed old C-API to set ↵ | Travis Oliphant | 2005-10-02 | 1 | -10/+23 | |
| | | | | the memory to 0 as before. | |||||
* | Fixed some casting rule issues. | Travis Oliphant | 2005-09-30 | 1 | -2/+2 | |
| | ||||||
* | Added a can_cast Python function. | Travis Oliphant | 2005-09-29 | 1 | -0/+26 | |
| | ||||||
* | a.flags returns fancy array-connected dictionary. | Travis Oliphant | 2005-09-29 | 1 | -19/+11 | |
| | ||||||
* | Fixed bugs. | Travis Oliphant | 2005-09-28 | 1 | -1/+1 | |
| | ||||||
* | Altered string and unicode array scalar types so they inherit from Python ↵ | Travis Oliphant | 2005-09-28 | 1 | -5/+5 | |
| | | | | types first... | |||||
* | Eliminated random_lite library | Travis Oliphant | 2005-09-28 | 1 | -5/+6 | |
| | ||||||
* | Don't register multiple copies. | Travis Oliphant | 2005-09-27 | 1 | -1/+11 | |
| | ||||||
* | Added simple type registration system. | Travis Oliphant | 2005-09-27 | 1 | -28/+115 | |
| | ||||||
* | Removed redundant testing. | Travis Oliphant | 2005-09-27 | 1 | -0/+1 | |
| | ||||||
* | Changed OWN_DATA to OWNDATA | Travis Oliphant | 2005-09-27 | 1 | -1/+1 | |
| | ||||||
* | Changed new typedef bool to Bool throughout. | Travis Oliphant | 2005-09-27 | 1 | -47/+47 | |
| | ||||||
* | Defines for backward compat C-API | Travis Oliphant | 2005-09-27 | 1 | -4/+23 | |
| | ||||||
* | Return Long integer on size only if necessary. | Travis Oliphant | 2005-09-26 | 1 | -1/+0 | |
| | ||||||
* | Return Long integer on size only if necessary. | Travis Oliphant | 2005-09-26 | 1 | -1/+5 | |
| | ||||||
* | Fixed nasty shape setting bug. | Travis Oliphant | 2005-09-26 | 1 | -1/+1 | |
| | ||||||
* | Fixed up for release. | Travis Oliphant | 2005-09-26 | 1 | -2/+2 | |
| | ||||||
* | (no commit message) | Travis Oliphant | 2005-09-23 | 1 | -2/+2 | |
| | ||||||
* | Altered so that ndarray inherits from ndbigarray which does not export the ↵ | Travis Oliphant | 2005-09-22 | 1 | -4/+18 | |
| | | | | sequence or buffer interface and so is not subject to the 32-bit limitations on platforms where int is not the size of the pointer. | |||||
* | Fixed fortran ravelling issues. | Travis Oliphant | 2005-09-22 | 1 | -14/+13 | |
| | ||||||
* | problematic MIN removed. | Travis Oliphant | 2005-09-20 | 1 | -1/+1 | |
| | ||||||
* | Found problem with reshape. | Travis Oliphant | 2005-09-20 | 1 | -1/+2 | |
| | ||||||
* | Fixing some array scalar inconsistencies. | Travis Oliphant | 2005-09-19 | 1 | -1/+6 | |
| | ||||||
* | Converting masked arrays | Travis Oliphant | 2005-09-19 | 1 | -7/+13 | |
| | ||||||
* | Fixed PyArray_Copy when swapping needed. Removed PyArray_CopyArray (made it ↵ | Travis Oliphant | 2005-09-18 | 1 | -68/+19 | |
| | | | | a define) | |||||
* | Many fixes. | Travis Oliphant | 2005-09-16 | 1 | -6/+30 | |
| | ||||||
* | Added PyArray_ArrayType | Travis Oliphant | 2005-09-15 | 1 | -36/+123 | |
| | ||||||
* | Fixing added Numeric | Travis Oliphant | 2005-09-15 | 1 | -1/+3 | |
| | ||||||
* | Added EnsureArray to C-API and used it to clean up some method calls | Travis Oliphant | 2005-09-14 | 1 | -0/+24 | |
| | ||||||
* | Adding scipy.base to SVN | Travis Oliphant | 2005-09-14 | 1 | -0/+6666 | |