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
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
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).
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
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
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
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
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
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