diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-12-17 14:39:29 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-12-17 14:55:13 -0700 |
commit | d8967ceefe7afca7a260df3f744699d1512f6fd6 (patch) | |
tree | a281d2debee9c5a01d9763cf871d70a62637af09 /numpy/f2py | |
parent | efc2e68c153cdfa12bf87b89f6f5ed0d2073cc51 (diff) | |
download | numpy-d8967ceefe7afca7a260df3f744699d1512f6fd6.tar.gz |
DOC: Some documentation fixups.
Add '.. versionadded:: 1.11.0' to the new `extension` parameter
in f2py.compile and document it in the 1.11.0 release notes.
Diffstat (limited to 'numpy/f2py')
-rw-r--r-- | numpy/f2py/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/f2py/__init__.py b/numpy/f2py/__init__.py index 8a2aeab4b..ef92114ed 100644 --- a/numpy/f2py/__init__.py +++ b/numpy/f2py/__init__.py @@ -38,6 +38,8 @@ def compile(source, extension: {'.f', '.f90'}, optional filename extension influences the fortran compiler behavior + .. versionadded:: 1.11.0 + ''' from numpy.distutils.exec_command import exec_command import tempfile |