Re: [matplotlib-devel] Plan for cutting v1.1.0?

2011-07-13 Thread Eric Firing
On 07/13/2011 10:20 AM, Paul Ivanov wrote: > Eric Firing, on 2011-07-13 09:54, wrote: >> ipython has moved to github for their homepage and documentation, but as >> far as I can see, github has no facility for hosting downloads; the >> ipython tarballs are on scipy.org. > > They are on scipy, gith

Re: [matplotlib-devel] Matplotlib-devel Digest, Vol 62, Issue 6

2011-07-13 Thread David Kaplan
Hi, I will be on vacation with limited email from July 14 to August 7, 2011. Bonjour, Je serai en conge du 14 juillet jusqu'au 7 aout, 2011. -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries,

Re: [matplotlib-devel] Plan for cutting v1.1.0?

2011-07-13 Thread Paul Ivanov
Eric Firing, on 2011-07-13 09:54, wrote: > ipython has moved to github for their homepage and documentation, but as > far as I can see, github has no facility for hosting downloads; the > ipython tarballs are on scipy.org. They are on scipy, github, and PyPI. Here are the ones for matplotlib:

Re: [matplotlib-devel] Plan for cutting v1.1.0?

2011-07-13 Thread John Hunter
On Wed, Jul 13, 2011 at 2:54 PM, Eric Firing wrote: > As I recall, John had time to help in June, but less after that.  I > don't think we ever reached an agreement as to schedule.  It simply went > into slide mode. I am back from my vacation so I have time again. I figured since I was leaving

Re: [matplotlib-devel] Plan for cutting v1.1.0?

2011-07-13 Thread Eric Firing
On 07/13/2011 08:58 AM, Benjamin Root wrote: > Just wondering if there is any sort of agreement/target for cutting a > v1.1.0 release? I think we are very close. Most of what I see that > needs to be done are documentation-related (and I want to add a > can_pan() function to mirror the can_zoom()

[matplotlib-devel] Plan for cutting v1.1.0?

2011-07-13 Thread Benjamin Root
Just wondering if there is any sort of agreement/target for cutting a v1.1.0 release? I think we are very close. Most of what I see that needs to be done are documentation-related (and I want to add a can_pan() function to mirror the can_zoom() function). Most documentation work that seems to re

Re: [matplotlib-devel] Affine Transformations on images

2011-07-13 Thread Michael Droettboom
I'm starting to get a better sense of the code now. One of the features of the current implementation is that images are resampled before going into the output of the vector backends, so that we can a) control file size and b) control the interpolation algorithm used. It looks like that separ

Re: [matplotlib-devel] Affine Transformations on images

2011-07-13 Thread Jae-Joon Lee
On Tue, Jul 12, 2011 at 7:01 PM, Martin Teichmann wrote: > (There were some quirks to get sheard images on some backends, > see examples/api/demo_affine_image.py, but it worked on some backends > only). I didn't have time to go through your code carefully, but my understanding is that you rely on

Re: [matplotlib-devel] Affine Transformations on images

2011-07-13 Thread Martin Teichmann
Dear List, dear Michael, > Looks good.  Does matplotlib still pass all regression tests with this > change? It does pass all regression tests that were passed with the git version I started with. (There were 10 failures which are still there). In the meantime, I also wrote a class that already u