[matplotlib-devel] ANN: matplotlib-0.98.3

2008-08-03 Thread Charlie Moad
Matplotlib 0.98.3 is now available for download. We are not pushing an additional 0.91.x release at this time due to lack of updates to that branch. http://sourceforge.net/project/showfiles.php?group_id=80706 - Charlie = 2008-08-03

Re: [matplotlib-devel] [Matplotlib-users] matplotlib 0.98.3 release candidate, please test

2008-08-03 Thread Sandro Tosi
On Sun, Aug 3, 2008 at 20:29, Sandro Tosi <[EMAIL PROTECTED]> wrote: > On Sun, Aug 3, 2008 at 20:19, Charlie Moad <[EMAIL PROTECTED]> wrote: >> I was going to wait on John about the docs, but I went ahead and cut the >> 0.98.3 release. The sdist including the docs was 34MB, so I decided not to >>

[matplotlib-devel] part of r5520 is bad for oceanography

2008-08-03 Thread Eric Firing
Jeff, http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py?r1=5520&r2=5534 Lines 2311 and 2312 in changeset 5520 have bitten me badly, and I think they are ill-advised. They are based on the assumption that input to rotate_vector,

Re: [matplotlib-devel] part of r5520 is bad for oceanography

2008-08-03 Thread Eric Firing
Eric Firing wrote: > Jeff, > > http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py?r1=5520&r2=5534 > > Lines 2311 and 2312 in changeset 5520 have bitten me badly, and I think Oops! I meant 5534; 5520 was the predecessor. Eric --