#11334: Update numpy to 1.6.1
------------------------+---------------------------------------------------
Reporter: jason | Owner: tbd
Type: task | Status: new
Priority: major | Milestone: sage-4.8
Component: packages | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------+---------------------------------------------------
Comment(by fbissey):
Weirder! The code for linspace uses arange inside. No change in the code
between the 1.5.1 and 1.6.1 but the juicy important bit is as follow
{{{
step = (stop-start)/float(num)
y = _nx.arange(0, num) * step + start
}}}
step will become float (unless start or stop is complex or something). But
the type of step and start will influence the final array.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11334#comment:31>
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.