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 <sturla.mol...@gmail.com> wrote: > On 03/12/15 22:07, David Verelst wrote: > > Can this workflow be incorporated into |setuptools|/|numpy.distutils

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

[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

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

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,

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 Weckesserwarren.weckesserat enthought.com writes: On Sat, Feb 4, 2012 at 2:35 PM, Benjamin Rootben.rootat ou.edu wrote: On Saturday, February 4, 2012, Naresh Painpaiat

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

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 Pythonhttps://python.g-node.org/wiki/at St Andrews. Day 3 was titled The Quest for Speed (see https://python.g-node.org/wiki/schedule) and might interest you as well.

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 a 1D