Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | DOC: Add note about `make` | Rohit Goswami | 2021-11-15 | 1 | -0/+4 | |
| | ||||||
* | DOC: Add CMake with F2PY | Rohit Goswami | 2021-11-15 | 5 | -2/+117 | |
| | ||||||
* | DOC: Detail Meson and F2PY usage | HaoZeke | 2021-11-15 | 7 | -11/+182 | |
| | ||||||
* | MAINT: Apply suggestions from code review | Rohit Goswami | 2021-09-27 | 1 | -0/+2 | |
| | | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> | |||||
* | MAINT,DOC: f2py cleanup | Rohit Goswami | 2021-09-20 | 1 | -3/+3 | |
| | ||||||
* | DOC: Address reviewer comments | Rohit Goswami | 2021-09-20 | 5 | -72/+73 | |
| | ||||||
* | DOC: Reword f2py docs | Rohit Goswami | 2021-09-20 | 7 | -551/+607 | |
| | ||||||
* | MAINT: Reorder f2py doc pages | Rohit Goswami | 2021-09-19 | 1 | -3/+3 | |
| | ||||||
* | MAINT,DOC: Refactor, syntax highlighting for f2py | Rohit Goswami | 2021-09-19 | 36 | -65/+64 | |
| | ||||||
* | DOC: Fix some references | takanori-pskq | 2020-10-24 | 1 | -0/+2 | |
| | ||||||
* | Fixing tests for pypy and win. | MelissaWM | 2020-09-24 | 3 | -11/+18 | |
| | ||||||
* | DOC: fix typo | Jakub Wilk | 2020-07-01 | 1 | -1/+1 | |
| | ||||||
* | DOC: fix remaining doc files for refguide_check (#15720) | Pierre de Buyl | 2020-03-26 | 2 | -1/+1 | |
| | | | | | * DOC: skip f2py fortran and arrays.nditer cython tests for refguide_check * DOC: fix formatting of doc tests and improper use of nditer | |||||
* | DOC: remove broken link in f2py tutorial | mattip | 2020-02-23 | 1 | -6/+3 | |
| | ||||||
* | DOC: Updating f2py docs to python 3 and fixing some typos (#15303) | Melissa Weber Mendonça | 2020-01-19 | 18 | -188/+256 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated f2py "Getting Started" doc to python3. * WIP: updating f2py docs to python3: intro to python-usage done. * WIP: updated "Scalar Arguments" session of python-usage.rst * WIP: updated "String arguments" section of python-usage.rst. TODO check for string bug here. * WIP: updated "Array arguments" section of python-usage.rst * WIP: updated "Callback arguments" section in python-usage.rst * WIP: updated sections "Common blocks" and "F90 module data" from python-usage.rst * Finished update of python-usage.rst * WIP: updating usage.rst * PEP8 fix for equal sign and added note about building extension modules. * Finished update of usage.rst * Remove future imports from f2py example. * Fixed typos. * Fixed typo. * Updated f2py "Getting Started" doc to python3. * Finished update of python-usage.rst * Finished update of usage.rst * Fixed typos. * Addressing comments on PR. * Addressing PR review; closes gh-14812; fixes gh-14919; closes gh-14960; fixes gh-14865; fixes gh-14862 * Restore names of common block items. | |||||
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 | |
| | | | | | As numpy is Python 3 only, these import statements are now unnecessary and don't alter runtime behavior. | |||||
* | 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 | |