Given the lack of objections, we are probably going forward with this
change to nditer.
Anyone who uses nditers may have to update their code slightly if they
want to avoid deprecation warnings, but otherwise old nditer code should
work for a long time from now.
Allan
On 03/22/2018 01:43 PM, Mat
Hello all, PR #9998 (https://github.com/numpy/numpy/pull/9998/) proposes
an update to the nditer API, both C and python. The issue
(https://github.com/numpy/numpy/issues/9714) is that sometimes nditer
uses temp arrays via the "writeback" mechanism, the data is copied back
to the original arrays
|Hello all, PR #9998 (https://github.com/numpy/numpy/pull/9998/) proposes
an update to the nditer API, both C and python. The issue (link) is that |||sometimes nditer uses temp arrays via the "writeback" mechanism, the
data is copied back to the original arrays "when finished". However
"when fin