On Fri, Sep 23, 2011 at 4:46 PM, Michael Droettboom <md...@stsci.edu> wrote: > I haven't seen any of these warnings: DeprecationWarnings and > PendingDeprecationWarnings are supposed to be turned of by default in a > vanilla Python build. However, I'm familiar with the PyCObject/PyCapsule > issue from working on the matplotlib-py3 branch. > > The py3 branch has changes to the local copy of PyCXX to use PyCapsule > instead of CObject, since 3.2 has removed CObject altogether [1]. However, > these changes were made to the Python 3 side of PyCXX only -- Python 2.6 and > earlier need to continue to support PyCObject, and Python 2.7 still has > PyCObject, so it didn't seem worth the effort. I missed that Python 2.7 has > a PendingDeprecationWarning on for these things. I guess we should probably > make the analogous changes to the Python 2 side (inside of #ifdef's so > Python 2.6 and earlier continue to use PyCObject). It should be pretty > straightforward to do, but I won't have a chance until Monday.
Glad to know that you know the workaround. It's not a show-stopper, and is something we can fix up in the release branch as we are testing over the next week. I'm heading out fairly soon and am away until Sunday, so if Ben you want to take charge of cutting the release branch after you merge feel free. Main things to do are: bump the version number, build a tarball, and upload the docs to a temporary section of the sf site (does anyone remember the url we used for this last time?). For the last piece, I may have to do the upload because my ssh key is authorized. I have run tests and doc builds and things are looking good except two test failures that can be addressed later. On the issue of the mathtext fonts, I tried reducing the tol to 1e-2 but that didn't fix the problem so I haven't done anything with that and am only seeing this on some of the platforms I am testing on, so again, not a show stopper. ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel