summaryrefslogtreecommitdiff
path: root/numpy/f2py/rules.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove useless `global` statementsEric Wieser2020-03-181-1/+0
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* MAINT: Revert f2py Python 2.6 workaround (gh-15415)Seth Troisi2020-01-231-11/+1
* Merge pull request #15232 from sethtroisi/remove_python3_part3Matti Picus2020-01-041-18/+0
|\
| * Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-031-18/+0
* | Merge pull request #14376 from jdufresne/futureSebastian Berg2020-01-031-2/+0
|\ \ | |/ |/|
| * MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* | MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-031-8/+2
|/
* ENH: Chain exceptions when converting python objects to fortranEric Wieser2019-12-021-4/+8
* BUG: Further, followup f2py reference count fixesSebastian Berg2019-08-191-2/+7
* BUG: General fixes to f2py reference counts (dereferencing)Sebastian Berg2019-08-191-8/+20
* BUG: Fix leak in the f2py-generated module init and `PyMem_Del` usageSergei Lebedev2019-08-191-3/+6
* Fixed possible regressionsBharat123rox2019-05-081-2/+2
* Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-071-55/+50
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-1/+1
* MAINT: remove outdated entries in f2pyBernhard M. Wiedemann2017-09-271-3/+0
* ENH: Allow to override build dateBernhard M. Wiedemann2017-09-271-1/+2
* MAINT: Change `call_fortran` into `callfortran` in comments.Dongjoon Hyun2016-01-291-1/+1
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-271-4/+4
* STY: Break some long lines in numpy/f2py/*.py.Charles Harris2015-07-291-39/+14
* STY: Make PEP8 fixes in numpy/f2pyCharles Harris2015-07-251-779/+820
* STY: Make pyflakes fixes in numpy/f2pyCharles Harris2015-07-251-12/+22
* MAINT: remove NPY_NO_DEPRECATED_API define from f2py.Ralf Gommers2014-11-231-2/+0
* MAINT: change place where NPY_NO_DEPRECATED_API is defined in f2py.Ralf Gommers2014-11-161-0/+3
* DEP: Replaced arr->descr, arr->flags and arr->base with the PyArray_* functionsChris Kerr2014-11-101-2/+2
* DEP: replaced arr->dimensions with PyArray_DIMS(arr) or PyArray_DIM(arr,i)Chris Kerr2014-11-101-1/+1
* DEP: replaced arr->data with PyArray_DATAChris Kerr2014-11-101-1/+1
* DEP: replaced arr->nd with PyArray_NDIM in C code generation scriptsChris Kerr2014-11-101-2/+2
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-284/+284
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-5/+5
* 2to3: Apply types fixer.Charles Harris2013-04-141-10/+10
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-3/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-10/+10
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-2/+3
* ENH: f2py: add 'Wrapper for ...' text to the docstringPauli Virtanen2012-11-171-1/+1
* ENH: f2py: generate docstrings in Numpy docstring formatPauli Virtanen2012-11-171-13/+14
* Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-1/+1
* WIP: implemented assumed shape support for Fortran subroutines.Pearu Peterson2011-02-261-1/+36
* FEAT: add C module and f2py fortran wrapper output customization from command...David Cournapeau2010-09-171-3/+3
* 3K: f2py: port much of f2py C code to Py3Pauli Virtanen2010-03-061-3/+38
* ENH: Add support for PyCapsule.Charles Harris2010-02-251-3/+3
* Fix issue 964: f2py python 2.6, 2.6.1 support.Pearu Peterson2008-12-231-1/+11
* Fix issue 587Pearu Peterson2008-04-091-6/+11
* Another string method conversion typo.Robert Kern2007-12-041-1/+1
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-25/+39
* another typoJarrod Millman2007-10-291-1/+1
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-291-10/+13
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
* Remove usage of FatalError and fix linspace to end at stop if endpoint is TrueTravis Oliphant2006-08-211-2/+2