Hi,
I am keeping track of all issues that need to be done for the 1.7.0
release here:
https://github.com/numpy/numpy/issues/396
If you have trac and github push access, here is how you can help (by
closing/merging):
Issues that need clarification:
http://projects.scipy.org/numpy/ticket/2150
ht
On 8/30/12 10:10 PM, Ondřej Čertík wrote:
> Hi,
>
> Does anyone have a SPARC 64 machine that I could have an access to, so
> that I can try to reproduce and fix the following issue?
>
> http://projects.scipy.org/numpy/ticket/2076
>
> That would be greatly appreciated, as it is currently marked as a
Hi,
Does anyone have a SPARC 64 machine that I could have an access to, so
that I can try to reproduce and fix the following issue?
http://projects.scipy.org/numpy/ticket/2076
That would be greatly appreciated, as it is currently marked as a
blocker for 1.7.0.
Thanks,
Ondrej
___
On Tue, May 15, 2012 at 11:52 AM, Ralf Gommers
wrote:
>
>
> On Sat, May 12, 2012 at 9:17 PM, Ralf Gommers
> wrote:
>>
>>
>>
>> On Sat, May 12, 2012 at 6:22 PM, Sandro Tosi wrote:
>>>
>>> Hello,
>>>
>>> On Sat, May 5, 2012 at 8:15 PM, Ralf Gommers
>>> wrote:
>>> > Hi,
>>> >
>>> > I'm pleased to
On 8/27/2012 9:51 AM, Chris Barker wrote:
> On Sun, Aug 26, 2012 at 8:53 PM, Todd Brunhoff wrote:
>> Chris,
>> winpdb is ok, although it is only a graphic debugger, not an ide, emphasis
>> on the 'd'.
> yup -- I mentioned, that as you seem to like NB -- and I know I try to
> use the same editor
Hi,
When I access tickets, for example:
http://projects.scipy.org/numpy/ticket/2185
then sometimes I get:
Trac detected an internal error:
OperationalError: database is locked
For example yesterday. A refresh in about a minute fixed the problem.
Today it still lasts at the moment.
Ondrej
This is sad news for neuroscience and everyone doing data visualization
in Python. Dr. Hunter was not only a well renowned neuroscientist, he
also created what I hold to be among the best 2D data visualization
tools available. My next neuroscience paper that uses Matplotlib will
mention Dr. Hun
Dear friends and colleagues,
I am terribly saddened to report that yesterday, August 28 2012 at
10am, John D. Hunter died from complications arising from cancer
treatment at the University of Chicago hospital, after a brief but
intense battle with this terrible illness. John is survived by his
w
On Thu, Aug 30, 2012 at 12:49 PM, Neal Becker wrote:
> I think this should be simple, but I'm drawing a blank
>
> I have 2 2d matrixes
>
> Matrix A has indexes (i, symbol)
> Matrix B has indexes (state, symbol)
>
> I combined them into a 3d matrix:
>
> C = A[:,newaxis,:] + B[newaxis,:,:]
> where C
On Thursday, August 30, 2012, Neal Becker wrote:
> I think this should be simple, but I'm drawing a blank
>
> I have 2 2d matrixes
>
> Matrix A has indexes (i, symbol)
> Matrix B has indexes (state, symbol)
>
> I combined them into a 3d matrix:
>
> C = A[:,newaxis,:] + B[newaxis,:,:]
> where C has
I think this should be simple, but I'm drawing a blank
I have 2 2d matrixes
Matrix A has indexes (i, symbol)
Matrix B has indexes (state, symbol)
I combined them into a 3d matrix:
C = A[:,newaxis,:] + B[newaxis,:,:]
where C has indexes (i, state, symbol)
That works fine.
Now suppose I want to
11 matches
Mail list logo