Re: [Numpy-discussion] when will osx linker option -bundle be reflected in distutils

2009-01-05 Thread Daniel Macks
On Tue, Jan 06, 2009 at 11:48:57AM +1100, Garry Willgoose wrote: > The 'shared' option is not implemented in the osx linker. Not sure > what the underlying difference between 'shared' and 'bundle' is To answer this narrow part of the question, -shared is the way to build shared libraries on linu

[Numpy-discussion] ANN: PyMC 2.0

2009-01-05 Thread Christopher Fonnesbeck
Numpy list members, It gives me great pleasure to be able to announce the long-awaited release of PyMC 2.0. Platform-specific installers have been uploaded to the Google Code page (Mac OSX) and the Python Package Index (all other platforms), along with the new user's guide (http://pymc.goog

Re: [Numpy-discussion] when will osx linker option -bundle be reflected in distutils

2009-01-05 Thread Robert Kern
On Mon, Jan 5, 2009 at 18:48, Garry Willgoose wrote: >> > I was just wondering what plans there were to reflect the different >> > linker options (i.e. -bundle instead of -shared) that are required >> on >> > OSX in the fcompiler files within distutils. While its a minor thing >> > it always catch

[Numpy-discussion] when will osx linker option -bundle be reflected in distutils

2009-01-05 Thread Garry Willgoose
> > I was just wondering what plans there were to reflect the different > > linker options (i.e. -bundle instead of -shared) that are required > on > > OSX in the fcompiler files within distutils. While its a minor thing > > it always catches the users of my software when they either install > >

Re: [Numpy-discussion] help with typemapping a C function to use numpy arrays

2009-01-05 Thread Rich E
Egor, Thanks for the help. I think I want to leave the C code as-is however, as it is perfectly fine there no knowing 'sizeOutMag' because it can deduce both array sizes from one variable. There are many other similar cases in my code (many where the size of the array is known by a member of a s

Re: [Numpy-discussion] Zoom fft code

2009-01-05 Thread Nadav Horesh
Thank you, I lost the code so thank you for finding it. In addition, chirp z transform is broader then zoom fft. There was someone on this list that was interested especially in zoom fft, so I was wondered if there is a code for it. Anyway, I can use my old code again. Nadav -הודעה

Re: [Numpy-discussion] unique1d and asarray

2009-01-05 Thread Robert Cimrman
Pierre GM wrote: > On Jan 4, 2009, at 4:47 PM, Robert Kern wrote: > >> On Sun, Jan 4, 2009 at 15:44, Pierre GM wrote: >>> If we used np.asanyarray instead, subclasses are recognized properly, >>> the mask is recognized by argsort and the result correct. >>> Is there a reason why we use np.asarray

Re: [Numpy-discussion] Zoom fft code

2009-01-05 Thread Stéfan van der Walt
2009/1/5 Neal Becker : > I was not aware that chirp-z transform can be used to efficiently compute DFT > over a limited part of the spectrum. I could use this. Any references on > this technique? The only reference I have is the one mentioned in the source: Rabiner, L.R., R.W. Schafer and C.M

Re: [Numpy-discussion] Zoom fft code

2009-01-05 Thread Neal Becker
=?ISO-8859-1?Q?St=E9fan_van_der_Walt?= wrote: > Hi Nadav > > I recall that you posted an implementation yourself a while ago! > > http://www.mail-archive.com/numpy-discussion@scipy.org/msg01812.html > > Regards > Stéfan > > 2009/1/5 Nadav Horesh : >> >> I am looking for a zoom fft code. I fou

Re: [Numpy-discussion] Zoom fft code

2009-01-05 Thread Stéfan van der Walt
Hi Nadav I recall that you posted an implementation yourself a while ago! http://www.mail-archive.com/numpy-discussion@scipy.org/msg01812.html Regards Stéfan 2009/1/5 Nadav Horesh : > > I am looking for a zoom fft code. I found an old code by Paule Kinzle (a > matlab code with a translation t