[NumPy-Tickets] [NumPy] #2101: Document changes in casting rules for 1.7 release
NumPy Trac
numpy-tickets@scipy....
Fri Sep 7 12:33:51 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 rgommers):
Sorry, I messed up the above link. This is the thread:
http://thread.gmane.org/gmane.comp.python.numeric.general/49242/focus=49338
Travis' proposal was: "We could use a script to document the changes and
create a test case which would help people figure out their code."
This is a script that shows current behavior:
https://github.com/numpy/numpy/blob/master/numpy/testing/print_coercion_tables.py
From that it shouldn't be difficult to show the changes, by simply using
it on 1.5.x, 1.6.x and 1.7.x
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2101#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list