summaryrefslogtreecommitdiff
path: root/numpy/core/records.py
Commit message (Expand)AuthorAgeFilesLines
* Fix up rec.array when dtype and formats are both None for cases that support ...Travis Oliphant2006-07-191-6/+15
* Fix casting of signed ints to unsigned ints and Change aligned=0 to aligned=F...Travis Oliphant2006-07-111-5/+5
* Fix so formats as dtype is not accepted.Travis Oliphant2006-07-111-41/+25
* Alter order of records.py keyword arguments and allow dtype= keyword or forma...Travis Oliphant2006-07-111-68/+65
* Add the dtype= keyword to records.py functionsTravis Oliphant2006-07-111-5/+14
* Add dtype= keyword to functions for record arrays so that pre-built descripto...Travis Oliphant2006-07-111-26/+65
* Make third argument to recarray.__new__ a keyword.Travis Oliphant2006-07-111-1/+1
* MADE NPY_ versions of all PyArray_ prefixes corresponding to CONSTANTS. Crea...Travis Oliphant2006-07-101-4/+5
* replace some bare except:'scookedm2006-07-101-5/+11
* Add unit-test for record-arrays with object field.Travis Oliphant2006-06-271-2/+8
* Back out accidental change.Travis Oliphant2006-06-271-1/+0
* Fixes for objects in arrays.Travis Oliphant2006-06-271-0/+1
* Fix ticket #104Travis Oliphant2006-05-101-0/+12
* Fix ticket #102 and a few other 1-field descriptions.Travis Oliphant2006-05-091-0/+3
* Added matrix method test from ticket #84Travis Oliphant2006-05-091-1/+0
* Fix field method to always return fields. Fixes ticket #101Travis Oliphant2006-05-091-2/+9
* Fix-up record-array pickling and attribute access errors. Fix minor pickling...Travis Oliphant2006-03-311-4/+23
* Change order of attribute lookup for recarrays. Now, the methods and attribu...Travis Oliphant2006-03-271-10/+9
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-21/+20
* Apply Tim's code-checker tests except for white-space-only changes.Travis Oliphant2006-03-061-3/+1
* Added a field method to recarray to allow field access via column name or index.chanley2006-02-151-0/+10
* Fix record-array so sub-classes work.Travis Oliphant2006-02-081-2/+2
* Remove getitem and setitem from record class -- void type does the right thingTravis Oliphant2006-01-311-13/+0
* Fix up record class to allow getting items from list.Travis Oliphant2006-01-311-3/+11
* Fix-up record arrays that were not of dtype.type record. Don't allow arbitra...Travis Oliphant2006-01-301-2/+7
* Fixed dotblas for zero-size arrays.Travis Oliphant2006-01-171-31/+36
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-24/+20
* chararray -> defchararraysasha2006-01-061-1/+1
* A few cleanups to error code in PyArray_NewFromDescr. Some checks so that ce...Travis Oliphant2006-01-061-2/+2
* Fixed small error.Travis Oliphant2006-01-061-1/+1
* Added new feature to .view method so that if the argument is a sub-type of th...Travis Oliphant2006-01-061-8/+16
* rename sub-packagesTravis Oliphant2006-01-041-0/+402