Re: [Numpy-discussion] compile fortran from python

2010-10-10 Thread Pearu Peterson
Hi, You can create a setup.py file containing def configuration(parent_package='',top_path=None): from numpy.distutils.misc_util import Configuration config = Configuration(None,parent_package,top_path) config.add_library('flib', sources = [test.f95]) config.add_extension('cte

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

2010-10-10 Thread Vincent Davis
On Sun, Oct 10, 2010 at 12:46 PM, Friedrich Romstedt wrote: > 2010/10/9 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

Re: [Numpy-discussion] polynomial fromroots

2010-10-10 Thread Fabrice Silva
Le dimanche 10 octobre 2010 à 14:19 -0400, josef.p...@gmail.com a > Good, this confirms the differences in convention z, or 1/z (and why I > never remember if the roots are supposed to be inside or outside the > unit circle) Some tricks: * in z-transform, 1-sample delay (in time domain) correspon

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

2010-10-10 Thread Friedrich Romstedt
2010/10/9 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. I can also help with the install

Re: [Numpy-discussion] polynomial fromroots

2010-10-10 Thread josef . pktd
On Sun, Oct 10, 2010 at 1:38 PM, Skipper Seabold wrote: > On Sat, Oct 9, 2010 at 10: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.

Re: [Numpy-discussion] polynomial fromroots

2010-10-10 Thread Skipper Seabold
On Sat, Oct 9, 2010 at 10: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 highest orde