Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added other sort methods (heap, merge) | Travis Oliphant | 2005-12-31 | 1 | -13/+21 |
| | |||||
* | Updated PyArray_ArgSort to allow future sorting choices. | Travis Oliphant | 2005-12-30 | 1 | -1/+1 |
| | |||||
* | Changed sort to in-place --- uses copy for now. | Travis Oliphant | 2005-12-30 | 1 | -7/+10 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | Changed rtype to dtype in reduce for consistency. | Travis Oliphant | 2005-12-26 | 1 | -46/+46 |
| | |||||
* | Remove silly return from array_flatten. | Travis Oliphant | 2005-12-16 | 1 | -2/+1 |
| | |||||
* | Made names more consistent, fixed byteorder for recarrays | Travis Oliphant | 2005-12-14 | 1 | -1/+1 |
| | |||||
* | Added newbyteorder methods. | Travis Oliphant | 2005-12-14 | 1 | -1/+21 |
| | |||||
* | Removed swap paramter | Travis Oliphant | 2005-12-14 | 1 | -47/+15 |
| | |||||
* | Fixed error. Added byteorder attribute and allow byte-order prefix in ↵ | Travis Oliphant | 2005-12-14 | 1 | -1/+2 |
| | | | | string->dtypedescr conversions. | ||||
* | Fixed array pickle to handle subclasses. | Travis Oliphant | 2005-12-13 | 1 | -6/+5 |
| | |||||
* | Fixed pickling to support arbitrary dtypedescr arrays. | Travis Oliphant | 2005-12-13 | 1 | -19/+31 |
| | |||||
* | Moved function pointers to sub-structure. | Travis Oliphant | 2005-12-10 | 1 | -4/+4 |
| | |||||
* | Add API tags: comments like /*OBJECT_API*/ before functions that are exported. | cookedm | 2005-12-06 | 1 | -0/+9 |
| | | | | OBJECT_API is for the PyArray API, MULTIARRAY_API for multiarray, and UFUNC_API for ufuncs. | ||||
* | Fixed-up setfield bug and added offset check for negative numbers. | Travis Oliphant | 2005-12-06 | 1 | -1/+2 |
| | |||||
* | Field specification possible with two-kinds of dictionaries | Travis Oliphant | 2005-12-06 | 1 | -2/+0 |
| | |||||
* | Fixtype branch. No segfaults on test... | Travis Oliphant | 2005-12-05 | 1 | -9/+9 |
| | |||||
* | Fixtype branch compiles again. Manual check of PyArray_Descr reference ↵ | Travis Oliphant | 2005-12-05 | 1 | -20/+12 |
| | | | | counting completed. | ||||
* | More fixes for fixtype branch. | Travis Oliphant | 2005-12-05 | 1 | -3/+17 |
| | |||||
* | Reference count fixes for fixtype branch. | Travis Oliphant | 2005-12-04 | 1 | -10/+15 |
| | |||||
* | Conversion from PyArray_Typecode to PyArray_Descr * now compiles. | Travis Oliphant | 2005-12-04 | 1 | -25/+30 |
| | |||||
* | Finished pass 1 of fixtype changes. Now, fix compile errors... | Travis Oliphant | 2005-12-04 | 1 | -31/+31 |
| | |||||
* | More changes... | Travis Oliphant | 2005-12-04 | 1 | -102/+25 |
| | |||||
* | Incremental changes to fixtype branch. | Travis Oliphant | 2005-12-03 | 1 | -24/+42 |
| | |||||
* | First initial changes. | Travis Oliphant | 2005-12-02 | 1 | -31/+28 |
| | |||||
* | Added ability to get and set a tuple-type field. | Travis Oliphant | 2005-12-01 | 1 | -27/+88 |
| | |||||
* | Added ability to set data type to a tuple | Travis Oliphant | 2005-12-01 | 1 | -4/+19 |
| | |||||
* | Added PyArray_SetField to API. Began code to allow setting the data type ↵ | Travis Oliphant | 2005-12-01 | 1 | -0/+54 |
| | | | | with a tuple of (dtype, shape) for better records support. | ||||
* | Added .var method and fixed problem with .std | Travis Oliphant | 2005-11-30 | 1 | -1/+20 |
| | |||||
* | Fixed up unicode scalar object issues. Started character array sub-class. | Travis Oliphant | 2005-11-22 | 1 | -2/+4 |
| | |||||
* | Fixed problem with ravel and 1-d. | Travis Oliphant | 2005-11-20 | 1 | -7/+5 |
| | |||||
* | Fixed array_resize problem. | Travis Oliphant | 2005-11-18 | 1 | -0/+1 |
| | |||||
* | Fixed some issues with fromfile and hopefully with mingw32 compilations. | Travis Oliphant | 2005-11-16 | 1 | -1/+1 |
| | |||||
* | Modify README.txt | Travis Oliphant | 2005-11-13 | 1 | -0/+1 |
| | |||||
* | Patch by Andrew Straw, which fixes recently introduced segfaults triggered | Fernando Perez | 2005-11-13 | 1 | -4/+5 |
| | | | | | because arraymethods.c's _ARET() macro assumes its input is PyArrayObject*, whereas in these cases it's simply PyObject*. | ||||
* | Removed svn version number for release. | Travis Oliphant | 2005-11-12 | 1 | -5/+5 |
| | |||||
* | Changed Transpose C-API. Cleaned up memory leaks. | Travis Oliphant | 2005-11-09 | 1 | -4/+14 |
| | |||||
* | Switched order of put and putmask. | Travis Oliphant | 2005-11-09 | 1 | -8/+8 |
| | |||||
* | Created a better Copy function that can copy FORTRAN order too. | Travis Oliphant | 2005-11-08 | 1 | -3/+8 |
| | |||||
* | Fixed another leak. | Travis Oliphant | 2005-11-08 | 1 | -1/+3 |
| | |||||
* | removed MapIter commands from C-API | Travis Oliphant | 2005-11-05 | 1 | -1/+1 |
| | |||||
* | valgrind-found fixes and adjust indexing for object arrays. | Travis Oliphant | 2005-11-04 | 1 | -1/+5 |
| | |||||
* | Disable problem test. | Travis Oliphant | 2005-11-04 | 1 | -4/+4 |
| | |||||
* | Comment changes, and change read to write in PyArray_Dump | Travis Oliphant | 2005-11-03 | 1 | -5/+7 |
| | |||||
* | Fixed bug in getfield, and some consistency issues. | Travis Oliphant | 2005-11-03 | 1 | -7/+9 |
| | |||||
* | More docstring fixes for mean() and sum(). | edschofield | 2005-10-27 | 1 | -17/+12 |
| | |||||
* | Trivial changes to a.mean() docstring | edschofield | 2005-10-27 | 1 | -2/+2 |
| | |||||
* | Improved docstrings: | edschofield | 2005-10-27 | 1 | -8/+47 |
| | | | | | | | | | * Fuller explanation of default casting behaviour of a.sum(), a.mean(), scipy.sum(), and scipy.average() * Changed some array variable names from 'x' to 'a' in function_base.py for consistency with docstrings in arraymethods.c * Other cosmetic fixes to docstrings and code formatting | ||||
* | Fix toscalar so it only works when a.size == 1 | Travis Oliphant | 2005-10-26 | 1 | -1/+7 |
| |