Hi,

Where is the best place to get help on NumPy for IronPython? (I
cross-posted also to the SciPy4dotNet list but that list looks kind of
dead...)

My current question is, how can I create a numpy.ndarray from a
System.Array? I hoped it would just work to pass the Array to
ndarray() or asarray() but neither of these seem to work. I am working
with large, 3-dimensional arrays so it would be nice to avoid copying
the array in a loop.

More generally, what is the current status of NumPy and SciPy for
IronPython? The projects don't show any signs of life - no checkins
since the original release, no activity on the mailing list, very
difficult to even find a place to ask questions. It kind of looks like
Microsoft commissioned the original work but after the release there
is no funding and no community.

I'm most interested in finding sources for help and documentation.

Thanks for any help, tips or pointers,
Kent
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to