diff options
author | Pauli Virtanen <pav@iki.fi> | 2019-12-14 18:35:41 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2019-12-14 18:38:18 +0200 |
commit | 7142a6c979d6cb2fb514e6974bdb2639d387015a (patch) | |
tree | 7a9bf425ff4574e715180bafb726629046f6f276 /doc/release | |
parent | 66b17db5e9dd182812dfd1de77b2874cf070e00e (diff) | |
download | numpy-7142a6c979d6cb2fb514e6974bdb2639d387015a.tar.gz |
DOC: add release note for f2py --f2cmap
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/upcoming_changes/15106.new_feature.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/15106.new_feature.rst b/doc/release/upcoming_changes/15106.new_feature.rst new file mode 100644 index 000000000..9f1d0b247 --- /dev/null +++ b/doc/release/upcoming_changes/15106.new_feature.rst @@ -0,0 +1,4 @@ +Add ``--f2cmap`` option to F2PY +------------------------------- +Allow specifying a file to load Fortran-to-C type map +customizations from. |