[Python.NET] Python Tools For Visual Studio

2011-12-02 Thread Tribble, Brett
If you haven't checked it out, you really should. It lets you write both CPython and IronPython in Visual Studio and you can debug both. It does a pretty good job of dependency and usage tracking so that things like "find all references" and "go to definition" work pretty well, and it even lets

[Python.NET] Memory leak with conversion from numpy array to System.Single[]

2011-12-02 Thread James
Hi, I have been using Python for .Net quite successfully to access an I/O library that allows me to perform some numerical calculations in Numpy. This library primarily requires the data to be fed back as Single Arrays. However when I perform many conversions from numpy arrays (or even just lists)