Re: [matplotlib-devel] v1.4.3rc1

2015-02-12 Thread Sandro Tosi
On Mon, Feb 9, 2015 at 1:00 AM, Thomas Caswell wrote: > Sorry about the bad tarball, I forgot to clean my git directory before > generating it. Another point in favor of using the gh tarball, I can't > screw it up. I switch to GH tarball, but I must say they are a lot different than the SF ones

Re: [matplotlib-devel] v1.4.3rc1

2015-02-08 Thread Derek Homeier
> On 7 Feb 2015, at 10:18 pm, Thomas Caswell 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 your computer

Re: [matplotlib-devel] v1.4.3rc1

2015-02-08 Thread Thomas Caswell
Sorry about the bad tarball, I forgot to clean my git directory before generating it. Another point in favor of using the gh tarball, I can't screw it up. This is the first I have seen that CVE. That PR is not included in 1.4.3 because it completely over-hauls how the Agg rendering works (and ge

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 wrote: > I am getting some test failures here and on master in the collections > module. > > =

Re: [matplotlib-devel] v1.4.3rc1

2015-02-08 Thread Sandro Tosi
Hi, On Sat, Feb 7, 2015 at 9:46 PM, Thomas Caswell 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__ directories and

Re: [matplotlib-devel] v1.4.3rc1

2015-02-08 Thread Sandro Tosi
On Sat, Feb 7, 2015 at 9:46 PM, Thomas Caswell 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 don't think that

Re: [matplotlib-devel] v1.4.3rc1

2015-02-07 Thread Benjamin Root
I am getting some test failures here and on master in the collections module. == FAIL: __main__.test_regularpolycollection_rotate.test -- Traceback (most recent c

Re: [matplotlib-devel] v1.4.3rc1

2015-02-07 Thread Thomas Caswell
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. If you want to tracking GH for debian instead of SF I don't think that would be a bad idea, but I don't know how much of a has

Re: [matplotlib-devel] v1.4.3rc1

2015-02-07 Thread Sandro Tosi
On Sat, Feb 7, 2015 at 9:05 PM, Thomas Caswell wrote: > Sandro, > > Can you use the tarball from github > (https://github.com/matplotlib/matplotlib/archive/v1.4.3rc1.tar.gz ?) Sure I can, but since all the previous release (even RC) were done one SF, we have our tools to monitor and download new

Re: [matplotlib-devel] v1.4.3rc1

2015-02-07 Thread Thomas Caswell
Sandro, Can you use the tarball from github ( https://github.com/matplotlib/matplotlib/archive/v1.4.3rc1.tar.gz ?) Tom On Sat Feb 07 2015 at 4:01:01 PM Sandro Tosi wrote: > Hi Thomas, > > On Mon, Feb 2, 2015 at 5:37 AM, Thomas Caswell wrote: > > Evening all, > > > > I have tagged the first re

Re: [matplotlib-devel] v1.4.3rc1

2015-02-07 Thread Sandro Tosi
Hi Thomas, On Mon, Feb 2, 2015 at 5:37 AM, Thomas Caswell wrote: > Evening all, > > I have tagged the first release candidate for v1.4.3 > (https://github.com/matplotlib/matplotlib/releases/tag/v1.4.3rc1). ... > Please kick the tires and give it a try! If there are no major issues, the > plan is

Re: [matplotlib-devel] v1.4.3rc1

2015-02-05 Thread Derek Homeier
Thanks for the great work! On 02 Feb 2015, at 11:58 am, Jens Nielsen wrote: > I ran the test suite on OSX 10.10 with both python 2.7.8 and 3.4.2 including > the tex and QT4 tests that are skipped on Travis. > Everything passes as expected. > I’ve tested on OS X 10.9 with Fink Python 3.4.2, 3

Re: [matplotlib-devel] v1.4.3rc1

2015-02-05 Thread Phil Elson
Awesome work! Full credit to Tom who has driven this release. The nbagg backend is looking great - some pretty swish new features thanks to hard work from Steven Silvester and Thomas Caswell! On 2 February 2015 at 10:58, Jens Nielsen wrote: > Thanks Tom, > > I ran the test suite on OSX 10.10 wi

Re: [matplotlib-devel] v1.4.3rc1

2015-02-02 Thread Matthew Brett
Hi, On Mon, Feb 2, 2015 at 2:58 AM, Jens Nielsen wrote: > Thanks Tom, > > I ran the test suite on OSX 10.10 with both python 2.7.8 and 3.4.2 including > the tex and QT4 tests that are skipped on Travis. > Everything passes as expected. I built wheels for OSX testing, via the automated travis bui

Re: [matplotlib-devel] v1.4.3rc1

2015-02-02 Thread Jens Nielsen
Thanks Tom, I ran the test suite on OSX 10.10 with both python 2.7.8 and 3.4.2 including the tex and QT4 tests that are skipped on Travis. Everything passes as expected. Jens Mon Feb 02 2015 at 5:38:32 AM skrev Thomas Caswell : Evening all, > > I have tagged the first release candidate for v1.4

[matplotlib-devel] v1.4.3rc1

2015-02-01 Thread Thomas Caswell
Evening all, I have tagged the first release candidate for v1.4.3 ( https://github.com/matplotlib/matplotlib/releases/tag/v1.4.3rc1). Although this is a bug-fix release, a fair amount of work has gone into making the nbagg (interactive figures in ipython notebooks) feature complete compared to th