#11334: Update numpy to 1.6.1
----------------------------+-----------------------------------------------
       Reporter:  jason     |         Owner:  tbd     
           Type:  task      |        Status:  new     
       Priority:  major     |     Milestone:  sage-5.1
      Component:  packages  |    Resolution:          
       Keywords:  sd40.5    |   Work issues:          
Report Upstream:  N/A       |     Reviewers:          
        Authors:            |     Merged in:          
   Dependencies:            |      Stopgaps:          
----------------------------+-----------------------------------------------

Comment (by fbissey):

 Looks like I found the commit where the change has been made
 
[https://github.com/numpy/numpy/commit/2635398db3f26529ce2aaea4028a8118844f3c48]

 If you look carefully the call to _array_find_type is still there but it
 has changed location. In 1.5.1 there was a sequence if(xx==NULL) then call
 _array_find_type else do some other stuff. In 1.6.1 the structure
 if(xx!=NULL) then do the other stuff else call _array_find_type.

 I will try to write a patch to see if this the cause of our observed
 behaviour.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11334#comment:43>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to