> PyArray_FromDims is backward compatible Numeric API which did not > support 64-bit correctly. > > PyArray_SimpleNew is the equivalent that accepts 64-bit dimensions > information and is what you should be using. >
ok, excellent ! thanks for the answer. yves > -Travis O. > > _______________________________________________ > Numpy-discussion mailing list > [email protected] > http://projects.scipy.org/mailman/listinfo/numpy-discussion > _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
