Re: [Numpy-discussion] Leopard install

2009-04-14 Thread David Cournapeau
chris.bar...@noaa.gov wrote: > I think I'd prefer to patch bdist_mpkg, rather than re-writing or > forking. > If you manage to do what you want as a command, then yes, forking does not make any sense. It is just that I am tired of wasting my time with distutils-related codebase :) cheers,

Re: [Numpy-discussion] Leopard install

2009-04-14 Thread Gael Varoquaux
On Wed, Apr 15, 2009 at 12:22:07AM -0500, Robert Kern wrote: > On Wed, Apr 15, 2009 at 00:19, Gael Varoquaux > wrote: > > On Tue, Apr 14, 2009 at 07:31:21PM -0700, chris.bar...@noaa.gov wrote: > >> I  think I'd prefer to patch bdist_mpkg, rather than re-writing or > >> forking. Others need it too.

Re: [Numpy-discussion] Leopard install

2009-04-14 Thread Robert Kern
On Wed, Apr 15, 2009 at 00:19, Gael Varoquaux wrote: > On Tue, Apr 14, 2009 at 07:31:21PM -0700, chris.bar...@noaa.gov wrote: >> I  think I'd prefer to patch bdist_mpkg, rather than re-writing or >> forking. Others need it too. > > Tarek Ziade, one of the distutils maintainer, has been fairly resp

Re: [Numpy-discussion] Leopard install

2009-04-14 Thread Gael Varoquaux
On Tue, Apr 14, 2009 at 07:31:21PM -0700, chris.bar...@noaa.gov wrote: > I think I'd prefer to patch bdist_mpkg, rather than re-writing or > forking. Others need it too. Tarek Ziade, one of the distutils maintainer, has been fairly responsive lately. And I know he runs a Mac. So I believe that i

Re: [Numpy-discussion] JOB: write numpy docs

2009-04-14 Thread Joe Harrington
So far I have no takers for the numpy doc job (below), and the lack of activity on docs.scipy.org indicates nobody new is preparing an application. This job is open (as a subcontract) to international applicants. It could be part-time, if a suitable full-time person is not available. It could be

Re: [Numpy-discussion] recommendations on goodness of fit functions?

2009-04-14 Thread josef . pktd
On Tue, Apr 14, 2009 at 10:13 AM, Bruce Southey wrote: > Brennan Williams wrote: >> Charles R Harris wrote: >>> >>> >>> On Mon, Apr 13, 2009 at 6:28 PM, Brennan Williams >>> >> > wrote: >>> >>>     Hi numpy/scipy users, >>> >>>     I'm looking to add so

Re: [Numpy-discussion] help getting started

2009-04-14 Thread Chris . Barker
David Cournapeau wrote: > Christopher, would you mind trying the following binary ? > > http://www.ar.media.kyoto-u.ac.jp/members/david/archives/numpy/scipy-0.7.0-py2.5-macosx10.5.mpkg.tar I'm out of town and away from my Mac the whole week. Hopefully someone else can give it a try. Thanks for

Re: [Numpy-discussion] Leopard install

2009-04-14 Thread Chris . Barker
David Cournapeau wrote: >> yes, that's it -- "system Python" is a misnomer. I really should figure >> out how to change that message. >> > It is set-up in the info.plist as built by bdist_mpkg, so I guess > changing this file should be enough - this should be easy to test :) yup. It's pretty e

[Numpy-discussion] problem using optimized libraries

2009-04-14 Thread Mathew Yeates
Hi The line from _dotblas import dot . is giving me an import error when I looked at the symbols in _dotblas.so I only see things like CFLOAT_dot. When I trace the system calls I see that my optimized ATLAS libraries are being accessed, but immediately after opening libatlas.so I get an I

Re: [Numpy-discussion] recommendations on goodness of fit functions?

2009-04-14 Thread Bruce Southey
Brennan Williams wrote: > Charles R Harris wrote: >> >> >> On Mon, Apr 13, 2009 at 6:28 PM, Brennan Williams >> > > wrote: >> >> Hi numpy/scipy users, >> >> I'm looking to add some basic goodness-of-fit functions/plots to >> my app. >> >>

Re: [Numpy-discussion] [OT] read data from pdf

2009-04-14 Thread Neal Becker
Gael Varoquaux wrote: > On Mon, Apr 13, 2009 at 07:10:40AM -0400, Neal Becker wrote: >> Anyone know of software that can assist with reading data points from a >> pdf version of a 2-d line graph? > > I know domeone who had a lot of success with engauge-digitizer (packaged > in Ubuntu). > > Gaël

[Numpy-discussion] passing dynamic arrays from fortran 90 to python

2009-04-14 Thread Tobias Lindberg
Hi, Is there a way to pass dynamic arrays generated in a fortran 90- module to a python script? Best regards /tobias ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] survey of freely available software for the solution of linear algebra problems

2009-04-14 Thread Sebastian Walter
I'm looking for a library that has linear algebra routines on objects of a self-written class (with overloaded operators +,-,*,/). An example would be truncated Taylor polynomials. One can perform all operations +,-,*,/ on truncated Taylor polynomials. Often it is also necessary to perform linear