Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Conversion from PyArray_Typecode to PyArray_Descr * now compiles. | Travis Oliphant | 2005-12-04 | 6 | -182/+178 | |
| | ||||||
* | Finished pass 1 of fixtype changes. Now, fix compile errors... | Travis Oliphant | 2005-12-04 | 7 | -394/+383 | |
| | ||||||
* | More changes... | Travis Oliphant | 2005-12-04 | 4 | -265/+180 | |
| | ||||||
* | Saving incremental changes | Travis Oliphant | 2005-12-03 | 3 | -87/+185 | |
| | ||||||
* | Incremental changes to fixtype branch. | Travis Oliphant | 2005-12-03 | 4 | -207/+221 | |
| | ||||||
* | Saving changes. | Travis Oliphant | 2005-12-03 | 2 | -321/+322 | |
| | ||||||
* | First initial changes. | Travis Oliphant | 2005-12-02 | 5 | -301/+331 | |
| | ||||||
* | 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 | 2 | -54/+138 | |
| | ||||||
* | Added PyArray_SetField to API. Began code to allow setting the data type ↵ | Travis Oliphant | 2005-12-01 | 3 | -7/+121 | |
| | | | | with a tuple of (dtype, shape) for better records support. | |||||
* | Basic record type now works. | Travis Oliphant | 2005-12-01 | 2 | -20/+28 | |
| | ||||||
* | Fixed argmin bug. | Travis Oliphant | 2005-11-30 | 1 | -3/+2 | |
| | ||||||
* | Fixed segfault bug on type change for 0-d arrays. | Travis Oliphant | 2005-11-30 | 1 | -4/+4 | |
| | ||||||
* | Fixed up ndchararray a bit. Fixed up use of registered data types. | Travis Oliphant | 2005-11-30 | 4 | -51/+67 | |
| | ||||||
* | Added .var method and fixed problem with .std | Travis Oliphant | 2005-11-30 | 3 | -5/+29 | |
| | ||||||
* | Removed print statement and added CastScalarToCtype function. | Travis Oliphant | 2005-11-29 | 3 | -2/+44 | |
| | ||||||
* | Add GetPyValues to UFunc_API. Add mechanism so that if default ufunc ↵ | Travis Oliphant | 2005-11-29 | 2 | -22/+49 | |
| | | | | pyvalues are in use the variable look up is by-passed. A method call updates this static variable. | |||||
* | Fixed object array math with non-array types. | Travis Oliphant | 2005-11-29 | 1 | -4/+8 | |
| | ||||||
* | Added some macros and function for accessing ndarray | Travis Oliphant | 2005-11-29 | 1 | -1/+12 | |
| | ||||||
* | Improvements to multiter and flatiter types -- give them a few attributes | Travis Oliphant | 2005-11-22 | 2 | -5/+105 | |
| | ||||||
* | Fixed up unicode scalar object issues. Started character array sub-class. | Travis Oliphant | 2005-11-22 | 3 | -22/+26 | |
| | ||||||
* | Fixed problem with ravel and 1-d. | Travis Oliphant | 2005-11-20 | 2 | -12/+11 | |
| | ||||||
* | Added simple memory mapping to core. | Travis Oliphant | 2005-11-20 | 2 | -12/+25 | |
| | ||||||
* | Fix memmap some. Fix reductions on object arrays. | Travis Oliphant | 2005-11-20 | 4 | -30/+85 | |
| | ||||||
* | Fixed compiler warning for 64 bit platform. | Pearu Peterson | 2005-11-19 | 1 | -1/+2 | |
| | ||||||
* | Improve writeable detection. | Travis Oliphant | 2005-11-19 | 2 | -7/+39 | |
| | ||||||
* | Fixed array_resize problem. | Travis Oliphant | 2005-11-18 | 1 | -0/+1 | |
| | ||||||
* | Minor changes. | Travis Oliphant | 2005-11-18 | 1 | -2/+3 | |
| | ||||||
* | Cleaned up. | Travis Oliphant | 2005-11-18 | 1 | -17/+24 | |
| | ||||||
* | Re-factored ConvertToCommonType and added to C-API. | Travis Oliphant | 2005-11-18 | 1 | -81/+46 | |
| | ||||||
* | Fixed up problem with PyArray_ArrayType that was causing trouble with ↵ | Travis Oliphant | 2005-11-18 | 2 | -12/+50 | |
| | | | | PyArray_Choose. Also altered concatenate and choose so that type selection is not swayed by scalars. | |||||
* | Allow data to be NULL in PyUFunc_FromFuncAndData | Travis Oliphant | 2005-11-18 | 1 | -18/+13 | |
| | ||||||
* | Disallow arrays and array scalars as types. | Travis Oliphant | 2005-11-17 | 1 | -9/+9 | |
| | ||||||
* | Fixed up fancy_indexing check to handle more sequences. | Travis Oliphant | 2005-11-17 | 1 | -45/+37 | |
| | ||||||
* | Fixed a problem with PyArray_Where. | Travis Oliphant | 2005-11-17 | 1 | -6/+10 | |
| | ||||||
* | Removed generic typecode capability. | Travis Oliphant | 2005-11-17 | 1 | -41/+29 | |
| | ||||||
* | (no commit message) | Travis Oliphant | 2005-11-16 | 2 | -3/+5 | |
| | ||||||
* | Fixed some issues with fromfile and hopefully with mingw32 compilations. | Travis Oliphant | 2005-11-16 | 2 | -13/+10 | |
| | ||||||
* | Fixed strings as indexobject segfault. | Travis Oliphant | 2005-11-16 | 1 | -5/+23 | |
| | ||||||
* | Fixed svd and eig to be compatible with full scipy. Eliminate warning. | Travis Oliphant | 2005-11-16 | 2 | -7/+7 | |
| | ||||||
* | Fixed set memory to zero for generic allocator. | Travis Oliphant | 2005-11-16 | 2 | -2/+9 | |
| | ||||||
* | Altered allocator for scalars. | Travis Oliphant | 2005-11-16 | 1 | -1/+12 | |
| | ||||||
* | Removed dependence on Python memory allocator for most scipy core objects. | Travis Oliphant | 2005-11-16 | 3 | -142/+86 | |
| | ||||||
* | Closed a few more leaks. | Travis Oliphant | 2005-11-14 | 3 | -26/+19 | |
| | ||||||
* | Added multiter type to expose broadcasting as an iterator. | Travis Oliphant | 2005-11-14 | 2 | -3/+209 | |
| | ||||||
* | Fix a.imag = obj problem. | Travis Oliphant | 2005-11-14 | 2 | -4/+4 | |
| | ||||||
* | Modify README.txt | Travis Oliphant | 2005-11-13 | 2 | -1/+2 | |
| | ||||||
* | 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*. | |||||
* | Added a few features to the C-API | Travis Oliphant | 2005-11-12 | 1 | -8/+9 | |
| | ||||||
* | Removed svn version number for release. | Travis Oliphant | 2005-11-12 | 1 | -5/+5 | |
| |