Re: [Numpy-discussion] Nanmean review

2013-08-10 Thread Ralf Gommers
On Sat, Aug 10, 2013 at 12:48 AM, David Reed david.ree...@gmail.com wrote: Hello, This is my first time contributing and I was hoping to get a review of a change I made. Here is the comparison link. https://github.com/dvreed77/numpy/compare/nanmean Hi David, your contribution looks good

Re: [Numpy-discussion] import overhead of numpy.testing

2013-08-10 Thread Ralf Gommers
On Wed, Aug 7, 2013 at 3:26 PM, Andrew Dalke da...@dalkescientific.comwrote: On Aug 7, 2013, at 4:37 AM, Charles R Harris wrote: I haven't forgotten and intend to look at it before the next release. Thanks! On a related topic, last night I looked into deferring the import for

[Numpy-discussion] solving matrix

2013-08-10 Thread Sudheer Joseph
Dear Experts, I am trying to write the below piece of matlab code to a python script. The objective of the code is to find a fit of annual harmonic to a time series and then remove it from the time series. It uses matlabs E\ts to find the coefficients of harmonic fit, I used linlag.lstsq

Re: [Numpy-discussion] import overhead of numpy.testing

2013-08-10 Thread Andrew Dalke
[Short version: It doesn't look like my proposal or any simple alternative is tenable.] On Aug 10, 2013, at 10:28 AM, Ralf Gommers wrote: It does break backwards compatibility though, because now you can do: import numpy as np np.testing.assert_equal(x, y) Yes, it does. I realize

Re: [Numpy-discussion] solving matrix

2013-08-10 Thread Sudheer Joseph
I thought I should add the error I get too. From: Sudheer Joseph sudheer.jos...@yahoo.com To: numpy-discussion@scipy.org numpy-discussion@scipy.org Sent: Saturday, 10 August 2013 8:40 PM Subject: [Numpy-discussion] solving matrix Dear Experts, I am trying to write the below piece of matlab

Re: [Numpy-discussion] import overhead of numpy.testing

2013-08-10 Thread Ralf Gommers
On Sat, Aug 10, 2013 at 5:21 PM, Andrew Dalke da...@dalkescientific.comwrote: [Short version: It doesn't look like my proposal or any simple alternative is tenable.] On Aug 10, 2013, at 10:28 AM, Ralf Gommers wrote: It does break backwards compatibility though, because now you can do:

Re: [Numpy-discussion] solving matrix

2013-08-10 Thread Sudheer Joseph
Dear Admin, I found the the issue was a silly mistake of difference size of array and now would like to withdraw this post. Is there a way to delete this question. with best regards, Sudheer From: Sudheer Joseph sudheer.jos...@yahoo.com

Re: [Numpy-discussion] import overhead of numpy.testing

2013-08-10 Thread Benjamin Root
On Aug 10, 2013 12:50 PM, Ralf Gommers ralf.gomm...@gmail.com wrote: On Sat, Aug 10, 2013 at 5:21 PM, Andrew Dalke da...@dalkescientific.com wrote: [Short version: It doesn't look like my proposal or any simple alternative is tenable.] On Aug 10, 2013, at 10:28 AM, Ralf Gommers wrote: