[Numpy-discussion] Schedule for the SciPy08 conferencez

2008-07-06 Thread Gael Varoquaux
We have received a large number of excellent contributions for papers for the SciPy 2008 conference. The program committee has had to make a difficult selection and we are happy to bring to you a preliminary schedule: Thursday = **8:00** Registration/Breakfast **8:55** Welcome (Travis Va

Re: [Numpy-discussion] Numpy-discussion Digest, Vol 22, Issue 21

2008-07-06 Thread Charles R Harris
On Sun, Jul 6, 2008 at 11:05 AM, Marek Wojciechowski <[EMAIL PROTECTED]> wrote: > > Message: 4 > > Date: Sun, 06 Jul 2008 13:36:24 +0900 > > From: David Cournapeau <[EMAIL PROTECTED]> > > Subject: Re: [Numpy-discussion] Numpy on AIX 5.3 > > To: Discussion of Numerical Python > > Message-ID: <[EMA

Re: [Numpy-discussion] Numpy-discussion Digest, Vol 22, Issue 21

2008-07-06 Thread Marek Wojciechowski
> Message: 4 > Date: Sun, 06 Jul 2008 13:36:24 +0900 > From: David Cournapeau <[EMAIL PROTECTED]> > Subject: Re: [Numpy-discussion] Numpy on AIX 5.3 > To: Discussion of Numerical Python > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1 > > Marek Wojciechowski wrote:

Re: [Numpy-discussion] Enthought Python Distribution

2008-07-06 Thread Robert Love
On Jul 2, 2008, at 9:34 AM, Travis Vaught wrote: > Greetings, > > We're pleased to announce the beta release of the Enthought Python > Distribution for *Mac OS X*. > Oh Happiness, Oh Joy. I'm downloading it now. Have a virtual beer on me until I can get to Austin and buy you all a real one.

Re: [Numpy-discussion] NumPy, buffers (PEP 3118), complex floats, and Cython

2008-07-06 Thread Dag Sverre Seljebotn
Travis E. Oliphant wrote: > Dag Sverre Seljebotn wrote: >> I'd like some advice for what way people feel would be the best for >> supporting complex datatypes in NumPy in Cython; as well as ask in what >> way it is likely that NumPy will make use of PEP 3118. >> >> It seems like NumPy defines its

Re: [Numpy-discussion] calling numpy from java

2008-07-06 Thread Jon Wright
David Cournapeau wrote: > On Sun, Jul 6, 2008 at 9:55 PM, wilson <[EMAIL PROTECTED]> wrote: >> hi all, >> is it possible to use numpy functions (like eigh()..etc)from java >> code? isthere a java wrapper for numpy? Yes, it is possible, but not yet 100% convenient. Have a look at jepp, from jepp.

Re: [Numpy-discussion] calling numpy from java

2008-07-06 Thread David Cournapeau
On Sun, Jul 6, 2008 at 9:55 PM, wilson <[EMAIL PROTECTED]> wrote: > hi all, > is it possible to use numpy functions (like eigh()..etc)from java > code? isthere a java wrapper for numpy? As Robert said, not really possible. A large part of numpy (around 50%) is pure C, of which a large part is tied

Re: [Numpy-discussion] calling numpy from java

2008-07-06 Thread Robert Kern
On Sun, Jul 6, 2008 at 07:55, wilson <[EMAIL PROTECTED]> wrote: > hi all, > is it possible to use numpy functions (like eigh()..etc)from java > code? Not particularly, no. > isthere a java wrapper for numpy? No. -- Robert Kern "I have come to believe that the whole world is an enigma, a harml

[Numpy-discussion] calling numpy from java

2008-07-06 Thread wilson
hi all, is it possible to use numpy functions (like eigh()..etc)from java code? isthere a java wrapper for numpy? thanks wilson ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion