[Ironpython-users] Help with NumPy
Kent Johnson
kent3737 at gmail.com
Wed Dec 19 21:31:39 CET 2012
Thank you everyone who offered suggestions. One of the Numpy for .NET
developers confirmed that the project is pretty much dead, and also that
there is no way to get a .NET array into a Numpy ndarray without copying
the values. (See
https://mail.enthought.com/pipermail/scipy4dotnet/2012-December/000165.html)
The latter is a non-starter for me, I have some very large arrays I want to
work with and copying them in IronPython code is not realistic. I have
figured out how to get the data into CPython and I'm working with it there.
Kent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20121219/742252cb/attachment.html>
More information about the Ironpython-users
mailing list