Re: [matplotlib-devel] v1.4.3rc1

2015-02-08 Thread Sandro Tosi
On Sat, Feb 7, 2015 at 9:46 PM, Thomas Caswell tcasw...@gmail.com wrote: Well, creating the tarball on GH is a lot easier for us as it happens automatically! I don't want to unilaterally change policy so I will create the files on SF. If you want to tracking GH for debian instead of SF I

Re: [matplotlib-devel] Release planning/milestones

2015-02-08 Thread Sandro Tosi
Hi all! On Sun, Feb 8, 2015 at 12:13 AM, Thomas Caswell tcasw...@gmail.com wrote: Hey all, To start with, the 2.0 release is pending a choice of new default color map. I think that when we pick that we should cut 2.0 off of the last release and then the next minor release turns into 2.1. If

Re: [matplotlib-devel] Release planning/milestones

2015-02-08 Thread Thomas Caswell
Ah, no I mean the exact opposite! My proposal is to cut 2.0 off of what ever the current stable release is (ex, 1.4.3) and then merge that into master. The next minor release would then be 2.1 and there would be no new 1.Y releases. Tom On Sun Feb 08 2015 at 2:04:24 PM Sandro Tosi

Re: [matplotlib-devel] Release planning/milestones

2015-02-08 Thread Todd
On Feb 8, 2015 1:13 AM, Thomas Caswell tcasw...@gmail.com wrote: Hey all, To start with, the 2.0 release is pending a choice of new default color map. I think that when we pick that we should cut 2.0 off of the last release and then the next minor release turns into 2.1. If we want to do

Re: [matplotlib-devel] SystemError exception calling agg's draw_path_collection()

2015-02-08 Thread Benjamin Root
I think I figured it out... the linestyles are a list of tuples. When they get coerced to a numpy array, and then coerced back to a list, you get a list of lists instead of a list of tuples! There must be some code deep down in the agg that is expecting a tuple, and choking on a list. Ben Root

Re: [matplotlib-devel] v1.4.3rc1

2015-02-08 Thread Sandro Tosi
Hi, On Sat, Feb 7, 2015 at 9:46 PM, Thomas Caswell tcasw...@gmail.com wrote: Sandro, Well, creating the tarball on GH is a lot easier for us as it happens automatically! I don't want to unilaterally change policy so I will create the files on SF. the release tarball contains __pycache__

Re: [matplotlib-devel] v1.4.3rc1

2015-02-08 Thread Derek Homeier
On 7 Feb 2015, at 10:18 pm, Thomas Caswell tcasw...@gmail.com wrote: raise ValueError(msg % style) ValueError: 'https://gist.github.com/adrn/6590261/raw' not found in the style library and input is not a valid URL or path. See `style.available` for list of available styles. Is

Re: [matplotlib-devel] v1.4.3rc1

2015-02-08 Thread Benjamin Root
Please ignore my test failure report. I was accidentally running an older install of matplotlib from the same branch. Ben Root On Sat, Feb 7, 2015 at 9:08 PM, Benjamin Root ben.r...@ou.edu wrote: I am getting some test failures here and on master in the collections module.