-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
v1.1.1 release candidate testing #791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm still getting a couple of errors, these may have been mentioned in #779, this is on Ubuntu 12.04
(The known fails are due to not having inkscape) the diff images can be found here |
Looks like #576 wasn't backported in full. Sliders are still rendered as triangles when valmin == valinit. See also #581 (comment) |
I made a small mistake in the new mono font rendering (used by the tests). See #793. |
On Windows matplotlib.test() still fails with hundreds of |
@cgohlke: It would be nice to backport that commit, but as you say it won't be very direct as we'd have to replace the with statements. I'll attempt this -- would you be willing to test any PR on Windows/Python2.5? |
As a workaround for the |
#798 does help: matplotlib.test() passes on win-amd64-py2.7 without increasing maxstdio. Thank you. |
I've updated #795 to remove the few remaining |
@mdboom given the thread safetly issue I mentioned on #798, we should continue testing #795 too. I will test it on python 2.4 later today. Anyone who is a thread expert, please look at the discussion on #798 about thread safety using class level versus instance level caching of the FT2Font instances, and pitch in with any suggestions. |
@mdboom: Where do I find the updated #795? Also, not critical, the PIL images in testing.compare.py are not getting closed, e.g. https://github.com/matplotlib/matplotlib/blob/v1.1.x/lib/matplotlib/testing/compare.py#L219. This seems fixed in master too. |
platform: python: matplotlib: With or without the command 'import ctypes;ctypes.cdll.msvcr90._setmaxstdio(2048)',
|
@breisfeld: The Windows installer does not include the test data. To get the test data, you'll need to checkout from git. If you don't have git and don't want to go through the trouble of getting it installed, you can also get a zip file of the current 1.1.x branch here: https://github.com/matplotlib/matplotlib/zipball/v1.1.x Extract that somewhere and copy the The tests should then have their data. (Not tested, as I don't have my Windows VM handy here). |
@breisfeld: The official release candidate binaries at https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.1/ include the test data. |
Closing; the release has been made. |
Open thread for issues related to testing the v1.1.1 release candidate(s)
Tarballs at https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.1/
Git clone:
The text was updated successfully, but these errors were encountered: