#18076: Be nicer with numpy
---------------------------+-------------------------------------
   Reporter:  vdelecroix   |            Owner:
       Type:  enhancement  |           Status:  new
   Priority:  major        |        Milestone:  sage-6.6
  Component:  interfaces   |         Keywords:  sd66
  Merged in:               |          Authors:  Vincent Delecroix
  Reviewers:               |  Report Upstream:  N/A
Work issues:               |           Branch:
     Commit:               |     Dependencies:
   Stopgaps:               |
---------------------------+-------------------------------------
 Plenty of bugs have been reported for the interaction with numpy:
 - #8426: polynomial * constant does not work if constant is a numpy type
 - #8949: symbolic functions dont work with numpy.int32
 - #9769: symbolic function do not work with numpy.int64 arguments
 - #13386: comparison of Sage integer with Numpy integer
 - #15695: Coercion problems between numpy and sage floats
 - #17758: Intervals and numpy floats do not compare correctly

 We solve them all by defining coercions of numpy integers to `ZZ`, numpy
 floating to `RDF` and numpy complex floating to `CDF`.

 Some of them depend on modifying some internal in numpy and will not be
 solved here:
 - - #8824: Make it so that numpy datatypes are integrated into the
 coercion model

--
Ticket URL: <http://trac.sagemath.org/ticket/18076>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to