Hi all, I am working on a series of ticket to upgrade numpy/matplotlib/scipy. http://trac.sagemath.org/ticket/17642 (numpy) http://trac.sagemath.org/ticket/19556 (matplotlib) http://trac.sagemath.org/ticket/17643 (scipy) The upgrade is developed as being a simultaneous one.
I have a pending question for a patch to numpy upstream but I have a concern on resolving one of the broken doctest related to the upgrade to matplotlib. There was a lengthy discussion at http://trac.sagemath.org/ticket/5956 The context of the doctest in sage/plot/graphics.py reads: The figsize width and height parameters (at default dpi) must be less than 328 inches each, corresponding to the maximum allowed pixels in each direction of 32768. See :trac:`5956` for more about the next several tests:: sage: p = ellipse((0,0),4,1) sage: p.show(figsize=[328,10],dpi=100) Traceback (most recent call last): ... ValueError: width and height must each be below 32768 That test now just pass and I have no idea what the new limit is if any. I'll note that it followed by a number of examples that are not tested as they lead to segfault. After the upgrade they are still segfaulting. Should I just remove the above doctest as it is not useful anymore or does someone wants to work out if there are (bigger) limitations? Francois -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.