#9808: Upgrade numpy to 1.4.1 and scipy to 0.8
-------------------------------+--------------------------------------------
   Reporter:  maldun           |       Owner:  maldun      
       Type:  task             |      Status:  needs_work  
   Priority:  major            |   Milestone:  sage-4.6    
  Component:  packages         |    Keywords:  numpy, scipy
     Author:  Stefan Reiterer  |    Upstream:  N/A         
   Reviewer:                   |      Merged:              
Work_issues:                   |  
-------------------------------+--------------------------------------------

Comment(by fbissey):

 Replying to [comment:23 maldun]:
 > an doctest I oversaw:
 >
 > {{{
 > Type ``numpy.typecodes`` for a list of the possible
 >         typecodes::
 >
 >             sage: import numpy
 >             sage: sorted(numpy.typecodes.items())
 >             [('All', '?bhilqpBHILQPfdgFDGSUVOMm'), ('AllFloat',
 'fdgFDG'), ('AllInteger', 'bBhHiIlLqQpP'), ('Character', 'c'), ('Complex',
 'FDG'), ('Datetime', 'Mm'), ('Float', 'fdg'), ('Integer', 'bhilqp'),
 ('UnsignedInteger', 'BHILQP')]
 > }}}
 >
 > The output is now:
 > {{{
 > [('All', '?bhilqpBHILQPfdgFDGSUVOMm'), ('AllFloat', 'fdgFDG'),
 ('AllInteger', 'bBhHiIlLqQpP'), ('Character', 'c'), ('Complex', 'FDG'),
 ('Datetime', 'Mm'), ('Float', 'fdg'), ('Integer', 'bhilqp'),
 ('UnsignedInteger', 'BHILQP')]
 > }}}
 >
 > But since it's an extension, and no downgrade it is also no prob
 the doctest should be fixed as well. I have attached a new version of
 spkg-install
 for numpy if you cared to give it a spin. It completely drop the non-
 cygwin patches.
 It may need a little bit of work as I haven't looked yet at how you
 included
 Dave's fix.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9808#comment:24>
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