Hi Ralph,
Pull request #91 adds minimal documentation for the polynomial module. I'll
leave backporting it to 1.6.1 up to your discretion.
Chuck
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-di
Hi,
in my experience numbers loaded from text files very often require
identical conversion for all data (e.g. parsing Fortran-style double
precision, or German vs. English decimals...).
Yet loadtxt and genfromtxt in such cases require the user to construct
a dictionary of converters for eve
On 18 Jun 2011, at 04:48, gary ruben wrote:
> Thanks guys - I'm happy with the solution for now. FYI, Derek's
> suggestion doesn't work in numpy 1.5.1 either.
> For any developers following this thread, I think this might be a nice
> use case for genfromtxt to handle in future.
Numpy 1.6.0 and ab