summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohit Goswami <rog32@hi.is>2022-03-13 12:34:39 +0000
committerRohit Goswami <rog32@hi.is>2022-03-13 12:34:39 +0000
commit61690c8ccf05b7e910c3287910525d8d6ee176a1 (patch)
tree4cc01f5be752b960aad2cf928c57cd9651a5239c
parentbe70a249b5d3683d94117b62458211a788c546b0 (diff)
downloadnumpy-61690c8ccf05b7e910c3287910525d8d6ee176a1.tar.gz
MAINT: Add release note for --empty-gen
-rw-r--r--doc/release/upcoming_changes/21187.new_feature.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/21187.new_feature.rst b/doc/release/upcoming_changes/21187.new_feature.rst
new file mode 100644
index 000000000..9ca3b42bd
--- /dev/null
+++ b/doc/release/upcoming_changes/21187.new_feature.rst
@@ -0,0 +1,6 @@
+optionally deterministic output files for F2PY
+----------------------------------------------
+``f2py`` now accepts the ``--empty-gen`` flag for producing all possible output
+files, namely: ``modname-f2pywrappers.f``, ``modname-f2pywrappers2.f90``. This
+allows writing generic output rules in ``cmake`` or ``meson`` and other build
+systems. :ref:`f2py-meson` details usage.