summaryrefslogtreecommitdiff
path: root/scipy/base/records.py
Commit message (Expand)AuthorAgeFilesLines
* Moved scipy directory to numpyTravis Oliphant2006-01-041-402/+0
* Fixed problems revealed by pychecker.Travis Oliphant2005-12-301-6/+3
* Changed some expected outputs in docstringsTravis Oliphant2005-12-291-4/+4
* Don't set fields attribute in record type (get it from dtypedescr).Travis Oliphant2005-12-291-6/+6
* Fixed use of byteorder.Travis Oliphant2005-12-281-1/+1
* Changed .toscalar() method to .item()Travis Oliphant2005-12-261-1/+1
* Fixed oversight of saving the flags.Travis Oliphant2005-12-141-1/+3
* Made names more consistent, fixed byteorder for recarraysTravis Oliphant2005-12-141-9/+27
* Removed swap paramterTravis Oliphant2005-12-141-9/+3
* Added string processing to dtypedescr repetoireTravis Oliphant2005-12-141-134/+10
* Fix byte-order issues on record arrays.Travis Oliphant2005-12-131-2/+3
* modified fromstring methodchanley2005-12-131-2/+2
* Improved VOID_getitem and VOID_setitem when there are fields. Fixed arange s...Travis Oliphant2005-12-131-17/+3
* Fixed so swapped record arrays get converted properly.Travis Oliphant2005-12-131-11/+139
* Fixed array pickle to handle subclasses.Travis Oliphant2005-12-131-32/+33
* Fixed pickling to support arbitrary dtypedescr arrays.Travis Oliphant2005-12-131-6/+115
* Changed name ndrecarray -> recarray. Disabled default printing and error pri...Travis Oliphant2005-12-121-6/+4
* Fix-up dealing with arbitrary objects as type-descriptors.Travis Oliphant2005-12-101-1/+1
* Fixed setitem problem.Travis Oliphant2005-12-081-1/+1
* Use amax and amin in ma.pyTravis Oliphant2005-12-081-2/+1
* Fix-ups for recordsTravis Oliphant2005-12-081-8/+20
* Fixed up records so that record-scalar modifies original data.Travis Oliphant2005-12-081-20/+19
* Record type infrastructure in place.Travis Oliphant2005-12-081-25/+76
* Fixing records.pyTravis Oliphant2005-12-071-95/+61
* Start changes so that Scalar creation relies on Descr structure.Travis Oliphant2005-12-071-2/+5
* Fixed syntax errors.Pearu Peterson2005-12-061-2/+2
* Fixtype branch tests level 1 pass.Travis Oliphant2005-12-051-2/+2
* Added PyArray_SetField to API. Began code to allow setting the data type wit...Travis Oliphant2005-12-011-16/+42
* Basic record type now works.Travis Oliphant2005-12-011-37/+47
* Fixed up ndchararray a bit. Fixed up use of registered data types.Travis Oliphant2005-11-301-5/+7
* EJS: Patch to use proper True and False values rather than 1 and 0. This all...edschofield2005-10-221-1/+1
* removed % from FMT stringTravis Oliphant2005-10-151-1/+1
* test changechanley2005-10-101-2/+3
* Several fixes.Travis Oliphant2005-10-031-1/+1
* Moving things to live under scipyTravis Oliphant2005-09-141-0/+223