summaryrefslogtreecommitdiff
path: root/numpy/core/src/arrayobject.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs relating to adding hasobject. Add scalar-loops for some operations ...Travis Oliphant2006-01-301-17/+26
* Fixed so that long integers convert to int64 arrays if possible.Travis Oliphant2006-01-291-0/+9
* Simplify the ndenumerate class by exposing coords and index from flat iterato...Travis Oliphant2006-01-261-1/+28
* Simplify hasobject checks by setting hasobject to 1 for OBJECT_Descr data-typ...Travis Oliphant2006-01-251-3/+3
* Raise error when using same field names and disallow object fields for now.Travis Oliphant2006-01-251-2/+10
* Check for duplicate field names. Change .arrdescr --> .descr and .subdescr -...Travis Oliphant2006-01-251-3/+3
* Fix so that string and unicode types don't print NULL bytesTravis Oliphant2006-01-251-1/+1
* Undo special checks for dimension=1 in contiguous and Fortran-ordrer checking...Travis Oliphant2006-01-241-3/+1
* Add ndmin to array constructors.Travis Oliphant2006-01-241-13/+19
* A few safety checks for platforms where SIZEOF_LONG < SIZEOF_INTP -- windows ...Travis Oliphant2006-01-201-0/+12
* Remove unnecessary check.Travis Oliphant2006-01-201-3/+0
* Fixed error in no-axis methods for matrices.Travis Oliphant2006-01-201-1/+1
* Fix reference counting problems..Travis Oliphant2006-01-191-2/+4
* More optimizations to indexing...Travis Oliphant2006-01-191-113/+108
* Speed ups to indexing..Travis Oliphant2006-01-191-144/+170
* Fixed up PyArray_FromAny and friends for API --- recompile extensions...Travis Oliphant2006-01-191-83/+82
* static allocation of boolean valuessasha2006-01-181-8/+2
* intern bool_arrtype valuessasha2006-01-181-1/+9
* Fixed up inappropriate copy...Travis Oliphant2006-01-181-2/+2
* Fixed up usage of dtype to be consistent with new dtype objects.Travis Oliphant2006-01-171-31/+43
* Fix equality comparison for object arrays.Travis Oliphant2006-01-161-2/+3
* Made dtypedescr name attribute always report bit-width; fixed memmap slicing;...Travis Oliphant2006-01-151-4/+17
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-55/+40
* fixed core dump for invalid __array__sasha2006-01-131-1/+1
* Fix segfault in constructor when dtype not given.Travis Oliphant2006-01-121-2/+7
* Fix up use of aligned keyword.Travis Oliphant2006-01-111-4/+5
* Don't return Object Array Scalars.Travis Oliphant2006-01-111-2/+1
* Don't wrap ndarray's in object array wrappers.Travis Oliphant2006-01-111-0/+5
* Improved object array-scalar typesTravis Oliphant2006-01-111-1/+1
* allow assignment with multiple same indices as susbscripting. Limit to 1 ell...Travis Oliphant2006-01-111-34/+36
* Spell newaxis in lower case in error messages and commentssasha2006-01-111-6/+6
* implemented newaxis support for zero rank arrayssasha2006-01-111-2/+63
* Fixed up bad-checkin of ufunc code.Travis Oliphant2006-01-111-4/+4
* implemented a[...] = v and a[()] = v for zero rank asasha2006-01-111-0/+3
* allow x[...] and x[()] for zero rank ndarray xsasha2006-01-101-0/+3
* Undo size-0 iteration changes and fix possible core dump in PyArray_Return.Travis Oliphant2006-01-091-5/+2
* Fixed up so that at least element-size is allocated and iterator of size-0 ra...Travis Oliphant2006-01-081-3/+8
* A few cleanups to error code in PyArray_NewFromDescr. Some checks so that ce...Travis Oliphant2006-01-061-28/+26
* Added new feature to .view method so that if the argument is a sub-type of th...Travis Oliphant2006-01-061-2/+5
* Allow resize(a,0)Travis Oliphant2006-01-061-11/+4
* More documentation updatesedschofield2006-01-051-1/+1
* More fixes...Travis Oliphant2006-01-041-1/+1
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-13/+13
* rename sub-packagesTravis Oliphant2006-01-041-0/+8472