Hi Ondrej,
On Thu, Feb 7, 2013 at 3:18 PM, Ondřej Čertík wrote:
> On Thu, Feb 7, 2013 at 12:29 PM, Chris Barker - NOAA Federal
> wrote:
>> On Thu, Feb 7, 2013 at 11:38 AM, Matthew Brett
>> wrote:
>>> a) If we cannot build Scipy now, it may or may not be acceptable to
>>> release numpy now. I
On Sun, Mar 24, 2013 at 8:00 PM, Charles R Harris
wrote:
>
>
> On Sun, Mar 24, 2013 at 3:02 PM, Ondřej Čertík
> wrote:
>>
>> Hi,
>>
>> I'm pleased to announce the availability of the first release candidate of
>> NumPy 1.7.1rc1.
>>
>> Sources and binary installers can be found at
>> https://sourc
On Mon, Mar 25, 2013 at 6:56 PM, Jonathan Rocher wrote:
> Dear all,
>
> One recurring question is how to grow the contributor base to NumPy and
> provide help and relief to core developers and maintainers.
>
> One way to do this would be to leverage the upcoming SciPy conference in 2
> ways:
>
> P
Oh sorry, my fault...
here is the answer by Nathaniel Smith:
def retrieve_data(a, ax, idx):
full_idx = [slice(None)] * a.ndim
full_idx[ax] = idx
return a[tuple(full_idx)]
Or for the specific case where you do know the axis in advance, you just
don't know how many trailing axes there
Hi Neal,
I forward you this mail which I think might be of help to your question.
Chao
-- Forwarded message --
From: Chao YUE
Date: Sat, Mar 16, 2013 at 5:40 PM
Subject: indexing of arbitrary axis and arbitrary slice?
To: Discussion of Numerical Python
Dear all,
Is there som
In the following code, the function maxstar is applied along the
last axis. Can anyone suggest how to modify this to apply reduction along
a user-specified axis?
def maxstar2 (a, b):
return max (a, b) + log1p (exp (-abs (a - b)))
def maxstar (u):
s = u.shape[-1]
if s == 1:
r
Bump.
I'd be interested to know if this is a desirable feature for numpy?
(specifically the 1D "find" functionality rather than the "any"/"all" also
discussed)
If so, I'd be more than happy to submit a PR, but I don't want to put in
the effort if the principle isn't desirable in the core of numpy.
@ Ralf. I missed info.py at the top and it is a valid statement.
@ Brad. My project is using Numpy and Scipy and falls over at this point when
using PyInstaller. One of the project source files has an "import random" from
the Standard Library. As you say, at this point in tempfile.py, it is
On Mon, Mar 25, 2013 at 7:56 PM, Jonathan Rocher wrote:
> Dear all,
>
> One recurring question is how to *grow the contributor base* to NumPy and
> provide help and relief to core developers and maintainers.
>
> One way to do this would be to *leverage the upcoming SciPy conference*in 2
> ways: