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

2012-05-06 Thread Paul Anton Letnes
All tests for 1.6.2rc1 pass on Mac OS X 10.7.3 python 2.7.2 gcc 4.2 (Apple) Great! Paul On 6. mai 2012, at 00:12, Charles R Harris wrote: On Sat, May 5, 2012 at 2:56 PM, Paul Anton Letnes paul.anton.let...@gmail.com wrote: Hi, I'm getting a couple of errors when testing. System:

Re: [Numpy-discussion] Quaternion data type

2012-05-06 Thread David Cournapeau
On Sat, May 5, 2012 at 9:43 PM, Mark Wiebe mwwi...@gmail.com 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 mwwi...@gmail.com 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 tra...@continuum.io wrote: +1 Travis -- Travis Oliphant (on a mobile) 512-826-7480 On May 5, 2012, at 10:19 PM, Charles R Harris charlesr.har...@gmail.com wrote: All, Tom Aldcroft volunteered to bring quaternions into numpy. The

Re: [Numpy-discussion] Quaternion data type

2012-05-06 Thread Tom Aldcroft
On Sun, May 6, 2012 at 3:56 AM, David Cournapeau courn...@gmail.com wrote: On Sat, May 5, 2012 at 9:43 PM, Mark Wiebe mwwi...@gmail.com 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 mwwi...@gmail.com

Re: [Numpy-discussion] Extension types repository

2012-05-06 Thread Charles R Harris
On Sun, May 6, 2012 at 2:38 AM, Ralf Gommers ralf.gomm...@googlemail.comwrote: On Sun, May 6, 2012 at 5:44 AM, Travis Oliphant tra...@continuum.iowrote: +1 Travis -- Travis Oliphant (on a mobile) 512-826-7480 On May 5, 2012, at 10:19 PM, Charles R Harris charlesr.har...@gmail.com

Re: [Numpy-discussion] Quaternion data type

2012-05-06 Thread Charles R Harris
On Sun, May 6, 2012 at 6:02 AM, Tom Aldcroft aldcr...@head.cfa.harvard.eduwrote: On Sun, May 6, 2012 at 3:56 AM, David Cournapeau courn...@gmail.com wrote: On Sat, May 5, 2012 at 9:43 PM, Mark Wiebe mwwi...@gmail.com wrote: On Sat, May 5, 2012 at 1:06 PM, Charles R Harris

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 ralf.gomm...@googlemail.com 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

[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

[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

[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 SNIP C compiler: gcc -pthread -fno-strict-aliasing -fPIC -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options:

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 ceb...@gmail.com 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

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 aldcr...@head.cfa.harvard.eduwrote: I ran into a problem trying to build and import the numpy_quaternion extension on CentOS-5 x86_64: $ python setup.py build SNIP C compiler: gcc -pthread -fno-strict-aliasing -fPIC -g -O2 -DNDEBUG -g -fwrapv

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 ralf.gomm...@googlemail.com wrote: On Sun, May 6, 2012 at 9:08 PM, Chris Ball ceb...@gmail.com 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

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 aldcr...@head.cfa.harvard.edu wrote: On Sun, May 6, 2012 at 3:56 AM, David Cournapeau courn...@gmail.com wrote: On Sat, May 5, 2012 at 9:43 PM, Mark Wiebe mwwi...@gmail.com wrote: