[Numpy-discussion] Google Summer of Code Ideas

2008-03-12 Thread Jarrod Millman
Hello, I have started a Google Summer of Code Ideas page: http://scipy.org/scipy/scipy/wiki/SummerofCodeIdeas Please feel free to add any ideas you have for a summer project especially if you would be interested in mentoring it. Thanks, -- Jarrod Millman Computational Infrastructure for Resear

[Numpy-discussion] Help needed with numpy 10.5 release blockers

2008-03-12 Thread Jarrod Millman
Hello, I am sure that everyone has noticed that 1.0.5 hasn't been released yet. The main issue is that when I was getting ready to tag the release I noticed that the buildbot had a few failing tests: http://buildbot.scipy.org/waterfall?show_events=false Stefan van der Walt added tickets for the

[Numpy-discussion] How to set up blas in site.cfg

2008-03-12 Thread David Cournapeau
Hi, I have some problems with numpy.distutils not picking up the blas I want. Let say I have several blas libraries on my system: libblas.so in /usr/lib libblas.so in /home/foo/lib numpy.distutils picks up libblas.so in /usr/lib first. But what if I want to use libblas.so in /home/

Re: [Numpy-discussion] numpy from subversion

2008-03-12 Thread Charles Doutriaux
My mistake i was still in trunk but i do get: import numpy, numpy.oldnumeric.ma as MA, numpy.oldnumeric as Numeric, PropertiedClasses File "/lgm/cdat/latest/lib/python2.5/site-packages/numpy/oldnumeric/ma.py", line 4, in from numpy.core.ma import * ImportError: No module named m

[Numpy-discussion] numpy from subversion

2008-03-12 Thread Charles Doutriaux
I just subversioned to the latest numpy, i get: Any idea? Thx, >>> import numpy Traceback (most recent call last): File "", line 1, in File "/export/svn/Numpy/trunk/numpy/__init__.py", line 27, in ImportError: No module named __config__ ___ Nump

[Numpy-discussion] ANN: EuroSciPy 2008 Conference - Leipzig, Germany

2008-03-12 Thread Travis Vaught
Greetings, We're pleased to announce the EuroSciPy 2008 Conference to be held in Leipzig, Germany on July 26-27, 2008. http://www.scipy.org/EuroSciPy2008 We are very excited to create a venue for the European community of users of the Python programming language in science. This conference

Re: [Numpy-discussion] f2py : callbacks without callback function as an argument

2008-03-12 Thread Pearu Peterson
On Wed, March 12, 2008 8:38 am, Daniel Creveling wrote: > Hello- > > Is there a way to code a callback to python from > fortran in a way such that the calling routine does > not need the callback function as an input argument? > I'm using the Intel fortran compiler for linux with > numpy 1.0.4 and

Re: [Numpy-discussion] Problems with long

2008-03-12 Thread Tom Johnson
On Sat, Jan 26, 2008 at 5:49 AM, Travis E. Oliphant <[EMAIL PROTECTED]> wrote: > > Tom Johnson wrote: > > Hi, I'm having some troubles with long. > > > > > from numpy import log > log(8463186938969424928L) > > > 43.5822574833 > > > log(10454852688145851272L) > >