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] NEP for faster ufuncs

2010-12-23 Thread Travis Oliphant
This is very cool! I would like to see this get into NumPy 2.0. Thanks for all the great work! -Travis On Dec 21, 2010, at 6:53 PM, Mark Wiebe wrote: > Hello NumPy-ers, > > After some performance analysis, I've designed and implemented a new iterator > designed to speed up ufuncs and a

Re: [Numpy-discussion] ANN: carray 0.3 released

2010-12-23 Thread Kevin Jacobs
On Wed, Dec 22, 2010 at 1:58 PM, Francesc Alted wrote: > >>> %time b = ca.zeros(1e12) > CPU times: user 54.76 s, sys: 0.03 s, total: 54.79 s > Wall time: 55.23 s > I know this is somewhat missing the point of your demonstration, but 55 seconds to create an empty 3 GB data structure to represe

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] Installing on CentOS 5 claims invalid Python installation

2010-12-23 Thread Christopher Barker
On 12/23/10 5:13 AM, Roger Martin wrote: > NumPy looks like the way to get computation done in Python. yup -- welcome! > Now I'm > going through the learning curve of installing the module into different > linux OS's and Python versions. hmm -- usually it's pretty straightforward on Linux (excep

Re: [Numpy-discussion] Installing on CentOS 5 claims invalid Python installation

2010-12-23 Thread Bruce Southey
On 12/23/2010 07:13 AM, Roger Martin wrote: Hi, NumPy looks like the way to get computation done in Python. Now I'm going through the learning curve of installing the module into different linux OS's and Python versions. An extra need is to install google code's h5py http://code.google.com/

[Numpy-discussion] Installing on CentOS 5 claims invalid Python installation

2010-12-23 Thread Roger Martin
Hi, NumPy looks like the way to get computation done in Python. Now I'm going through the learning curve of installing the module into different linux OS's and Python versions. An extra need is to install google code's h5py http://code.google.com/p/h5py/ which depends on numpy. In trying a