Re: [Numpy-discussion] numpy for jython

2010-12-23 Thread Travis Oliphant
On Dec 23, 2010, at 4:24 PM, Thunemann, Paul Z wrote: > I'd be very interested in hearing more about a numpy port to Java and Jython. > If anyone has more info about how to get involved please let me know. The numpy-refactor should help with this. You basically need to write a Java extension

Re: [Numpy-discussion] numpy for jython

2010-12-23 Thread David
On 12/24/2010 07:27 AM, John Salvatier wrote: > I'm curious whether this kind of thing is expected to be relatively easy > after the numpy refactor. It would help, but it won't make it easy. I asked this exact question some time ago to Enthought developers, and java would be more complicated bec

Re: [Numpy-discussion] numpy for jython

2010-12-23 Thread Thunemann, Paul Z
If the refactor separates numpy from the Cpython objects and results in a clean C or C++ api, then porting to Java is still a chore but it's doable. I've used JNI and SWIG extensively to port math libraries and could get involved but I don't know who else might be working on this (if anyone).

Re: [Numpy-discussion] numpy for jython

2010-12-23 Thread Peter
On Thu, Dec 23, 2010 at 10:24 PM, Thunemann, Paul Z wrote: > > I'd be very interested in hearing more about a numpy port to Java and > Jython.  If anyone has more info about how to get involved please let > me know. > > -Zack I'd find even a minimal version useful for Jython (just using pure Pyth

Re: [Numpy-discussion] numpy for jython

2010-12-23 Thread John Salvatier
I'm curious whether this kind of thing is expected to be relatively easy after the numpy refactor. On Thu, Dec 23, 2010 at 2:24 PM, Thunemann, Paul Z < paul.z.thunem...@boeing.com> wrote: > I'd be very interested in hearing more about a numpy port to Java and > Jython. If anyone has more info ab

[Numpy-discussion] numpy for jython

2010-12-23 Thread Thunemann, Paul Z
I'd be very interested in hearing more about a numpy port to Java and Jython. If anyone has more info about how to get involved please let me know. -Zack ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listi

Re: [Numpy-discussion] numpy for jython

2010-06-13 Thread Robert Kern
On Sun, Jun 13, 2010 at 20:58, David wrote: > On 06/14/2010 10:23 AM, Jarl Haggerty wrote: >> Does anyone have any interest in a port of numpy to jython? > > I am insterested, and I think interest is growing thanks to the cloud > computing fad, since a lot of this instrastructure is based on java

Re: [Numpy-discussion] numpy for jython

2010-06-13 Thread David
On 06/14/2010 10:23 AM, Jarl Haggerty wrote: > Does anyone have any interest in a port of numpy to jython? I am insterested, and I think interest is growing thanks to the cloud computing fad, since a lot of this instrastructure is based on java (hadoop, hbase, cassandra to name a few). Being abl

[Numpy-discussion] numpy for jython

2010-06-13 Thread Jarl Haggerty
Does anyone have any interest in a port of numpy to jython? I've been looking around and it seems like the only versions of this is JNumeric, which is so old it's named after Numeric, and a slightly updated version of that. I decided to try and use jnumeric but it's missing a lot of features, the