[NumPy-Tickets] [NumPy] #2061: difference between behavior of assignment division and future division not documented
NumPy Trac
numpy-tickets@scipy....
Wed Feb 22 18:17:12 CST 2012
#2061: difference between behavior of assignment division and future division not
documented
----------------------------+-----------------------------------------------
Reporter: AlanFrankel | Owner: pv
Type: defect | Status: reopened
Priority: normal | Milestone: Unscheduled
Component: Documentation | Version: 1.6.1
Resolution: | Keywords: assignment division operators
----------------------------+-----------------------------------------------
Comment(by mwiebe):
Looks like I was wrong again, and actually I did put it in the release
notes. Here's what it says:
The default casting rule for UFunc out= parameters has been changed from
'unsafe' to 'same_kind'. Most usages which violate the 'same_kind' rule
are likely bugs, so this change may expose previously undetected errors in
projects that depend on NumPy.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2061#comment:11>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list