[NumPy-Tickets] [NumPy] #2047: f2py needs to be updated to use non-deprecated macros/functions
NumPy Trac
numpy-tickets@scipy....
Sat Apr 21 17:32:41 CDT 2012
#2047: f2py needs to be updated to use non-deprecated macros/functions
------------------------+---------------------------------------------------
Reporter: charris | Owner: pearu
Type: task | Status: needs_decision
Priority: normal | Milestone: 1.7.0
Component: numpy.f2py | Version: devel
Keywords: |
------------------------+---------------------------------------------------
Comment(by pearu):
To answer your questions:
2) It will break users code because after removing swap_arrays related
code the given example would raise TypeError since the intent(inplace)
becomes equivalent to intent(inout).
1) Because git master has numpy 2.0 then I (wrongly) presumed that 1.7
is a bug fix release of 1.6.x, and so 1.7 could not have any new features.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2047#comment:9>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list