summaryrefslogtreecommitdiff
path: root/numpy/f2py/src/fortranobject.h
Commit message (Expand)AuthorAgeFilesLines
* Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-031-10/+0
* ENH: Chain exceptions when converting python objects to fortranEric Wieser2019-12-021-24/+1
* MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-081-13/+13
* MAINT: change place where NPY_NO_DEPRECATED_API is defined in f2py.Ralf Gommers2014-11-161-2/+0
* DEP: #declaring NPY_NO_DEPRECATED_API in fortranobject.hChris Kerr2014-11-101-0/+2
* DEP: Replace NPY_CONTIGUOUS with NPY_ARRAY_C_CONTIGUOUSChris Kerr2014-11-101-1/+1
* DEP: Replaced arr->descr, arr->flags and arr->base with the PyArray_* functionsChris Kerr2014-11-101-1/+1
* BUG: #4256: f2py, PyString_FromStringAndSize is undefined in Python3.Charles Harris2014-02-161-0/+5
* MAINT: Remove outdated version checks.Charles Harris2013-07-111-21/+0
* BUG: Choose a more unique PY_ARRAY_UNIQUE_SYMBOL in f2py.Bradley M. Froehle2013-02-241-1/+1
* BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ...Pauli Virtanen2010-07-171-1/+1
* ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsuleCharles Harris2010-05-031-2/+2
* 3K: f2py: port much of f2py C code to Py3Pauli Virtanen2010-03-061-3/+29
* ENH: Add support for PyCapsule.Charles Harris2010-02-251-1/+15
* Introduced intent(align4|align8|align16) attributes. Fixes scipy ticket 794 a...Pearu Peterson2009-10-251-0/+14
* Fix f2py and docTravis Oliphant2006-07-081-1/+1
* Fix f2py to use new namesTravis Oliphant2006-07-081-4/+4
* Fix f2py to handle character arrays in common blocksTravis Oliphant2006-03-081-0/+1
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+123