Feb. 2, 2007
12:51 a.m.
Christopher Barker wrote:
Travis Oliphant wrote:
I'm thinking that we should have several. For example all the fromXXX functions should probably be classmethods
ndarray.frombuffer ndarray.fromfile
would they still be accessible in their functional form in the numpy namespace?
Yes, until a major revision at which point they could (if deemed useful) be removed after a deprecation warning period. -Travis