[Numpy-discussion] [ANN] Bento 0.0.4 release

2010-10-09 Thread David Cournapeau
Hi, I am pleased to announce the release 0.0.4 for Bento. This release is a significant milestone, as it is able to build both numpy and scipy on some platforms (Linux and mac os x). The main features are: - New hooks to modify, override compilation options on a per extension basis. - Rec

Re: [Numpy-discussion] help from OS X 10.5 users wanted

2010-10-09 Thread Ralf Gommers
On Sun, Oct 10, 2010 at 2:59 AM, Vincent Davis wrote: > Did you get any responses on this? I can install 10.5 and help out > with some testing. I have a macbookpro that does not turn of (Hardware > issue) but it is good for testing. I could setup remote access on this > if of interest to you. > Y

Re: [Numpy-discussion] polynomial fromroots

2010-10-09 Thread Charles R Harris
On Sat, Oct 9, 2010 at 9:01 PM, Charles R Harris wrote: > > > On Sat, Oct 9, 2010 at 8:36 PM, wrote: > >> On Sat, Oct 9, 2010 at 10:01 PM, Charles R Harris >> wrote: >> > >> > >> > On Sat, Oct 9, 2010 at 7:47 PM, wrote: >> >> >> >> I'm trying to see whether I can do this without reading the ful

Re: [Numpy-discussion] known failure test decorator not treated as expected by nose

2010-10-09 Thread Jonathan March
On Fri, Oct 8, 2010 at 6:46 PM, Ralf Gommers wrote: > > > On Fri, Oct 8, 2010 at 1:09 AM, Jonathan March wrote: > >> On Wed, Oct 6, 2010 at 6:17 PM, wrote: >> > On Wed, Oct 6, 2010 at 7:08 PM, Jonathan March >> wrote: >> >> It appears that the numpy testing decorators for skipping and for >> >>

Re: [Numpy-discussion] polynomial fromroots

2010-10-09 Thread Charles R Harris
On Sat, Oct 9, 2010 at 8:36 PM, wrote: > On Sat, Oct 9, 2010 at 10:01 PM, Charles R Harris > wrote: > > > > > > On Sat, Oct 9, 2010 at 7:47 PM, wrote: > >> > >> I'm trying to see whether I can do this without reading the full manual. > >> > >> Is it intended that fromroots normalizes the highes

Re: [Numpy-discussion] polynomial fromroots

2010-10-09 Thread josef . pktd
On Sat, Oct 9, 2010 at 10:01 PM, Charles R Harris wrote: > > > On Sat, Oct 9, 2010 at 7:47 PM, wrote: >> >> I'm trying to see whether I can do this without reading the full manual. >> >> Is it intended that fromroots normalizes the highest order term >> instead of the lowest? >> >> >> >>> import

Re: [Numpy-discussion] polynomial fromroots

2010-10-09 Thread Charles R Harris
On Sat, Oct 9, 2010 at 8:05 PM, Charles R Harris wrote: > > > On Sat, Oct 9, 2010 at 8:01 PM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Sat, Oct 9, 2010 at 7:47 PM, wrote: >> >>> I'm trying to see whether I can do this without reading the full manual. >>> >>> Is it inte

Re: [Numpy-discussion] polynomial fromroots

2010-10-09 Thread Charles R Harris
On Sat, Oct 9, 2010 at 8:01 PM, Charles R Harris wrote: > > > On Sat, Oct 9, 2010 at 7:47 PM, wrote: > >> I'm trying to see whether I can do this without reading the full manual. >> >> Is it intended that fromroots normalizes the highest order term >> instead of the lowest? >> >> >> >>> import nu

Re: [Numpy-discussion] polynomial fromroots

2010-10-09 Thread Charles R Harris
On Sat, Oct 9, 2010 at 7:47 PM, wrote: > I'm trying to see whether I can do this without reading the full manual. > > Is it intended that fromroots normalizes the highest order term > instead of the lowest? > > > >>> import numpy.polynomial as poly > > >>> p = poly.Polynomial([1, -1.88494037, 0.

[Numpy-discussion] polynomial fromroots

2010-10-09 Thread josef . pktd
I'm trying to see whether I can do this without reading the full manual. Is it intended that fromroots normalizes the highest order term instead of the lowest? >>> import numpy.polynomial as poly >>> p = poly.Polynomial([1, -1.88494037, 0.0178126 ]) >>> p Polynomial([ 1., -1.88494037,

Re: [Numpy-discussion] help from OS X 10.5 users wanted

2010-10-09 Thread Vincent Davis
Did you get any responses on this? I can install 10.5 and help out with some testing. I have a macbookpro that does not turn of (Hardware issue) but it is good for testing. I could setup remote access on this if of interest to you. Is there anything like the Python devs build bot for automated ins

Re: [Numpy-discussion] compile fortran from python

2010-10-09 Thread David Cournapeau
On Sat, Oct 9, 2010 at 8:18 PM, Ioan Ferencik wrote: > I would like to compile some Fortran  code using python,  build a > shared library, and link to it using python. But I get a message > saying the compiler does not recognise the extension of my file. > > this is my command: > > gcc -fPIC -c -s

[Numpy-discussion] compile fortran from python

2010-10-09 Thread Ioan Ferencik
I would like to compile some Fortran code using python, build a shared library, and link to it using python. But I get a message saying the compiler does not recognise the extension of my file. this is my command: gcc -fPIC -c -shared -fno-underscoring test.f95 -o ./lib/libctest.so.1.0 wha

Re: [Numpy-discussion] datarray repositories have diverged

2010-10-09 Thread Joshua Holbrook
On Fri, Oct 8, 2010 at 9:05 PM, Fernando Perez wrote: > Hi, > > On Fri, Oct 8, 2010 at 8:20 PM, Joshua Holbrook > wrote: >> >> What mechanism are you using for gh-pages, if I may ask? I would be >> interested in this for future projects. > > the default github implementation relies on a 'hidden'