[Python-modules-team] Bug#541146: Bug#541146: python-matplotlib: 0.99 version released upstream

2009-08-11 Thread Michael S. Gilbert
On Wed, 12 Aug 2009 00:35:53 +0200, Sandro Tosi wrote: > Hi Michael, > > On Wed, Aug 12, 2009 at 00:25, Michael S. > Gilbert wrote: > > package: python-matplotlib > > severity: wishlist > > > > a new version of matplotlib has been released in the last few days

[Python-modules-team] Bug#541146: python-matplotlib: 0.99 version released upstream

2009-08-11 Thread Michael S. Gilbert
package: python-matplotlib severity: wishlist a new version of matplotlib has been released in the last few days [0]. this is a request for this to be packaged for debian. thanks! [0] http://matplotlib.sourceforge.net/_static/CHANGELOG ___ Python-mo

[Python-modules-team] Bug#512549: python-scipy: scipy.interpolate.lagrange() does not work

2009-01-21 Thread Michael S. Gilbert
Package: python-scipy Version: 0.6.0-12 Severity: important Tags: patch the scipy.interpolate.lagrange() function currently does not work because poly1d is not imported ahead of time. i have created a patch that fixes the problem (see below). note that i tried to follow the convention with "im

[Python-modules-team] Bug#503148: histogram(x, bin): x-axis range should be based on bin.min() and bin.max() when bin is a sequence

2008-10-22 Thread Michael S. Gilbert
Package: python-matplotlib Version: 0.98.3-4 Severity: normal the following python code creates a histogram with an x-axis range of 0.1 min to 0.3 max (based on the mins and maxes of the x rather than bin). the bins should be used to size the axis since the user specified that he wanted to see tho