#9221: update matplotlib to 1.0.0 and clean out the patches
---------------------------+------------------------------------------------
Reporter: jason | Owner: jason, was
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.6
Component: graphics | Keywords:
Author: Jason Grout | Upstream: Reported upstream. Developers
acknowledge bug.
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Comment(by kcrisman):
Replying to [comment:31 kcrisman]:
> Replying to [comment:30 jason]:
> > Okay, I've updated the spkg so that it works on t2 (and passes all
matplotlib tests):
> >
> > http://sage.math.washington.edu/home/jason/matplotlib-1.0.0.spkg
> >
> > Can people try it?
>
> I should be able to try this on OS X 10.4 PPC today or tomorrow.
Seems to be working a-ok here, no issues.
By the way, to drkirkby, looks like matplotlib also uses `nose` to run
their tests, like scipy and numpy. I get no indication that
`SAGE_CHECK=yes` does anything - or would - because of that.
{{{
----------------------------------------------------------------------
| Sage Version 4.6.prealpha4, Release Date: 2010-09-07 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
**********************************************************************
* *
* Warning: this is a prerelease version, and it may be unstable. *
* *
**********************************************************************
sage: import mat
math matplotlib
sage: import matplotlib
sage: matplotlib.test()
---------------------------------------------------------------------------
ImportError Traceback (most recent call
last)
/Users/student/<ipython console> in <module>()
/Users/student/Desktop/sage-4.6.prealpha4/local/lib/python2.6/site-
packages/matplotlib/__init__.pyc in test(verbosity)
922 def test(verbosity=0):
923 """run the matplotlib test suite"""
--> 924 import nose
925 import nose.plugins.builtin
926 from testing.noseclasses import KnownFailure
ImportError: No module named nose
}}}
If we want to test these automatically, we need nose; just adding the
lines to `spkg-check` or `spkg-install` won't help. Obviously this is a
different ticket, but I wanted to point it out. And I'd support adding
this to Sage if it improved things overall.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9221#comment:33>
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.