Imported Ticket
- Summary: Large scale conversion to in-place ufuncs
- Component: yt
- Milestone: 2.0
- Reporter: mturk
- Owner: mturk
- Resolution: wontfix
- Status: closed
- Created: 1213630243000000
- Description: To quote the numpybook, instead of:
G += C
we should be using numpy.add(G,C,G).
Update to Ticket
- Author: mturk
- Changetime: 1282268302000000
- Field: status
- Oldvalue: new
- Newvalue: closed
Update to Ticket
- Author: mturk
- Changetime: 1282268302000000
- Field: resolution
- Oldvalue: None
- Newvalue: wontfix
Update to Ticket
- Author: mturk
- Changetime: 1282268302000000
- Field: comment
- Oldvalue: 1
- Newvalue: This has been used a number of places, but as of the present it is not clear that memory allocation is the bottleneck for many types of computation.