From: Michael D. <md...@st...> - 2011-10-31 13:36:42
|
BTW -- the diff is so large that viewing this page crashes my browser tab (in Chrome). YMMV. You can view the diff locally by first getting my repository: git remote add mdboom git://github.com/mdboom/matplotlib.git git fetch mdboom then diffing with an external tool: git diff --ext-diff upstream/master mdboom/py3-merge Of course, we can't use github's code review features that way :( Mike On 10/31/2011 09:16 AM, Michael Droettboom wrote: > The pull request to merge the py3 fork back into matplotlib/master is > here: > > https://github.com/matplotlib/matplotlib/pull/565 > > Thanks to everyone who worked on it. > > I plan to leave this up for a while and get as much chance for review > as possible. > > Mike > > On 10/28/2011 01:50 PM, Michael Droettboom wrote: >> Now that we have 1.1.0 out, I was thinking maybe now is the time to >> merge the matplotlib-py3 branch into master. As a reminder, the main >> downside is losing compatibility with Python 2.5 and earlier. We would >> continue to have a 1.1.x maintenance branch for the foreseeable future >> for small-yet-critical bugfixes, and can still make a Python >> 2.5-compatible bugfix release from that. >> >> Any objections or concerns? Any reason to hold off? >> >> Mike >> >> ------------------------------------------------------------------------------ >> The demand for IT networking professionals continues to grow, and the >> demand for specialized networking skills is growing even more rapidly. >> Take a complimentary Learning@Cisco Self-Assessment and learn >> about Cisco certifications, training, and career opportunities. >> http://p.sf.net/sfu/cisco-dev2dev >> _______________________________________________ >> Matplotlib-devel mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > > > ------------------------------------------------------------------------------ > Get your Android app more play: Bring it to the BlackBerry PlayBook > in minutes. BlackBerry App World™ now supports Android™ Apps > for the BlackBerry® PlayBook™. Discover just how easy and simple > it is! http://p.sf.net/sfu/android-dev2dev > > > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |