From d8967ceefe7afca7a260df3f744699d1512f6fd6 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Thu, 17 Dec 2015 14:39:29 -0700 Subject: 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. --- numpy/f2py/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy/f2py') 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 -- cgit v1.2.1