Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 12 | -25813/+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 | 2 | -34/+76 |
| | | | | to document dynamically object attributes. | ||||
* | Added UIntXX inplace of UintXX. Added Bool type | Travis Oliphant | 2006-01-02 | 1 | -7/+15 |
| | |||||
* | Correct sort documentation | Charles Harris | 2006-01-01 | 1 | -2/+2 |
| | |||||
* | Added capability to add docstrings to new types and builtin functions or ↵ | Travis Oliphant | 2006-01-01 | 1 | -4/+46 |
| | | | | methods after compilation. Doc strings can be moved from C-code into a separate Python module and added as needed. | ||||
* | Added mergesorts for STRING and UNICODE and exposed lexsort | Travis Oliphant | 2006-01-01 | 2 | -18/+110 |
| | |||||
* | Added lexicographic sort. | Travis Oliphant | 2006-01-01 | 2 | -5/+182 |
| | |||||
* | 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 | 2 | -6/+13 |
| | |||||
* | Just changed the order of source-code | Travis Oliphant | 2005-12-31 | 1 | -87/+96 |
| | |||||
* | Added other sort methods (heap, merge) | Travis Oliphant | 2005-12-31 | 4 | -46/+340 |
| | |||||
* | Fixed bug.. | Travis Oliphant | 2005-12-31 | 1 | -3/+3 |
| | |||||
* | Added complex sorting functions as well. | Travis Oliphant | 2005-12-31 | 1 | -15/+19 |
| | |||||
* | Fixed bug in ma.py and added fast quicksorts. | Travis Oliphant | 2005-12-31 | 2 | -9/+141 |
| | |||||
* | Adding type-specific sorting functions. | Travis Oliphant | 2005-12-31 | 4 | -9/+213 |
| | |||||
* | Updated PyArray_ArgSort to allow future sorting choices. | Travis Oliphant | 2005-12-30 | 2 | -2/+2 |
| | |||||
* | Fix inplace sorting along other dimension. | Travis Oliphant | 2005-12-30 | 1 | -1/+3 |
| | |||||
* | Changed sort to be in-place | Travis Oliphant | 2005-12-30 | 1 | -34/+29 |
| | |||||
* | Changed sort to in-place --- uses copy for now. | Travis Oliphant | 2005-12-30 | 2 | -46/+91 |
| | |||||
* | Fixed up chararray a bit. | Travis Oliphant | 2005-12-29 | 2 | -4/+3 |
| | |||||
* | Remove special method names for void scalar types | Travis Oliphant | 2005-12-29 | 1 | -130/+23 |
| | |||||
* | Improvements to nested records. | Travis Oliphant | 2005-12-29 | 3 | -23/+101 |
| | |||||
* | Don't set fields attribute in record type (get it from dtypedescr). | Travis Oliphant | 2005-12-29 | 2 | -16/+15 |
| | |||||
* | 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 | 2 | -35/+169 |
| | |||||
* | Added an mlab so that there is one file to replace the old MLab functionality. | Travis Oliphant | 2005-12-28 | 1 | -1/+0 |
| | |||||
* | Changed .toscalar() method to .item() | Travis Oliphant | 2005-12-26 | 2 | -4/+4 |
| | |||||
* | 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 | 2 | -7/+15 |
| | |||||
* | Changed rtype to dtype in reduce for consistency. | Travis Oliphant | 2005-12-26 | 2 | -48/+48 |
| | |||||
* | 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 | 5 | -55/+55 |
| | |||||
* | 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. | ||||
* | Remove silly return from array_flatten. | Travis Oliphant | 2005-12-16 | 1 | -2/+1 |
| | |||||
* | 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 | 2 | -16/+73 |
| | | | | 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. | ||||
* | Added support to consume the array_descr protocol.: | Travis Oliphant | 2005-12-15 | 1 | -11/+89 |
| | |||||
* | Clean up more swap references. | Travis Oliphant | 2005-12-15 | 3 | -11/+15 |
| | |||||
* | Set Py_None in builtin fields later. | Travis Oliphant | 2005-12-15 | 1 | -2/+11 |
| | |||||
* | Fixed oversight of saving the flags. | Travis Oliphant | 2005-12-14 | 1 | -1/+1 |
| | |||||
* | Made names more consistent, fixed byteorder for recarrays | Travis Oliphant | 2005-12-14 | 4 | -6/+10 |
| | |||||
* | 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 | 5 | -283/+359 |
|\ | | | | | | | data-type-descriptor object -- PyArray_ISNOTSWAPPED(ap) is still a useful command. | ||||
| * | Added newbyteorder methods. | Travis Oliphant | 2005-12-14 | 4 | -16/+171 |
| | | |||||
| * | Removed swap paramter | Travis Oliphant | 2005-12-14 | 5 | -267/+185 |
|/ | |||||
* | Fixed error. Added byteorder attribute and allow byte-order prefix in ↵ | Travis Oliphant | 2005-12-14 | 4 | -9/+25 |
| | | | | string->dtypedescr conversions. |