Skip to content

Commit

Permalink
MAINT: Add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Jun 27, 2022
1 parent 2783091 commit 93347a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/release/upcoming_changes/21807.improvement.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
F2PY supports the value attribute
=================================

The Fortran standard requires that variables declared with the ``value``
attribute must be passed by value instead of reference. F2PY now supports this
use pattern correctly. So ``integer, intent(in), value :: x`` in Fortran codes
will have correct wrappers generated.

0 comments on commit 93347a3

Please sign in to comment.