[NumPy-Tickets] [NumPy] #2101: Document changes in casting rules for 1.7 release
NumPy Trac
numpy-tickets@scipy....
Thu Aug 30 22:01:05 CDT 2012
#2101: Document changes in casting rules for 1.7 release
---------------------------+------------------------------------------------
Reporter: rgommers | Owner: pv
Type: task | Status: new
Priority: normal | Milestone: 1.7.0
Component: Documentation | Version: 1.6.1
Keywords: |
---------------------------+------------------------------------------------
Comment(by ocertik):
The following paragraph is now in doc/release/1.7.0-notes.rst:
{{{
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.
}}}
Is that enough, or does more work need to be done?
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2101#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list