Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ↵ | Pauli Virtanen | 2010-07-17 | 1 | -1/+1 |
| | | | | on Python 2.x | ||||
* | ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsule | Charles Harris | 2010-05-03 | 1 | -2/+2 |
| | | | | | | | compatibility functions in npy_3kcompat.h to replace the current calls. This gets rid of a number of version checks and is easier to maintain. Fix bug that was present in the ufunc _loop1d_list_free destructor in the python3k case. | ||||
* | 3K: f2py: port much of f2py C code to Py3 | Pauli Virtanen | 2010-03-06 | 1 | -3/+29 |
| | |||||
* | ENH: Add support for PyCapsule. | Charles Harris | 2010-02-25 | 1 | -1/+15 |
| | |||||
* | Introduced intent(align4|align8|align16) attributes. Fixes scipy ticket 794 ↵ | Pearu Peterson | 2009-10-25 | 1 | -0/+14 |
| | | | | after using intent(align8) in the corresponding scipy pyf files. | ||||
* | Fix f2py and doc | Travis Oliphant | 2006-07-08 | 1 | -1/+1 |
| | |||||
* | Fix f2py to use new names | Travis Oliphant | 2006-07-08 | 1 | -4/+4 |
| | |||||
* | Fix f2py to handle character arrays in common blocks | Travis Oliphant | 2006-03-08 | 1 | -0/+1 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+123 |