[matplotlib-devel] Python 3.3 released

2012-09-29 Thread Damon McDougall
I've just read that Python 3.3 has been
released and thought I
would initiate a discussion oriented around adoption and possible
benefits/problems. It appears that, at least for the Mac, there are
issues with certain versions of
ActiveTcl. I have no
experience with this, so I can't really comment further.

-- 
Damon McDougall
http://www.damon-is-a-geek.com
B2.39
Mathematics Institute
University of Warwick
Coventry
West Midlands
CV4 7AL
United Kingdom

--
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] Python 3.3 released

2012-09-29 Thread Christoph Gohlke
On 9/29/2012 9:48 AM, Damon McDougall wrote:
> I've just read that Python 3.3 has been
> released and thought I
> would initiate a discussion oriented around adoption and possible
> benefits/problems. It appears that, at least for the Mac, there are
> issues with certain versions of
> ActiveTcl. I have no
> experience with this, so I can't really comment further.
>

All tests pass with matplotlib-1.2.0rc2.win-amd64-py3.3.

Christoph

--
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] Python 3.3 released

2012-09-29 Thread Benjamin Root
On Saturday, September 29, 2012, Christoph Gohlke wrote:

> On 9/29/2012 9:48 AM, Damon McDougall wrote:
> > I've just read that Python 3.3 has been
> > released and thought I
> > would initiate a discussion oriented around adoption and possible
> > benefits/problems. It appears that, at least for the Mac, there are
> > issues with certain versions of
> > ActiveTcl. I have no
> > experience with this, so I can't really comment further.
> >
>
> All tests pass with matplotlib-1.2.0rc2.win-amd64-py3.3.
>
> Christoph
>
>
I wouldnt expect less.  The question is if the TkAgg still works with
ActiveTcl on the Mac?

Ben Root
--
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


[matplotlib-devel] Fwd: Python 3.3 released

2012-09-29 Thread Damon McDougall
Forgot to reply all.


-- Forwarded message --
From: Damon McDougall 
Date: Sat, Sep 29, 2012 at 8:51 PM
Subject: Re: [matplotlib-devel] Python 3.3 released
To: Benjamin Root 


On Sat, Sep 29, 2012 at 6:46 PM, Benjamin Root  wrote:
>
>
> On Saturday, September 29, 2012, Christoph Gohlke wrote:
>>
>> On 9/29/2012 9:48 AM, Damon McDougall wrote:
>> > I've just read that Python 3.3 has been
>> > released and thought I
>> > would initiate a discussion oriented around adoption and possible
>> > benefits/problems. It appears that, at least for the Mac, there are
>> > issues with certain versions of
>> > ActiveTcl. I have no
>> > experience with this, so I can't really comment further.
>> >
>>
>> All tests pass with matplotlib-1.2.0rc2.win-amd64-py3.3.
>>
>> Christoph
>>
>
> I wouldnt expect less.  The question is if the TkAgg still works with
> ActiveTcl on the Mac?
>
> Ben Root

I almost never use the GUI stuff in mpl. When I do, it's almost always
the Qt4 backend or the OS X backend. I have never gotten the Tk
backend to work. It always errors out with after popping up a window
(with no plot in it) and fails very gracefully with a TclError, giving
no indication of what Tcl didn't like.

I think Phil is a Tk-er.

--
Damon McDougall
http://www.damon-is-a-geek.com
B2.39
Mathematics Institute
University of Warwick
Coventry
West Midlands
CV4 7AL
United Kingdom


-- 
Damon McDougall
http://www.damon-is-a-geek.com
B2.39
Mathematics Institute
University of Warwick
Coventry
West Midlands
CV4 7AL
United Kingdom

--
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


[matplotlib-devel] branch merge strategy

2012-09-29 Thread Eric Firing
Mike,

I'm getting confused about branch merge strategy.  Usually, it seems 
that it has been to periodically merge the maintenance branch into 
master.  Something like this:

git fetch upstream
git checkout master
git merge --ff-only upstream/master
git merge upstream/v1.2.x
# test, commit changes if necessary
git push upstream master

Is that correct?

At present, however, we seem to be developing fairly long separate 
threads on the two branches, with duplicate changesets, presumably from 
cherry-picking.  Is this intentional?  Do you plan to go back to the 
merge strategy?

I can see that a problem with branch merging is that there are 
occasionally changesets in v1.2.x, such as the rc version tagging, that 
are not appropriate for master.

Eric

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel