Re: [Numpy-discussion] FeatureRequest: support for array

Dec. 12, 2015
3:37 p.m.
I’m -1 on this, from an occasional user of np.fromiter, also for the np.fromiter([1, 1.5, 2]) ambiguity reason. Pure python does a great job of preventing users from hurting themselves with limited precision arithmetic, however if their application makes them care enough about speed (to be using numpy) and memory (to be using np.fromiter), then it can almost always be assumed that the resulting dtype was important enough to be specified. P
3380
Age (days ago)
3380
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peter Creasey