summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-10-20 15:09:40 -0600
committerCharles Harris <charlesr.harris@gmail.com>2020-11-19 12:44:52 -0700
commit8448143c189b16db485756315f009040d280b58d (patch)
tree2dc1b72cf8ae906bd7bab3e19ea6dcfc1655f5f3 /doc/release
parent8c00ec87d2084a6ac1978bb7e383597a5d3c94b5 (diff)
downloadnumpy-8448143c189b16db485756315f009040d280b58d.tar.gz
DOC: Add gh-16594 to NumPy 1.20.0 release notes.
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/upcoming_changes/16594.new_feature.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/16594.new_feature.rst b/doc/release/upcoming_changes/16594.new_feature.rst
new file mode 100644
index 000000000..5d67bfad7
--- /dev/null
+++ b/doc/release/upcoming_changes/16594.new_feature.rst
@@ -0,0 +1,4 @@
+New``__f2py_numpy_version__`` attribute for f2py generated modules.
+-------------------------------------------------------------------
+Because f2py is released together with NumPy, ``__f2py_numpy_version__``
+provides a way to track the version f2py used to generate the module.