Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -8472/+0 |
| | |||||
* | Added compare to dtypedescr and typeNA dict | Travis Oliphant | 2006-01-04 | 1 | -1/+14 |
| | |||||
* | Forced fields to be a proxy object (read-only from Python) and added ability ↵ | Travis Oliphant | 2006-01-03 | 1 | -10/+17 |
| | | | | to document dynamically object attributes. | ||||
* | Added 1-d indexing speed-ups by going through the array iterator when ↵ | Travis Oliphant | 2005-12-31 | 1 | -32/+73 |
| | | | | fancy-indexing is needed. Also added bug-fixes to ma.py from Sourceforge. | ||||
* | Fix nasty corner-case. | Travis Oliphant | 2005-12-31 | 1 | -2/+4 |
| | |||||
* | Fixed conversion from string to number types | Travis Oliphant | 2005-12-31 | 1 | -1/+0 |
| | |||||
* | Adding type-specific sorting functions. | Travis Oliphant | 2005-12-31 | 1 | -0/+23 |
| | |||||
* | Improvements to nested records. | Travis Oliphant | 2005-12-29 | 1 | -12/+37 |
| | |||||
* | Don't set fields attribute in record type (get it from dtypedescr). | Travis Oliphant | 2005-12-29 | 1 | -10/+1 |
| | |||||
* | Fix so that anytime fields are defined void array-scalars don't copy data. | Travis Oliphant | 2005-12-29 | 1 | -6/+10 |
| | |||||
* | Improved void array-scalar type so that it has named-field access | Travis Oliphant | 2005-12-29 | 1 | -30/+29 |
| | |||||
* | Don't define extra variables if we don't use them. | Travis Oliphant | 2005-12-26 | 1 | -1/+2 |
| | |||||
* | Fix so that array can be used to construct default record arrays. | Travis Oliphant | 2005-12-26 | 1 | -3/+9 |
| | |||||
* | Moved C++ like variable declarations to start of function to allow ↵ | chanley | 2005-12-19 | 1 | -2/+2 |
| | | | | scipy_core to build on Solaris using native compilers. | ||||
* | Fixed use of free instead of _pya_free. Changed back to use system malloc ↵ | Travis Oliphant | 2005-12-17 | 1 | -1/+1 |
| | | | | by default. | ||||
* | Fixed uses of malloc to use Python Memory allocator if desired. | Travis Oliphant | 2005-12-17 | 1 | -21/+21 |
| | |||||
* | Updated convertcode. Added NOTSWAPPED flag as a possible input to ↵ | Travis Oliphant | 2005-12-16 | 1 | -4/+15 |
| | | | | PyArray_FromAny to simplify forcing a machine byte-order array. | ||||
* | Minor improvement to dtypedescr printing... | Travis Oliphant | 2005-12-15 | 1 | -1/+14 |
| | |||||
* | Added default conversion from array_descr style lists in dtypedescr __new__ ↵ | Travis Oliphant | 2005-12-15 | 1 | -12/+59 |
| | | | | method. Added a default representation for data-type descriptor objects using the typestring (if no fields) or the array_descr representation if fields are present. | ||||
* | Clean up more swap references. | Travis Oliphant | 2005-12-15 | 1 | -4/+3 |
| | |||||
* | Made names more consistent, fixed byteorder for recarrays | Travis Oliphant | 2005-12-14 | 1 | -1/+1 |
| | |||||
* | Fixed ignorance of byteorder in PyArray_CastToType | Travis Oliphant | 2005-12-14 | 1 | -4/+6 |
| | |||||
* | Fix array interface exporting --- set the NOTSWAPPED flag. | Travis Oliphant | 2005-12-14 | 1 | -0/+1 |
| | |||||
* | Removed NOTSWAPPED flag as it is more aptly handled by the ↵ | Travis Oliphant | 2005-12-14 | 1 | -159/+198 |
|\ | | | | | | | data-type-descriptor object -- PyArray_ISNOTSWAPPED(ap) is still a useful command. | ||||
| * | Added newbyteorder methods. | Travis Oliphant | 2005-12-14 | 1 | -8/+110 |
| | | |||||
| * | Removed swap paramter | Travis Oliphant | 2005-12-14 | 1 | -147/+81 |
|/ | |||||
* | Fixed error. Added byteorder attribute and allow byte-order prefix in ↵ | Travis Oliphant | 2005-12-14 | 1 | -0/+1 |
| | | | | string->dtypedescr conversions. | ||||
* | Added string processing to dtypedescr repetoire | Travis Oliphant | 2005-12-14 | 1 | -14/+11 |
| | |||||
* | Fix byte-order issues on record arrays. | Travis Oliphant | 2005-12-13 | 1 | -1/+1 |
| | |||||
* | Changed the scipy.pxi file in non-essential ways but since it will probably ↵ | Travis Oliphant | 2005-12-13 | 1 | -25/+50 |
| | | | | be a reference I figured it might as well look right. | ||||
* | Fixed array pickle to handle subclasses. | Travis Oliphant | 2005-12-13 | 1 | -2/+4 |
| | |||||
* | Fixed pickling to support arbitrary dtypedescr arrays. | Travis Oliphant | 2005-12-13 | 1 | -12/+148 |
| | |||||
* | Fix-up dealing with arbitrary objects as type-descriptors. | Travis Oliphant | 2005-12-10 | 1 | -2/+1 |
| | |||||
* | Moved function pointers to sub-structure. | Travis Oliphant | 2005-12-10 | 1 | -55/+45 |
| | |||||
* | Fix backward compatible Numeric C-API so that NULL data does not return ↵ | Travis Oliphant | 2005-12-09 | 1 | -3/+7 |
| | | | | Fortran array in FromDimsAndDataAndDescr. | ||||
* | Fixed up records so that record-scalar modifies original data. | Travis Oliphant | 2005-12-08 | 1 | -17/+29 |
| | |||||
* | Record type infrastructure in place. | Travis Oliphant | 2005-12-08 | 1 | -3/+17 |
| | |||||
* | Fixing records.py | Travis Oliphant | 2005-12-07 | 1 | -47/+0 |
| | |||||
* | Added __array_descr__ protocol (export) support. | Travis Oliphant | 2005-12-07 | 1 | -14/+66 |
| | |||||
* | Fixed-up PyArray_Scalar to receive Descr structure. | Travis Oliphant | 2005-12-07 | 1 | -10/+9 |
| | |||||
* | Start changes so that Scalar creation relies on Descr structure. | Travis Oliphant | 2005-12-07 | 1 | -4/+14 |
| | |||||
* | Add API tags: comments like /*OBJECT_API*/ before functions that are exported. | cookedm | 2005-12-06 | 1 | -0/+113 |
| | | | | OBJECT_API is for the PyArray API, MULTIARRAY_API for multiarray, and UFUNC_API for ufuncs. | ||||
* | Moved generic type-object checking back where it belongs. | Travis Oliphant | 2005-12-06 | 1 | -16/+15 |
| | |||||
* | Fixed 64-bit problem | Travis Oliphant | 2005-12-06 | 1 | -3/+2 |
| | |||||
* | Added general object->descriptor converter. | Travis Oliphant | 2005-12-06 | 1 | -0/+46 |
| | |||||
* | Small fixes for declaration code style (opening brace of function on new line) | cookedm | 2005-12-06 | 1 | -1/+2 |
| | |||||
* | Fixed int->intp in header of NewFromDescr. | Travis Oliphant | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | One more error in cfuncs and remove Py_NotImplmented from fields. | Travis Oliphant | 2005-12-06 | 1 | -17/+2 |
| | |||||
* | Fixed typo in cfuncs.py | Travis Oliphant | 2005-12-06 | 1 | -13/+4 |
| | |||||
* | Field specification possible with two-kinds of dictionaries | Travis Oliphant | 2005-12-06 | 1 | -61/+71 |
| |