Re: [Numpy-discussion] yorick zcen et al

2009-05-14 Thread Alan G Isaac
On 5/14/2009 2:52 PM David J Strozzi apparently wrote: > At the risk of being glib, I find the current science tools in python > (numpy, scipy, matplotlib) to be a good beta version of yorick :) I suspect that is too glib for quite a number of reasons, but just to mention one aside from the very

[Numpy-discussion] yorick zcen et al

2009-05-14 Thread David J Strozzi
Hi, Sorry to not include a subject last time, or provide more info on yorick: http://yorick.sourceforge.net/index.php official http://www.maumae.net/yorick/doc/index.php unofficial It's basically an interpreter geared toward doing numerics, with C-like syntax (but Fortran array indexing) an

Re: [Numpy-discussion] Non-linear optimization in python

2009-05-14 Thread josef . pktd
On Thu, May 14, 2009 at 11:10 AM, Alan G Isaac wrote: > On 5/14/2009 6:26 AM Emerald Jasper apparently wrote: >> Please, instruct me how to make non-linear optimization using >> numpy/simpy in python? > > > http://www.scipy.org/SciPyPackages/Optimize note: the link there links to the old document

Re: [Numpy-discussion] Non-linear optimization in python

2009-05-14 Thread Alan G Isaac
On 5/14/2009 6:26 AM Emerald Jasper apparently wrote: > Please, instruct me how to make non-linear optimization using > numpy/simpy in python? http://www.scipy.org/SciPyPackages/Optimize http://www.scipy.org/Cookbook/OptimizationDemo1 hth, Alan Isaac __

Re: [Numpy-discussion] numpy slices limited to 32 bit values?

2009-05-14 Thread Gael Varoquaux
On Thu, May 14, 2009 at 07:40:58AM -0700, Glenn Tarbox, PhD wrote: > Hum, I am wondering: could it be that Sage has not been compiled in > 64bits? That number '32' seems to me to point toward a 32bit pointer > issue (I may be wrong). >The other tests I posted indicate everything

Re: [Numpy-discussion] numpy slices limited to 32 bit values?

2009-05-14 Thread Glenn Tarbox, PhD
On Thu, May 14, 2009 at 2:16 AM, Gael Varoquaux < gael.varoqu...@normalesup.org> wrote: > On Thu, May 14, 2009 at 02:13:23AM -0700, Glenn Tarbox, PhD wrote: > >On Thu, May 14, 2009 at 1:43 AM, Gael Varoquaux > ><[1]gael.varoqu...@normalesup.org> wrote: > > > On Thu, May 14, 2009 at 01

Re: [Numpy-discussion] Numpy-discussion Digest, Vol 32, Issue 39

2009-05-14 Thread Emerald Jasper
sense So, it "appears" as though the mmap works but there's something strange with slices going on. -glenn > > >> >> Chuck >> >> >> >> ___ >> Numpy-discussion mailing list >> Numpy-discussio

[Numpy-discussion] Indexing with callables (was: Yorick-like functionality)

2009-05-14 Thread Pauli Virtanen
Wed, 13 May 2009 13:18:45 -0700, David J Strozzi kirjoitti: [clip] > Many of you probably know of the interpreter yorick by Dave Munro. As a > Livermoron, I use it all the time. There are some built-in functions > there, analogous to but above and beyond numpy's sum() and diff(), which > are quite

Re: [Numpy-discussion] Non-linear optimization in python

2009-05-14 Thread Matthieu Brucher
Hi, You have several choices: - using scipy.optimize - openopt - the old openopt scikit that contains a generic optimization framework. Did you try one of these? 2009/5/14 Emerald Jasper : > Dear python user! > Please, instruct me how to make non-linear optimization using numpy/simpy in > python

[Numpy-discussion] Non-linear optimization in python

2009-05-14 Thread Emerald Jasper
Dear python user! Please, instruct me how to make non-linear optimization using numpy/simpy in python? Thank you very much in the advance, Emerald from Japan ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailm

Re: [Numpy-discussion] (no subject)

2009-05-14 Thread Sebastian Walter
On Wed, May 13, 2009 at 10:18 PM, David J Strozzi wrote: > Hi, > > [You may want to edit the numpy homepage numpy.scipy.org to tell > people they must subscribe to post, and adding a link to > http://www.scipy.org/Mailing_Lists] > > > Many of you probably know of the interpreter yorick by Dave Mun

Re: [Numpy-discussion] numpy slices limited to 32 bit values?

2009-05-14 Thread Gael Varoquaux
On Thu, May 14, 2009 at 02:13:23AM -0700, Glenn Tarbox, PhD wrote: >On Thu, May 14, 2009 at 1:43 AM, Gael Varoquaux ><[1]gael.varoqu...@normalesup.org> wrote: > On Thu, May 14, 2009 at 01:31:45AM -0700, Glenn Tarbox, PhD wrote: > > � � �I've been working on some other things late

Re: [Numpy-discussion] numpy slices limited to 32 bit values?

2009-05-14 Thread Glenn Tarbox, PhD
On Thu, May 14, 2009 at 1:43 AM, Gael Varoquaux < gael.varoqu...@normalesup.org> wrote: > On Thu, May 14, 2009 at 01:31:45AM -0700, Glenn Tarbox, PhD wrote: > > I've been working on some other things lately and that number seemed > > related to 2^32... now that I look more closely, I don

Re: [Numpy-discussion] numpy slices limited to 32 bit values?

2009-05-14 Thread Gael Varoquaux
On Thu, May 14, 2009 at 01:31:45AM -0700, Glenn Tarbox, PhD wrote: > I've been working on some other things lately and that number seemed > related to 2^32... now that I look more closely, I don't know where that > number comes from. Is your OS 64bit? Ga�l _

Re: [Numpy-discussion] numpy slices limited to 32 bit values?

2009-05-14 Thread Glenn Tarbox, PhD
On Wed, May 13, 2009 at 11:22 PM, Glenn Tarbox, PhD wrote: > > > On Wed, May 13, 2009 at 11:04 PM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Wed, May 13, 2009 at 10:50 PM, Glenn Tarbox, PhD wrote: >> >>> I'm using the latest version of Sage (3.4.2) which is python 2.5 an