Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmap | Pauli Virtanen | 2019-12-14 | 1 | -3/+6 |
| | | | | | | | | | | | | | Previously, f2py loaded the type mappings from a file ``.f2py_f2cmap`` in current directory, at import time. Make the file name customizable by adding a ``--f2cmap`` command line option, and postpone loading the file to f2py.run_main(). Moreover, restore the default type mapping in f2py.run_main() before loading the customizations, so that multiple calls to f2py.run_main() do not interfere with each other. (For example, numpy.distutils calls f2py multiple times in the same process.) | ||||
* | DOC: f2py: copy documentation for .f2cmap file from old f2py FAQ | Pauli Virtanen | 2019-12-14 | 1 | -0/+49 |
| | |||||
* | Add intersphinx links | David Stansby | 2019-10-11 | 1 | -2/+2 |
| | |||||
* | BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docs | mattip | 2019-01-20 | 2 | -28/+3 |
| | |||||
* | DOC: change f2py2e -> numpy.f2py [ci skip] | mattip | 2018-08-28 | 3 | -13/+13 |
| | |||||
* | DOC: formatting, de-emphasize f2pyfe [ci skip] | mattip | 2018-08-22 | 2 | -10/+10 |
| | |||||
* | DOC: document use when f2py is not in the PATH | mattip | 2018-08-22 | 2 | -6/+18 |
| | |||||
* | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 2 | -4/+3 |
| | |||||
* | silence warnings, matplotlib deprecated normed in favor of density | mattip | 2018-04-10 | 1 | -1/+1 |
| | |||||
* | DOC: update f2py front page and some doc build metadata. | Ralf Gommers | 2017-06-18 | 1 | -22/+10 |
| | |||||
* | ENH: Spelling fixes | Ville Skyttä | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | DOC: Fix typos | Jakub Wilk | 2017-03-17 | 5 | -9/+9 |
| | |||||
* | change all non-code instances of Numpy to NumPy | Pierre de Buyl | 2016-09-06 | 4 | -12/+12 |
| | | | | | | | | | Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986 | ||||
* | MAINT: Spellcheck doc/source/f2py/signature-file.rst. | Charles Harris | 2015-10-16 | 1 | -5/+5 |
| | |||||
* | BUG: allow extension of common blocks in numpy.f2py | Alexander Heger | 2015-10-16 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | Lack of this feature resulted in the generation of incorrect *.pyf files. For example, the pyf file created by: subroutine sub3 (some arguments) real a, b, c, d common /coeff/ a, b common /coeff/ c, d <do stuff> return end Should contain both common statements the declaration of all four variables a, b, c, and d. Closes #5876. | ||||
* | DOC: fix examples in f2py documentation. They didn't appear at all in html. | Ralf Gommers | 2014-04-21 | 1 | -95/+45 |
| | | | | Also fix example in testing that Sphinx saw as section header. | ||||
* | DOC: remove mktemp mention from f2py manpage | Julian Taylor | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | DOC: f2py: fix some typos etc | Pauli Virtanen | 2014-01-03 | 4 | -38/+38 |
| | |||||
* | DOC: f2py: more Numeric -> numpy updating | Pauli Virtanen | 2014-01-02 | 2 | -4/+4 |
| | |||||
* | DOC: f2py: update numpy.distutils part a bit | Pauli Virtanen | 2014-01-02 | 2 | -45/+7 |
| | |||||
* | DOC: f2py: minor fixups | Pauli Virtanen | 2014-01-02 | 3 | -7/+6 |
| | |||||
* | MAINT: remove unused file | Pauli Virtanen | 2014-01-02 | 1 | -180/+0 |
| | |||||
* | DOC: f2py: Numeric -> numpy | Pauli Virtanen | 2014-01-02 | 6 | -30/+30 |
| | |||||
* | DOC: split up f2py user guide + markup fixes | Pauli Virtanen | 2014-01-02 | 7 | -1724/+1725 |
| | |||||
* | DOC: fix up f2py user guide formatting | Pauli Virtanen | 2014-01-02 | 1 | -181/+169 |
| | |||||
* | DOC: move f2py documentation under doc/ and link its user guide with Sphinx | Pauli Virtanen | 2014-01-02 | 34 | -0/+2520 |