Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ENH: f2py: generate docstrings in Numpy docstring format | Pauli Virtanen | 2012-11-17 | 1 | -1/+1 | |
| | ||||||
* | STY: f2py - replace macros in old_defines.h with new. | Charles Harris | 2012-02-04 | 1 | -2/+2 | |
| | ||||||
* | BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ↵ | Pauli Virtanen | 2010-07-17 | 1 | -2/+2 | |
| | | | | on Python 2.x | |||||
* | ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsule | Charles Harris | 2010-05-03 | 1 | -4/+4 | |
| | | | | | | | 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/+60 | |
| | ||||||
* | BUG: f2py: ensure that ARRAY_ISCOMPATIBLE macro handles also booleans | Pauli Virtanen | 2010-03-06 | 1 | -0/+1 | |
| | ||||||
* | ENH: Add support for PyCapsule. | Charles Harris | 2010-02-25 | 1 | -0/+55 | |
| | ||||||
* | Introduced intent(align4|align8|align16) attributes. Fixes scipy ticket 794 ↵ | Pearu Peterson | 2009-10-25 | 1 | -1/+10 | |
| | | | | after using intent(align8) in the corresponding scipy pyf files. | |||||
* | Changed an idiom of appending strings to a buffer. Fixes numpy ticket 792. | Pearu Peterson | 2008-05-15 | 1 | -12/+39 | |
| | ||||||
* | Catch wrong array sizes when the length of an array is 1. | Pearu Peterson | 2008-01-25 | 1 | -7/+16 | |
| | ||||||
* | Fix whitespace to conform to Python 3000 convention. | Stefan van der Walt | 2007-08-21 | 1 | -602/+603 | |
| | ||||||
* | Fix some reference-count problems in f2py with data-type objects. | Travis Oliphant | 2006-10-30 | 1 | -12/+21 | |
| | ||||||
* | More f2py changes | Travis Oliphant | 2006-07-08 | 1 | -20/+20 | |
| | ||||||
* | More fixes to f2py | Travis Oliphant | 2006-07-08 | 1 | -4/+4 | |
| | ||||||
* | Fix f2py to use new names | Travis Oliphant | 2006-07-08 | 1 | -17/+17 | |
| | ||||||
* | Fix missing error check. | Travis Oliphant | 2006-04-27 | 1 | -0/+1 | |
| | ||||||
* | Fix f2py to handle character arrays in common blocks | Travis Oliphant | 2006-03-08 | 1 | -5/+27 | |
| | ||||||
* | Fixed f2py bug in calculating dims vector when expected rank equals to array ↵ | Pearu Peterson | 2006-01-25 | 1 | -29/+36 | |
| | | | | rank. | |||||
* | Remove bad 'fix' for f2py | Travis Oliphant | 2006-01-24 | 1 | -2/+4 | |
| | ||||||
* | Comment change in fortranobject.c better. | Travis Oliphant | 2006-01-22 | 1 | -0/+4 | |
| | ||||||
* | Added LICENSE.txt to distribution. Fixed f2py check_and_fix_dimensions to ↵ | Travis Oliphant | 2006-01-22 | 1 | -0/+14 | |
| | | | | not reverse dimensions. | |||||
* | Fixed up PyArray_FromAny and friends for API --- recompile extensions... | Travis Oliphant | 2006-01-19 | 1 | -1/+1 | |
| | ||||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+756 | |