Re: [Numpy-discussion] f2py, numpy.distutils and multiple Fortran source files

2015-12-05 Thread David Verelst
Thanks a lot for providing the example Sturla, that is exactly what we are looking for! On 4 December 2015 at 11:34, Sturla Molden wrote: > On 03/12/15 22:07, David Verelst wrote: > > Can this workflow be incorporated into |setuptools|/|numpy.distutils|? >> Something alo

[Numpy-discussion] f2py, numpy.distutils and multiple Fortran source files

2015-12-03 Thread David Verelst
Hi, For the wafo [1] package we are trying to include the extension compilation process in setup.py [2] by using setuptools and numpy.distutils [3]. Some of the extensions have one Fortran interface source file, but it depends on several other Fortran sources (modules). The manual compilation proc

Re: [Numpy-discussion] future of f2py and Fortran90+

2015-12-03 Thread David Verelst
f90wrap [1] extends the functionality of f2py, and can automatically generate sensible wrappers for certain cases. [1] https://github.com/jameskermode/f90wrap On 15 July 2015 at 03:45, Sturla Molden wrote: > Eric Firing wrote: > > > I'm curious: has anyone been looking into what it would take t

Re: [Numpy-discussion] dynamically choosing atlas libraries

2013-04-06 Thread David Verelst
Hi, Not a developer here, but I was under the impression that you can only use the BLAS/LAPACK libraries that where chosen at build time? As a side note: I've read [1] that OpenBLAS on some systems could perform quite well compared to ATLAS, I used some simple benchmarks [2] and noticed that on m

Re: [Numpy-discussion] Numpy 1.5.1/1.6.1 doesn't build doc with sphinx 1.1.2

2012-02-22 Thread David Verelst
Note sure if this already has been discussed, but it seems that latest Sphinx, 1.2predev-20120222 directly from their Hg repository, does not have this problem any more. While 1.2 failed to build the documentation on my end, 1.2predev delivered a result. Regards, David On 24/11/11 15:31, Pauli

Re: [Numpy-discussion] fast method to to count a particular value in a large matrix

2012-02-05 Thread David Verelst
Just out of curiosity, what speed-up factor did you achieve? Regards, David On 04/02/12 22:20, Naresh wrote: > Warren Weckesser enthought.com> writes: > >> >> On Sat, Feb 4, 2012 at 2:35 PM, Benjamin Root ou.edu> wrote: >> >> >> On Saturday, February 4, 2012, Naresh Pai uark.edu> wrote:> I

Re: [Numpy-discussion] Download page still points to SVN

2012-01-20 Thread David Verelst
I would like to assist on the website. Although I have not made any code contributions to Numpy/SciPy (yet), I do follow the mailing lists and try to keep up to date on the scientific python scene. However, I need to hold my breath until the end of my wind tunnel test campaign mid February. An

Re: [Numpy-discussion] numpy.mean problems

2011-12-13 Thread David Verelst
Note that the pytables pro you are referring to is no longer behind a pay wall. Recently the project went through some changes and the pro versions disappeared. All pro features where merged into the main project and, are as a consequence, also available for free. Regards, David On 13/12/11 21

Re: [Numpy-discussion] Comparing NumPy/IDL Performance

2011-09-30 Thread David Verelst
Just want to point to some excellent material that was recently presented at the course Advanced Scientific Programming in Pythonat St Andrews. Day 3 was titled "The Quest for Speed" (see https://python.g-node.org/wiki/schedule) and might interest you as well. Rega

Re: [Numpy-discussion] Array input

2010-05-16 Thread David Verelst
Hi Allen, If you google on "python user input" you already have your answer... for instance: http://en.wikibooks.org/wiki/Python_Programming/Input_and_output Hope this helps, David > Hi all, > Am creating a script to do least square adjustment of levelling data. How do > I get user input into