Re: [Numpy-discussion] quickselect

2013-05-28 Thread josef . pktd
On Tue, May 28, 2013 at 6:31 PM, Charles R Harris wrote: > Hi All, > > There is a PR adding quickselect to numpy as a function `partition`. > Comments on name and exposure in the numpy API are welcome. I think the name is fine. It's possible to get used to it. One possible use I can think of is

Re: [Numpy-discussion] Behavior or finance.npv function

2013-05-28 Thread Guillaume VIRY
Glad to see I'm not the only one who cares :) I've actually made a pull request with the proper documentation / source / test update, so I guess I shall just wait for it to be accepted now ! ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org htt

[Numpy-discussion] quickselect

2013-05-28 Thread Charles R Harris
Hi All, There is a PR adding quickselect to numpy as a function `partition`. Comments on name and exposure in the numpy API are welcome. Chuck ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http:/

Re: [Numpy-discussion] Behavior or finance.npv function

2013-05-28 Thread Ralf Gommers
On Thu, May 23, 2013 at 3:12 AM, Guillaume VIRY wrote: > Good morning all > > I have been using the financial functions for a while now, and the npv > function has always bothered me. > All of them have always bothered me:) > Indeed neither the documentation nor the implementation seem to be > co

Re: [Numpy-discussion] Parameterised dtypes

2013-05-28 Thread Nathaniel Smith
On Fri, May 24, 2013 at 3:12 PM, Richard Hattersley wrote: > Hi all, > > I'm in the process of defining some new dtypes to handle non-physical > calendars (such as the 360-day calendar used in the climate modelling > world). This is all going fine[*] so far, but I'd like to know a little bit > mor

Re: [Numpy-discussion] Parameterised dtypes

2013-05-28 Thread Andrew Collette
Hi Richard, > I'm in the process of defining some new dtypes to handle non-physical > calendars (such as the 360-day calendar used in the climate modelling > world). This is all going fine[*] so far, but I'd like to know a little bit > more about how much is ultimately possible. > > The PyArray_De

[Numpy-discussion] Unable to building numpy with openblas using bento or distutils

2013-05-28 Thread Dinesh B Vadhia
Maybe this is for the Scipy list but followed the instructions but the command: $ sudo python setup.py install to install Scipy failed because it couldn't find Lapack. However, the export commands were set as: $ export BLAS=/usr/local/lib/libopenblas.a $ export LAPACK=/usr/local/lib/libopenbla