Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | ufunc fix seems to be working... | Travis Oliphant | 2005-12-09 | 1 | -24/+20 | |
| | | ||||||
| * | New ufunc code works on simple case.. | Travis Oliphant | 2005-12-08 | 1 | -36/+38 | |
| | | ||||||
| * | First-pass at optimized buffer ufunc. | Travis Oliphant | 2005-12-08 | 1 | -1/+0 | |
| | | ||||||
| * | First-pass at optimized buffer ufunc. | Travis Oliphant | 2005-12-08 | 1 | -76/+100 | |
| | | ||||||
| * | First stabs at fixing buffered ufunc to not copy unnecessarily. | Travis Oliphant | 2005-12-08 | 3 | -69/+177 | |
| | | ||||||
* | | Fixed setitem problem. | Travis Oliphant | 2005-12-08 | 1 | -1/+1 | |
|/ | ||||||
* | Use amax and amin in ma.py | Travis Oliphant | 2005-12-08 | 2 | -6/+6 | |
| | ||||||
* | Fix-ups for records | Travis Oliphant | 2005-12-08 | 1 | -8/+20 | |
| | ||||||
* | Fixed up records so that record-scalar modifies original data. | Travis Oliphant | 2005-12-08 | 5 | -54/+96 | |
| | ||||||
* | Record type infrastructure in place. | Travis Oliphant | 2005-12-08 | 5 | -44/+130 | |
| | ||||||
* | Fix problem. | Travis Oliphant | 2005-12-08 | 1 | -1/+1 | |
| | ||||||
* | Fixing records.py | Travis Oliphant | 2005-12-07 | 5 | -161/+132 | |
| | ||||||
* | A few bug-fixes to descr-handling code. | Travis Oliphant | 2005-12-07 | 2 | -25/+32 | |
| | ||||||
* | Added list as data-type specifier. | Travis Oliphant | 2005-12-07 | 1 | -0/+49 | |
| | ||||||
* | Added __array_descr__ protocol (export) support. | Travis Oliphant | 2005-12-07 | 2 | -19/+113 | |
| | ||||||
* | New implemenation of logspace using linspace due to Alan G. Isaac | cookedm | 2005-12-07 | 1 | -15/+10 | |
| | ||||||
* | Fixed typo in setup.py script. | Travis Oliphant | 2005-12-07 | 1 | -1/+1 | |
| | ||||||
* | Fixed-up PyArray_Scalar to receive Descr structure. | Travis Oliphant | 2005-12-07 | 4 | -36/+47 | |
| | ||||||
* | Start changes so that Scalar creation relies on Descr structure. | Travis Oliphant | 2005-12-07 | 1 | -1/+0 | |
| | ||||||
* | Start changes so that Scalar creation relies on Descr structure. | Travis Oliphant | 2005-12-07 | 3 | -11/+30 | |
| | ||||||
* | Refactor API generation a little | cookedm | 2005-12-06 | 1 | -32/+23 | |
| | ||||||
* | More robust corner cases for linspace | cookedm | 2005-12-06 | 2 | -7/+18 | |
| | ||||||
* | Don't allow OBJECT_Descr to be used as a base descriptor. | Travis Oliphant | 2005-12-06 | 2 | -1/+7 | |
| | ||||||
* | Fixed syntax errors. | Pearu Peterson | 2005-12-06 | 2 | -4/+4 | |
| | ||||||
* | Left a debug statement in | cookedm | 2005-12-06 | 1 | -1/+0 | |
| | ||||||
* | The declarations for API functions are now read directly from the source ↵ | cookedm | 2005-12-06 | 7 | -779/+480 | |
| | | | | | | | | files, using the /*OBJECT_API*/ (and similiar) tags. The order of the API functions is determined by the *_api_order.txt files in code_generators/. Also, the code_generators/generate_*.py files are imported instead of using execfile() in setup.py, with common routines held in genapi.py. | |||||
* | Add API tags: comments like /*OBJECT_API*/ before functions that are exported. | cookedm | 2005-12-06 | 6 | -4/+358 | |
| | | | | 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 | 3 | -30/+40 | |
| | ||||||
* | Fixed 64-bit problem | Travis Oliphant | 2005-12-06 | 2 | -4/+4 | |
| | ||||||
* | Added general object->descriptor converter. | Travis Oliphant | 2005-12-06 | 3 | -68/+94 | |
| | ||||||
* | Small fixes for declaration code style (opening brace of function on new line) | cookedm | 2005-12-06 | 2 | -2/+4 | |
| | ||||||
* | Fixed int->intp in header of NewFromDescr. | Travis Oliphant | 2005-12-06 | 1 | -1/+1 | |
| | ||||||
* | Fixed-up setfield bug and added offset check for negative numbers. | Travis Oliphant | 2005-12-06 | 2 | -5/+14 | |
| | ||||||
* | 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 | 4 | -33/+62 | |
| | ||||||
* | Comment fixes.. | Travis Oliphant | 2005-12-06 | 1 | -0/+5 | |
| | ||||||
* | Added handling of output of fields returned from dtypedescr to constructor. ↵ | Travis Oliphant | 2005-12-06 | 1 | -1/+4 | |
| | | | | Fixed itemsize reference in fortranobject.c | |||||
* | Field specification possible with two-kinds of dictionaries | Travis Oliphant | 2005-12-06 | 7 | -82/+155 | |
| | ||||||
* | Creating data-descriptors from a dictionary now works. | Travis Oliphant | 2005-12-05 | 2 | -10/+169 | |
| | ||||||
* | Fixed up tuple as data descriptor and added datadescr for descriptor constructor | Travis Oliphant | 2005-12-05 | 4 | -9/+15 | |
| | ||||||
* | Fixtype branch tests level 1 pass. | Travis Oliphant | 2005-12-05 | 6 | -21/+22 | |
| | ||||||
* | Fixtype branch. No segfaults on test... | Travis Oliphant | 2005-12-05 | 6 | -30/+54 | |
| | ||||||
* | Fixtype branch compiles again. Manual check of PyArray_Descr reference ↵ | Travis Oliphant | 2005-12-05 | 7 | -87/+97 | |
| | | | | counting completed. | |||||
* | More fixes for fixtype branch. | Travis Oliphant | 2005-12-05 | 8 | -200/+243 | |
| | ||||||
* | Reference count fixes for fixtype branch. | Travis Oliphant | 2005-12-04 | 7 | -222/+356 | |
| | ||||||
* | Conversion from PyArray_Typecode to PyArray_Descr * now compiles. | Travis Oliphant | 2005-12-04 | 8 | -200/+198 | |
| | ||||||
* | Finished pass 1 of fixtype changes. Now, fix compile errors... | Travis Oliphant | 2005-12-04 | 9 | -395/+390 | |
| | ||||||
* | More changes... | Travis Oliphant | 2005-12-04 | 6 | -277/+199 | |
| | ||||||
* | Saving incremental changes | Travis Oliphant | 2005-12-03 | 5 | -97/+201 | |
| | ||||||
* | Incremental changes to fixtype branch. | Travis Oliphant | 2005-12-03 | 6 | -228/+247 | |
| |