Re: [Numpy-discussion] Quaternion data type

2012-05-06 Thread Travis Oliphant
On May 6, 2012, at 12:16 PM, Charles R Harris wrote: > > > On Sun, May 6, 2012 at 6:02 AM, Tom Aldcroft > wrote: > On Sun, May 6, 2012 at 3:56 AM, David Cournapeau wrote: > > > > > > On Sat, May 5, 2012 at 9:43 PM, Mark Wiebe wrote: > >> > >> On Sat, May 5, 2012 at 1:06 PM, Charles R Harris

Re: [Numpy-discussion] How to run NumPy's tests with coverage?

2012-05-06 Thread josef . pktd
On Sun, May 6, 2012 at 4:39 PM, Ralf Gommers wrote: > > > On Sun, May 6, 2012 at 9:08 PM, Chris Ball wrote: >> >> Hi, >> >> I'm trying to figure out how to run NumPy's tests with coverage enabled >> (i.e. >> numpy.test(coverage=True) ). I can run the tests successfully like this: > > > This seems

Re: [Numpy-discussion] numpy_quaternion and gcc 4.1.2

2012-05-06 Thread Charles R Harris
On Sun, May 6, 2012 at 1:35 PM, Tom Aldcroft wrote: > I ran into a problem trying to build and import the numpy_quaternion > extension on CentOS-5 x86_64: > > $ python setup.py build > > C compiler: gcc -pthread -fno-strict-aliasing -fPIC -g -O2 -DNDEBUG -g > -fwrapv -O3 -Wall -Wstrict-prototypes

Re: [Numpy-discussion] How to run NumPy's tests with coverage?

2012-05-06 Thread Ralf Gommers
On Sun, May 6, 2012 at 9:08 PM, Chris Ball wrote: > Hi, > > I'm trying to figure out how to run NumPy's tests with coverage enabled > (i.e. > numpy.test(coverage=True) ). I can run the tests successfully like this: > This seems to have been broken somewhere along the way. If you remove the argum

[Numpy-discussion] numpy_quaternion and gcc 4.1.2

2012-05-06 Thread Tom Aldcroft
I ran into a problem trying to build and import the numpy_quaternion extension on CentOS-5 x86_64: $ python setup.py build C compiler: gcc -pthread -fno-strict-aliasing -fPIC -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-I/data/cosmos2/ska/arch/x86_64-linux_Ce

[Numpy-discussion] How to run NumPy's tests with coverage?

2012-05-06 Thread Chris Ball
Hi, I'm trying to figure out how to run NumPy's tests with coverage enabled (i.e. numpy.test(coverage=True) ). I can run the tests successfully like this: $ git clone git://github.com/numpy/numpy.git [...] $ cd numpy/ $ python setup.py build_ext -i [...] $ cd .. # (avoid running from source dir

[Numpy-discussion] ANN Scikit-learn 0.11-beta

2012-05-06 Thread Gael Varoquaux
On behalf of our release manager, Andreas Mueller, and all the scikit-learn contributors, I am happy to announce the 0.11 beta. We are doing a quick beta and will hopefuly be releasing the final version tomorrow. The purpose of this beta is to get feedback on any release-critical bugs such as buil

Re: [Numpy-discussion] ANN: NumPy 1.6.2 release candidate 1

2012-05-06 Thread Sandro Tosi
On Sat, May 5, 2012 at 8:15 PM, Ralf Gommers wrote: > I'm pleased to announce the availability of the first release candidate of > NumPy 1.6.2.  This is a maintenance release. Due to the delay of the NumPy > 1.7.0, this release contains far more fixes than a regular NumPy bugfix > release.  It als

Re: [Numpy-discussion] Quaternion data type

2012-05-06 Thread Charles R Harris
On Sun, May 6, 2012 at 6:02 AM, Tom Aldcroft wrote: > On Sun, May 6, 2012 at 3:56 AM, David Cournapeau > wrote: > > > > > > On Sat, May 5, 2012 at 9:43 PM, Mark Wiebe wrote: > >> > >> On Sat, May 5, 2012 at 1:06 PM, Charles R Harris > >> wrote: > >>> > >>> On Sat, May 5, 2012 at 11:19 AM, Mark

Re: [Numpy-discussion] Extension types repository

2012-05-06 Thread Charles R Harris
On Sun, May 6, 2012 at 2:38 AM, Ralf Gommers wrote: > > > On Sun, May 6, 2012 at 5:44 AM, Travis Oliphant wrote: > >> +1 >> >> Travis >> >> -- >> Travis Oliphant >> (on a mobile) >> 512-826-7480 >> >> >> On May 5, 2012, at 10:19 PM, Charles R Harris >> wrote: >> >> All, >> >> Tom Aldcroft volunte

Re: [Numpy-discussion] Quaternion data type

2012-05-06 Thread Tom Aldcroft
On Sun, May 6, 2012 at 3:56 AM, David Cournapeau wrote: > > > On Sat, May 5, 2012 at 9:43 PM, Mark Wiebe wrote: >> >> On Sat, May 5, 2012 at 1:06 PM, Charles R Harris >> wrote: >>> >>> On Sat, May 5, 2012 at 11:19 AM, Mark Wiebe wrote: On Sat, May 5, 2012 at 11:55 AM, Charles R Harris

Re: [Numpy-discussion] Extension types repository

2012-05-06 Thread Ralf Gommers
On Sun, May 6, 2012 at 5:44 AM, Travis Oliphant wrote: > +1 > > Travis > > -- > Travis Oliphant > (on a mobile) > 512-826-7480 > > > On May 5, 2012, at 10:19 PM, Charles R Harris > wrote: > > All, > > Tom Aldcroft volunteered to bring quaternions into numpy. The proposal is > to set up a separat

Re: [Numpy-discussion] Quaternion data type

2012-05-06 Thread David Cournapeau
On Sat, May 5, 2012 at 9:43 PM, Mark Wiebe wrote: > On Sat, May 5, 2012 at 1:06 PM, Charles R Harris < > charlesr.har...@gmail.com> wrote: >> >> On Sat, May 5, 2012 at 11:19 AM, Mark Wiebe wrote: >> >>> On Sat, May 5, 2012 at 11:55 AM, Charles R Harris < >>> charlesr.har...@gmail.com> wrote: >>>