Re: [Ironpython-users] Help with NumPy

2012-12-19 Thread Kent Johnson
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/00

Re: [Ironpython-users] Help with NumPy

2012-12-19 Thread David Peterson
You could always try the Enthought, or Continuum IO, dev mailing lists. As I understand it, people at these companies were involved in porting NumPy to IronPython? -- Dave On 19 Dec 2012, at 16:47, Jeff Hardy wrote: > On Mon, Dec 10, 2012 at 7:17 AM, Kent Johnson wrote: >> Hi, >> >> Where

Re: [Ironpython-users] Help with NumPy

2012-12-19 Thread Jeff Hardy
On Mon, Dec 10, 2012 at 7:17 AM, Kent Johnson wrote: > 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...) Unfortunately, I don't know if there is a good spot. > > My current question is, how