Re: [matplotlib-devel] Plans for matplotlib py3k/final release (and impact on Debian)

2012-06-07 Thread Eric Firing
On 06/02/2012 10:38 AM, Sandro Tosi wrote:
> Hello,
>
> On Sat, May 12, 2012 at 11:56 AM, Sandro Tosi  wrote:
>> Hello,
>> as you may be aware of, in 1 month (more or less) Debian will freeze,
>> that means that no new upstream releases will be allowed in the
>> upcoming release, only fixex for important bugs.
>
> Sorry to keep revamping this, but Debian freeze will be in about 2
> weeks: do  you have in mind a date for a matplotlib release?
>
> Cheers.

I did not see any replies to Sandro's reasonable question.

Wasn't there at least a plan for a 1.1.x release soon?

There are quite a few open pull requests for master--not many for 
1.1.x--but I don't know that any are blockers.

Eric

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] Plans for matplotlib py3k/final release (and impact on Debian)

2012-06-07 Thread John Hunter
On Thu, Jun 7, 2012 at 1:55 PM, Eric Firing  wrote:

> I did not see any replies to Sandro's reasonable question.
>
> Wasn't there at least a plan for a 1.1.x release soon?
>
> There are quite a few open pull requests for master--not many for
> 1.1.x--but I don't know that any are blockers.

There are no open issues tagged "release_candidate" so I'll go ahead
and make the 1.1.x release if there are no objections.

JDH

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] Plans for matplotlib py3k/final release (and impact on Debian)

2012-06-07 Thread Christoph Gohlke


On 6/7/2012 12:04 PM, John Hunter wrote:
> On Thu, Jun 7, 2012 at 1:55 PM, Eric Firing  wrote:
>
>> I did not see any replies to Sandro's reasonable question.
>>
>> Wasn't there at least a plan for a 1.1.x release soon?
>>
>> There are quite a few open pull requests for master--not many for
>> 1.1.x--but I don't know that any are blockers.
>
> There are no open issues tagged "release_candidate" so I'll go ahead
> and make the 1.1.x release if there are no objections.
>
> JDH
>

Is there time for another release candidate?

With the latest github branch on win-amd64-py2.7 I get both, a segfault 
and a test failure in "matplotlib.tests.test_text.test_font_styles.test".

Christoph


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] Plans for matplotlib py3k/final release (and impact on Debian)

2012-06-07 Thread John Hunter
On Thu, Jun 7, 2012 at 2:57 PM, Christoph Gohlke  wrote:

> Is there time for another release candidate?
>
> With the latest github branch on win-amd64-py2.7 I get both, a segfault
> and a test failure in "matplotlib.tests.test_text.test_font_styles.test".

If you are getting a segfault, is there on the latest branch, would it
make sense to do an RC?  It seems like we would want to fix the
segfault first.  Can you give us more details on the segfault, eg
backend, conditions to reproduce, etc?

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] Plans for matplotlib py3k/final release (and impact on Debian)

2012-06-07 Thread Christoph Gohlke


On 6/7/2012 1:01 PM, John Hunter wrote:
> On Thu, Jun 7, 2012 at 2:57 PM, Christoph Gohlke  wrote:
>
>> Is there time for another release candidate?
>>
>> With the latest github branch on win-amd64-py2.7 I get both, a segfault
>> and a test failure in "matplotlib.tests.test_text.test_font_styles.test".
>
> If you are getting a segfault, is there on the latest branch, would it
> make sense to do an RC?  It seems like we would want to fix the
> segfault first.  Can you give us more details on the segfault, eg
> backend, conditions to reproduce, etc?
>
>

There have been many changes since the last rc. The crash is probably 
related to very recent changes. Ideally the segfault should be fixed 
before rc2.


The crash on win-amd64-py2.7 is with the PDF backend:

Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit 
(AMD64)] on win32
>>> import matplotlib as mpl
>>> mpl.use("agg")
>>>mpl.test(verbosity=2)

matplotlib.tests.test_mathtext.mathtext_stixsans_65_test.test ... ok
matplotlib.tests.test_mathtext.mathtext_stixsans_65_test.test ... ok
matplotlib.tests.test_mathtext.mathtext_stixsans_65_test.test ... 
KNOWNFAIL: Cannot compare svg files on this system
matplotlib.tests.test_mathtext.test_fontinfo ... ok
matplotlib.tests.test_text.test_antialiasing.test ... ok
matplotlib.tests.test_text.test_font_styles.test ... ok
matplotlib.tests.test_text.test_font_styles.test ...
crash


On win32-py2.7 the test fails but doesn't crash. The failure is that 
bold font styles are not rendered bold:

Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit 
(Intel)] on win32

==
FAIL: matplotlib.tests.test_text.test_font_styles.test
--
Traceback (most recent call last):
   File "X:\Python27\lib\site-packages\nose\case.py", line 197, in runTest
 self.test(*self.arg)
   File 
"X:\Python27\lib\site-packages\matplotlib\testing\decorators.py", line 
36, in failer
 result = f(*args, **kwargs)
   File 
"X:\Python27\lib\site-packages\matplotlib\testing\decorators.py", line 
140, in do_test
 '(RMS %(rms).3f)'%err)
ImageComparisonFailure: images not close: 
test\result_images\test_text\font_styles.png vs.
  test\result_images\test_text\expected-font_styles.png (RMS 47.138)

==
FAIL: matplotlib.tests.test_text.test_font_styles.test
--
Traceback (most recent call last):
   File "X:\Python27\lib\site-packages\nose\case.py", line 197, in runTest
 self.test(*self.arg)
   File 
"X:\Python27\lib\site-packages\matplotlib\testing\decorators.py", line 
36, in failer
 result = f(*args, **kwargs)
   File 
"X:\Python27\lib\site-packages\matplotlib\testing\decorators.py", line 
140, in do_test
 '(RMS %(rms).3f)'%err)
ImageComparisonFailure: images not close: 
test\result_images\test_text\font_styles_pdf.png vs.
  test\result_images\test_text\expected-font_styles_pdf.png (RMS 23.409)

--
Ran 1068 tests in 231.978s

FAILED (KNOWNFAIL=268, failures=2)


I'll file a ticket if I can't fix it using a debug build.

Christoph

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] Plans for matplotlib py3k/final release (and impact on Debian)

2012-06-07 Thread Eric Firing
On 06/07/2012 09:04 AM, John Hunter wrote:
> On Thu, Jun 7, 2012 at 1:55 PM, Eric Firing  wrote:
>
>> I did not see any replies to Sandro's reasonable question.
>>
>> Wasn't there at least a plan for a 1.1.x release soon?
>>
>> There are quite a few open pull requests for master--not many for
>> 1.1.x--but I don't know that any are blockers.
>
> There are no open issues tagged "release_candidate" so I'll go ahead
> and make the 1.1.x release if there are no objections.
>
> JDH

Point of information: running matplotlib/tests.py on linux with 1.1.x, I 
get 1 image comparison failure:
failed-diff-mathfont_stix_14.png

It is all a matter of subtle differences in horizontal placement, and to 
my eye, the spacing looks better with what I am getting than with the 
expected image.

Is anyone else getting this failure?  If so, maybe updating the expected 
image would take care of it.  Otherwise, maybe the tolerance needs to be 
increased.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] Plans for matplotlib py3k/final release (and impact on Debian)

2012-06-07 Thread Christoph Gohlke


On 6/7/2012 1:34 PM, Christoph Gohlke wrote:
>
>
> On 6/7/2012 1:01 PM, John Hunter wrote:
>> On Thu, Jun 7, 2012 at 2:57 PM, Christoph Gohlke  wrote:
>>
>>> Is there time for another release candidate?
>>>
>>> With the latest github branch on win-amd64-py2.7 I get both, a segfault
>>> and a test failure in "matplotlib.tests.test_text.test_font_styles.test".
>>
>> If you are getting a segfault, is there on the latest branch, would it
>> make sense to do an RC?  It seems like we would want to fix the
>> segfault first.  Can you give us more details on the segfault, eg
>> backend, conditions to reproduce, etc?
>>
>>
>
> There have been many changes since the last rc. The crash is probably
> related to very recent changes. Ideally the segfault should be fixed
> before rc2.
>
>
> The crash on win-amd64-py2.7 is with the PDF backend:
>
> Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit
> (AMD64)] on win32
 import matplotlib as mpl
 mpl.use("agg")
 mpl.test(verbosity=2)
> 
> matplotlib.tests.test_mathtext.mathtext_stixsans_65_test.test ... ok
> matplotlib.tests.test_mathtext.mathtext_stixsans_65_test.test ... ok
> matplotlib.tests.test_mathtext.mathtext_stixsans_65_test.test ...
> KNOWNFAIL: Cannot compare svg files on this system
> matplotlib.tests.test_mathtext.test_fontinfo ... ok
> matplotlib.tests.test_text.test_antialiasing.test ... ok
> matplotlib.tests.test_text.test_font_styles.test ... ok
> matplotlib.tests.test_text.test_font_styles.test ...
> crash
>
>
> On win32-py2.7 the test fails but doesn't crash. The failure is that
> bold font styles are not rendered bold:
>
> Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit
> (Intel)] on win32
> 
> ==
> FAIL: matplotlib.tests.test_text.test_font_styles.test
> --
> Traceback (most recent call last):
> File "X:\Python27\lib\site-packages\nose\case.py", line 197, in runTest
>   self.test(*self.arg)
> File
> "X:\Python27\lib\site-packages\matplotlib\testing\decorators.py", line
> 36, in failer
>   result = f(*args, **kwargs)
> File
> "X:\Python27\lib\site-packages\matplotlib\testing\decorators.py", line
> 140, in do_test
>   '(RMS %(rms).3f)'%err)
> ImageComparisonFailure: images not close:
> test\result_images\test_text\font_styles.png vs.
>test\result_images\test_text\expected-font_styles.png (RMS 47.138)
>
> ==
> FAIL: matplotlib.tests.test_text.test_font_styles.test
> --
> Traceback (most recent call last):
> File "X:\Python27\lib\site-packages\nose\case.py", line 197, in runTest
>   self.test(*self.arg)
> File
> "X:\Python27\lib\site-packages\matplotlib\testing\decorators.py", line
> 36, in failer
>   result = f(*args, **kwargs)
> File
> "X:\Python27\lib\site-packages\matplotlib\testing\decorators.py", line
> 140, in do_test
>   '(RMS %(rms).3f)'%err)
> ImageComparisonFailure: images not close:
> test\result_images\test_text\font_styles_pdf.png vs.
>test\result_images\test_text\expected-font_styles_pdf.png (RMS 23.409)
>
> --
> Ran 1068 tests in 231.978s
>
> FAILED (KNOWNFAIL=268, failures=2)
>
>
> I'll file a ticket if I can't fix it using a debug build.
>

https://github.com/matplotlib/matplotlib/issues/933

Christoph

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] Plans for matplotlib py3k/final release (and impact on Debian)

2012-06-07 Thread Michael Droettboom
On 06/07/2012 05:44 PM, Eric Firing wrote:
> On 06/07/2012 09:04 AM, John Hunter wrote:
>> On Thu, Jun 7, 2012 at 1:55 PM, Eric Firing   wrote:
>>
>>> I did not see any replies to Sandro's reasonable question.
>>>
>>> Wasn't there at least a plan for a 1.1.x release soon?
>>>
>>> There are quite a few open pull requests for master--not many for
>>> 1.1.x--but I don't know that any are blockers.
>> There are no open issues tagged "release_candidate" so I'll go ahead
>> and make the 1.1.x release if there are no objections.
>>
>> JDH
> Point of information: running matplotlib/tests.py on linux with 1.1.x, I
> get 1 image comparison failure:
> failed-diff-mathfont_stix_14.png
>
> It is all a matter of subtle differences in horizontal placement, and to
> my eye, the spacing looks better with what I am getting than with the
> expected image.
>
> Is anyone else getting this failure?  If so, maybe updating the expected
> image would take care of it.  Otherwise, maybe the tolerance needs to be
> increased.
I'm not getting this error.  Perhaps the tolerance should be increased 
or the acceptable range of freetype versions needs to be reduced.

Mike

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] Plans for matplotlib py3k/final release (and impact on Debian)

2012-06-07 Thread Michael Droettboom
I also want to flag PR #934 as something that should go into the rc.  
It's currently against master but it's important enough/simple enough 
that it should be backported.

Mike

On 06/07/2012 03:04 PM, John Hunter wrote:
> On Thu, Jun 7, 2012 at 1:55 PM, Eric Firing  wrote:
>
>> I did not see any replies to Sandro's reasonable question.
>>
>> Wasn't there at least a plan for a 1.1.x release soon?
>>
>> There are quite a few open pull requests for master--not many for
>> 1.1.x--but I don't know that any are blockers.
> There are no open issues tagged "release_candidate" so I'll go ahead
> and make the 1.1.x release if there are no objections.
>
> JDH
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> Matplotlib-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel