summaryrefslogtreecommitdiff
path: root/numpy/f2py/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-09ENH: Spelling fixesVille Skyttä1-1/+1
2017-05-02MAINT: remove usage of NPY_CHAR from f2pyJulian Taylor1-4/+24
2015-04-24MANT: Use Py_RETURN_NONE whenever Py_None is returnedJaime Fernandez1-2/+1
2015-01-06Merge pull request #5309 from rgommers/remove-f2py-deprecationCharles Harris1-3/+0
2014-12-10Merge pull request #5287 from chatcannon/reconcile-c-api-with-docsJulian Taylor1-7/+10
2014-12-10MAINT: cast PyArray_ITEMSIZE result to avoid warningsJulian Taylor1-3/+3
2014-12-10MAINT: Update printf statements in fortranobject.cChris Kerr1-5/+8
2014-11-23MAINT: remove NPY_NO_DEPRECATED_API define from f2py.Ralf Gommers1-3/+0
2014-11-16MAINT: change place where NPY_NO_DEPRECATED_API is defined in f2py.Ralf Gommers2-2/+3
2014-11-10DEP: #declaring NPY_NO_DEPRECATED_API in fortranobject.hChris Kerr1-0/+2
2014-11-10DEP: Replace NPY_CONTIGUOUS with NPY_ARRAY_C_CONTIGUOUSChris Kerr1-1/+1
2014-11-10DEP: Corrected some type errors that appear when enabling NPY_NO_DEPRECATED_APIChris Kerr1-7/+7
2014-11-10DEP: Replaced NPY_[F,C]ARRAY with NPY_ARRAY_[F,C]ARRAYChris Kerr1-4/+4
2014-11-10DEP: Using the internal PyArrayObject_fields API for the swap_arrays and dump...Chris Kerr1-2/+5
2014-11-10DEP: Replaced arr->descr, arr->flags and arr->base with the PyArray_* functionsChris Kerr2-2/+2
2014-11-10DEP: replaced arr->dimensions with PyArray_DIMS(arr) or PyArray_DIM(arr,i)Chris Kerr1-11/+11
2014-11-10DEP: replaced arr->data with PyArray_DATAChris Kerr1-1/+1
2014-11-10DEP: Replaced arr->nd with PyArray_NDIM in fortranobject.cChris Kerr1-18/+18
2014-09-28MAINT: f2py: rewrite fortran_docLars Buitinck1-68/+124
2014-09-04Changed the `goto fail` to a `return PyErr_NoMemory()`Chris Kerr1-1/+4
2014-09-04Add NULL check after malloc() in fortranobject.cChris Kerr1-0/+1
2014-02-20Merge pull request #4315 from charris/fix-gh-2408Charles Harris1-8/+6
2014-02-17BUG: #2408, Fix f2py Python 3 error message string bug.Charles Harris1-8/+6
2014-02-16BUG: #4256: f2py, PyString_FromStringAndSize is undefined in Python3.Charles Harris1-0/+5
2014-01-22MAINT: fix some f2py related build warnings.Ralf Gommers1-1/+1
2013-07-11MAINT: Remove outdated version checks.Charles Harris1-21/+0
2013-02-24BUG: Choose a more unique PY_ARRAY_UNIQUE_SYMBOL in f2py.Bradley M. Froehle1-1/+1
2012-11-17ENH: f2py: generate docstrings in Numpy docstring formatPauli Virtanen1-1/+1
2012-02-04STY: f2py - replace macros in old_defines.h with new.Charles Harris2-9/+9
2010-07-17BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ...Pauli Virtanen2-3/+3
2010-05-03ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsuleCharles Harris2-6/+6
2010-03-063K: f2py: port much of f2py C code to Py3Pauli Virtanen2-6/+89
2010-03-06BUG: f2py: ensure that ARRAY_ISCOMPATIBLE macro handles also booleansPauli Virtanen1-0/+1
2010-02-25ENH: Add support for PyCapsule.Charles Harris2-1/+70
2009-10-25Introduced intent(align4|align8|align16) attributes. Fixes scipy ticket 794 a...Pearu Peterson2-1/+24
2008-05-15Changed an idiom of appending strings to a buffer. Fixes numpy ticket 792.Pearu Peterson1-12/+39
2008-01-25Catch wrong array sizes when the length of an array is 1.Pearu Peterson1-7/+16
2007-08-21Fix whitespace to conform to Python 3000 convention.Stefan van der Walt2-667/+669
2006-10-30Fix some reference-count problems in f2py with data-type objects.Travis Oliphant1-12/+21
2006-07-08Fix f2py and docTravis Oliphant1-1/+1
2006-07-08More f2py changesTravis Oliphant1-20/+20
2006-07-08More fixes to f2pyTravis Oliphant1-4/+4
2006-07-08Fix f2py to use new namesTravis Oliphant2-21/+21
2006-04-27Fix missing error check.Travis Oliphant1-0/+1
2006-03-08Fix f2py to handle character arrays in common blocksTravis Oliphant2-5/+28
2006-01-25Fixed f2py bug in calculating dims vector when expected rank equals to array ...Pearu Peterson1-29/+36
2006-01-24Remove bad 'fix' for f2pyTravis Oliphant1-2/+4
2006-01-22Comment change in fortranobject.c better.Travis Oliphant1-0/+4
2006-01-22Added LICENSE.txt to distribution. Fixed f2py check_and_fix_dimensions to not...Travis Oliphant1-0/+14
2006-01-19Fixed up PyArray_FromAny and friends for API --- recompile extensions...Travis Oliphant1-1/+1