Re: [Numpy-discussion] Another merge at github

2010-10-17 Thread Charles R Harris
On Sat, Oct 16, 2010 at 4:23 PM, Charles R Harris wrote: > > > On Sat, Oct 16, 2010 at 3:54 PM, Benjamin Root wrote: > >> On Sat, Oct 16, 2010 at 2:20 PM, Charles R Harris < >> charlesr.har...@gmail.com> wrote: >> >>> >>> >>> On Sat, Oct 16, 2010 at 12:56 PM, Joshua Holbrook < >>> josh.holbr...@

Re: [Numpy-discussion] Another merge at github

2010-10-17 Thread Ralf Gommers
2010/10/17 Stéfan van der Walt : > On Sun, Oct 17, 2010 at 12:23 AM, Charles R Harris > wrote: >> >> IIRC, they recommended pushing from local branches to master on github and >> not merging master to the development branches. That doesn't sound right to >> me, but perhaps I misunderstood... > > T

[Numpy-discussion] ANN: upfirdn 0.2.1

2010-10-17 Thread Tom Krauss
ANNOUNCEMENT I am pleased to announce a new release of "upfirdn" - version 0.2.1. This package provides an efficient polyphase FIR resampler object (SWIG-ed C++) and some python wrappers. This release includes C++-only templatized functions and examples contributed originally by Lewis Anderson

[Numpy-discussion] how to find out element size of flexible dtype

2010-10-17 Thread Koert Kuipers
Hello all, If my function receives an array with a flexible dtype such as string or unicode, how do I find out what the size (max number of elements, not number of bytes) of the datatype is? For example: >>> x = np.array(['a', 'b', 'cd'], (np.unicode_, 4)) >>> x.dtype dtype('

[Numpy-discussion] ANN: NumPy 1.5.1 release candidate 1

2010-10-17 Thread Ralf Gommers
Hi, I am pleased to announce the availability of the first release candidate of NumPy 1.5.1. This is a bug-fix release with no new features compared to 1.5.0. Binaries, sources and release notes can be found at https://sourceforge.net/projects/numpy/files/. A note on the available binaries for OS

Re: [Numpy-discussion] Another merge at github

2010-10-17 Thread Ralf Gommers
On Sun, Oct 17, 2010 at 1:48 PM, Ralf Gommers wrote: > 2010/10/17 Stéfan van der Walt : >> On Sun, Oct 17, 2010 at 12:23 AM, Charles R Harris >> wrote: >>> >>> IIRC, they recommended pushing from local branches to master on github and >>> not merging master to the development branches. That doesn

[Numpy-discussion] Proposal: Numpy Build Docs

2010-10-17 Thread Friedrich Romstedt
Hello, I finally found some time today and since the installers are not feasible in one and a half hour I decided to set up a proper doc of what we're doing so far with the Mac OS X 10.5 installer issue. A few advantages: * We all (meaning Vincent, Ralf, and me) will be more careful with what w