summaryrefslogtreecommitdiff
path: root/doc/source/f2py
Commit message (Collapse)AuthorAgeFilesLines
...
* DOC: Add note about `make`Rohit Goswami2021-11-151-0/+4
|
* DOC: Add CMake with F2PYRohit Goswami2021-11-155-2/+117
|
* DOC: Detail Meson and F2PY usageHaoZeke2021-11-157-11/+182
|
* MAINT: Apply suggestions from code reviewRohit Goswami2021-09-271-0/+2
| | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* MAINT,DOC: f2py cleanupRohit Goswami2021-09-201-3/+3
|
* DOC: Address reviewer commentsRohit Goswami2021-09-205-72/+73
|
* DOC: Reword f2py docsRohit Goswami2021-09-207-551/+607
|
* MAINT: Reorder f2py doc pagesRohit Goswami2021-09-191-3/+3
|
* MAINT,DOC: Refactor, syntax highlighting for f2pyRohit Goswami2021-09-1936-65/+64
|
* DOC: Fix some referencestakanori-pskq2020-10-241-0/+2
|
* Fixing tests for pypy and win.MelissaWM2020-09-243-11/+18
|
* DOC: fix typoJakub Wilk2020-07-011-1/+1
|
* DOC: fix remaining doc files for refguide_check (#15720)Pierre de Buyl2020-03-262-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 tutorialmattip2020-02-231-6/+3
|
* DOC: Updating f2py docs to python 3 and fixing some typos (#15303)Melissa Weber Mendonça2020-01-1918-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 ...' statementsJon Dufresne2020-01-031-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_f2cmapPauli Virtanen2019-12-141-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 FAQPauli Virtanen2019-12-141-0/+49
|
* Add intersphinx linksDavid Stansby2019-10-111-2/+2
|
* BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docsmattip2019-01-202-28/+3
|
* DOC: change f2py2e -> numpy.f2py [ci skip]mattip2018-08-283-13/+13
|
* DOC: formatting, de-emphasize f2pyfe [ci skip]mattip2018-08-222-10/+10
|
* DOC: document use when f2py is not in the PATHmattip2018-08-222-6/+18
|
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-162-4/+3
|
* silence warnings, matplotlib deprecated normed in favor of densitymattip2018-04-101-1/+1
|
* DOC: update f2py front page and some doc build metadata.Ralf Gommers2017-06-181-22/+10
|
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
|
* DOC: Fix typosJakub Wilk2017-03-175-9/+9
|
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-064-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 Harris2015-10-161-5/+5
|
* BUG: allow extension of common blocks in numpy.f2pyAlexander Heger2015-10-161-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 Gommers2014-04-211-95/+45
| | | | Also fix example in testing that Sphinx saw as section header.
* DOC: remove mktemp mention from f2py manpageJulian Taylor2014-02-161-1/+1
|
* DOC: f2py: fix some typos etcPauli Virtanen2014-01-034-38/+38
|
* DOC: f2py: more Numeric -> numpy updatingPauli Virtanen2014-01-022-4/+4
|
* DOC: f2py: update numpy.distutils part a bitPauli Virtanen2014-01-022-45/+7
|
* DOC: f2py: minor fixupsPauli Virtanen2014-01-023-7/+6
|
* MAINT: remove unused filePauli Virtanen2014-01-021-180/+0
|
* DOC: f2py: Numeric -> numpyPauli Virtanen2014-01-026-30/+30
|
* DOC: split up f2py user guide + markup fixesPauli Virtanen2014-01-027-1724/+1725
|
* DOC: fix up f2py user guide formattingPauli Virtanen2014-01-021-181/+169
|
* DOC: move f2py documentation under doc/ and link its user guide with SphinxPauli Virtanen2014-01-0234-0/+2520