summaryrefslogtreecommitdiff
path: root/numpy/f2py/src/test
Commit message (Collapse)AuthorAgeFilesLines
* MAINT,DOC: f2py cleanupRohit Goswami2021-09-206-351/+0
|
* MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+3
| | | | | | | - Replace "Python.h" by <Python.h> - Replace "structmember.h" by <structmember.h> - Replace <npy_config> by "npy_config" - Define PY_SSIZE_T_CLEAN before all Python.h includes in .c files.
* MAINT: Remove uses of PyString_FromString.Charles Harris2020-08-191-1/+1
| | | | | | | | We no longer need to use the compatibility function after dropping support for Python 2.7. In some cases unicode was the correct string type rather than the bytes of the compatibility version and bugs in the array `__complex__` and array `__array_interface__` methods have been fixed by changing that.
* BUG: General fixes to f2py reference counts (dereferencing)Sebastian Berg2019-08-191-6/+12
|
* MAINT: removed unused vars in f2py test codeTyler Reddy2018-10-291-2/+0
|
* MAINT: Fixed C++ guard in f2py test.siavashserver2018-03-091-2/+2
|
* STY: f2py - replace macros in old_defines.h with new.Charles Harris2012-02-041-7/+7
|
* Fix whitespace to conform to Python 3000 convention.Stefan van der Walt2007-08-211-65/+66
|
* Moved scipy directory to numpyTravis Oliphant2006-01-046-0/+344