Merging v1.1.x to master?

I had some time to work on matplotlib, and created pull request #633 to
fix a bug reported recently. I branched off v1.1.x since the fix is
small and self-contained, and thought I'd create a different branch for
master, where the relevant code has changed a little. (What should the
process be in this kind of cases?)

However, it seems that v1.1.x has diverged from master:

commit 2da9d8fb5d087eaeb31c0af88141aafaf0716e9c
Merge: 3c3c466 585606f
Author: Eric Firing <efiring@...229...>

···

Date: Wed Dec 14 10:01:53 2011 -0800

    Merge pull request #627 from efiring/quiver_angle
    
    Quiver: copy input angles array to avoid side effects; fixes issue #625

commit 3c3c466564cba3d80f928a46857e54738787779b
Merge: 96caca8 fb52b96
Author: Michael Droettboom <mdboom@...149...>
Date: Wed Dec 14 06:10:26 2011 -0800

    Merge pull request #586 from mdboom/numpy-version-13
    
    Numpy version 1.4

commit 585606f7bd79b93cbaa9d538cbf537c82cb9a4a6
Author: Eric Firing <efiring@...229...>
Date: Tue Dec 13 07:53:54 2011 -1000

    Quiver: copy input angles array to avoid side effects; fixes issue #625

commit fb52b961a596c41fa2a1bb2dd85d7078f2ad39de
Author: Michael Droettboom <mdboom@...149...>
Date: Mon Nov 14 14:42:28 2011 -0500

    Put the minimum required version of Numpy in one place.

commit bf73b9088e0ce5e2dfcc5b2cac9a4f20515ed9f2
Author: Michael Droettboom <mdboom@...149...>
Date: Mon Nov 14 08:31:34 2011 -0500

    Update checks and documentation to refer to Numpy 1.4 as the minimum Numpy version.

I presume all of these changes are wanted on master, but the branch
doesn't merge cleanly. It would probably be best if the author of each
change did the merging into master, since they know best how to resolve
any merge conflicts. I can make a suggested merge as a pull request, but
it would be best if Eric and Michael reviewed it.

--
Jouni K. Sepp�nen
http://www.iki.fi/jks

I've been away on vacation -- just to confirm, it looks like Benjamin Root (@WeatherGod) has already got around to doing this?

Mike

···

On 12/27/2011 03:07 PM, Jouni K. Sepp�nen wrote:

I had some time to work on matplotlib, and created pull request #633 to
fix a bug reported recently. I branched off v1.1.x since the fix is
small and self-contained, and thought I'd create a different branch for
master, where the relevant code has changed a little. (What should the
process be in this kind of cases?)

However, it seems that v1.1.x has diverged from master:

commit 2da9d8fb5d087eaeb31c0af88141aafaf0716e9c
Merge: 3c3c466 585606f
Author: Eric Firing<efiring@...229...>
Date: Wed Dec 14 10:01:53 2011 -0800

     Merge pull request #627 from efiring/quiver_angle

     Quiver: copy input angles array to avoid side effects; fixes issue #625

commit 3c3c466564cba3d80f928a46857e54738787779b
Merge: 96caca8 fb52b96
Author: Michael Droettboom<mdboom@...149...>
Date: Wed Dec 14 06:10:26 2011 -0800

     Merge pull request #586 from mdboom/numpy-version-13

     Numpy version 1.4

commit 585606f7bd79b93cbaa9d538cbf537c82cb9a4a6
Author: Eric Firing<efiring@...229...>
Date: Tue Dec 13 07:53:54 2011 -1000

     Quiver: copy input angles array to avoid side effects; fixes issue #625

commit fb52b961a596c41fa2a1bb2dd85d7078f2ad39de
Author: Michael Droettboom<mdboom@...149...>
Date: Mon Nov 14 14:42:28 2011 -0500

     Put the minimum required version of Numpy in one place.

commit bf73b9088e0ce5e2dfcc5b2cac9a4f20515ed9f2
Author: Michael Droettboom<mdboom@...149...>
Date: Mon Nov 14 08:31:34 2011 -0500

     Update checks and documentation to refer to Numpy 1.4 as the minimum Numpy version.

I presume all of these changes are wanted on master, but the branch
doesn't merge cleanly. It would probably be best if the author of each
change did the merging into master, since they know best how to resolve
any merge conflicts. I can make a suggested merge as a pull request, but
it would be best if Eric and Michael reviewed it.

No, I think it was done before me. My merge only brought in a one-line fix.

Ben Root

···

On Tue, Jan 3, 2012 at 10:12 AM, Michael Droettboom <mdroe@…31…> wrote:

I’ve been away on vacation – just to confirm, it looks like Benjamin

Root (@WeatherGod) has already got around to doing this?

Mike