[NumPy-Tickets] [NumPy] #1616: numpy.loadtxt uses both file-like and iterator interfaces instead of just one
NumPy Trac
numpy-tickets@scipy....
Sun Apr 3 05:26:38 CDT 2011
#1616: numpy.loadtxt uses both file-like and iterator interfaces instead of just
one
-------------------------+--------------------------------------------------
Reporter: zachrahan | Owner: somebody
Type: enhancement | Status: needs_review
Priority: normal | Milestone: 1.6.0
Component: Other | Version: devel
Keywords: |
-------------------------+--------------------------------------------------
Comment(by rgommers):
The same may apply to genfromtxt. Also, this patch should be timed to make
sure there's no speed difference. loadtxt is a simple and fast alternative
to genfromtxt, so it can't be slowed down too much.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1616#comment:6>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list