Loading numpy into IronPython

可紊 提交于 2019-12-06 06:19:05

I have used the Numpy implementation for IronPython from Enthough. It works so far, but I have not tested it enough.

I have blogged about it here

Numpy for .NET is implemented though wrappers to native calls.

In my blog post I used this tutorial.

I don't believe Numpy is supported for IronPython: http://en.wikipedia.org/wiki/IronPython

Unless it's changed since that update. :(

Update: Apparently there are projects underway to get support for some of the CPython stuff which in turn would help support Numpy http://www.resolversystems.com/news/?p=17

Update 2: Apparently you can use numpy with some other open source product: http://ironpython-urls.blogspot.com/2008/08/ironclad-05-released-use-numpy-from.html

Update 3: Official link to Ironclad => http://code.google.com/p/ironclad/

Sorry, I'm not sure if this is of much help :(

update 3: wrong twice, ip tools and ip are frustratingly bundled together... which vs2010 doesn't like. Getting closer though.. Currently working with 2.6 for .net4 in ipy console

http://code.google.com/p/ironclad/issues/detail?id=28

^^ explains that frames support is required for ironclad (something not mentioned too clearly)

also that this is potentially not fixed within the new 2.6 for .net 4, going to play with "frames" settings and/or try an older still version of ip

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!