We are in the final stages of preparing a new matplotlib release, and a lot of work has gone into it. If you would like to test the release and see if it is working for you, that would be a big help http://matplotlib.sourceforge.net/tmp/matplotlib-0.98.3rc2.tar.gz Unfortunately, we do not have binary builds available at this time. Sandro, I saw that Georg released the 0.4.2 sphinx bugfix release, so as soon as Mikhail gets that into debian you can test this release candidate. JDH
On Tue, Jul 29, 2008 at 1:12 PM, John Hunter <jd...@gm...> wrote: > We are in the final stages of preparing a new matplotlib release, and > a lot of work has gone into it. If you would like to test the release > and see if it is working for you, that would be a big help > > http://matplotlib.sourceforge.net/tmp/matplotlib-0.98.3rc2.tar.gz > > Unfortunately, we do not have binary builds available at this time. Charlie was kind enough to build a windows installer for the release candidate for testing, which is available here http://matplotlib.sourceforge.net/tmp/matplotlib-0.98.3rc2.win32-py2.5.exe We aren't going to wait around for too long, so if you are able to test, please do so sooner rather than later. In the absence of serious problems, we'll be pushing out a release in the next day or two. JDH
On Tue, Jul 29, 2008 at 1:12 PM, John Hunter <jd...@gm...> wrote: > We are in the final stages of preparing a new matplotlib release, and > a lot of work has gone into it. If you would like to test the release > and see if it is working for you, that would be a big help > > http://matplotlib.sourceforge.net/tmp/matplotlib-0.98.3rc2.tar.gz > > Unfortunately, we do not have binary builds available at this time. > > Sandro, I saw that Georg released the 0.4.2 sphinx bugfix release, so > as soon as Mikhail gets that into debian you can test this release > candidate. Sandro, just a reminder, we are still holding on your testing of the new release candidate with the 0.4.2 sphinx bugfix. The current release candidate is http://matplotlib.sourceforge.net/tmp/matplotlib-0.98.3rc3.tar.gz
Hi John, On Thu, Jul 31, 2008 at 18:28, John Hunter <jd...@gm...> wrote: > Sandro, just a reminder, we are still holding on your testing of the > new release candidate with the 0.4.2 sphinx bugfix. The current > release candidate is > > http://matplotlib.sourceforge.net/tmp/matplotlib-0.98.3rc3.tar.gz Yeah, sorry, I got some RealLife stuff going on, now done. I'll do it this night, since I'm just seeing Mikhail is updating sphinx to 0.4.2 in our svn repo. Thanks, Sandro -- Sandro Tosi (aka morph, Morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi
Twas brillig at 18:35:10 31.07.2008 UTC+02 when mat...@gm... did gyre and gimble: ST> I'm just seeing Mikhail is updating sphinx to 0.4.2 in our svn ST> repo. Yes, and just asked Piotr to sponsor it. --
Hi John, On Thu, Jul 31, 2008 at 18:35, Sandro Tosi <mat...@gm...> wrote: > Hi John, > > On Thu, Jul 31, 2008 at 18:28, John Hunter <jd...@gm...> wrote: > >> Sandro, just a reminder, we are still holding on your testing of the >> new release candidate with the 0.4.2 sphinx bugfix. The current >> release candidate is >> >> http://matplotlib.sourceforge.net/tmp/matplotlib-0.98.3rc3.tar.gz > > Yeah, sorry, I got some RealLife stuff going on, now done. I'll do it > this night, since I'm just seeing Mikhail is updating sphinx to 0.4.2 > in our svn repo. The doc compilation is fine, the show-inheritance is fixed, but just a confirmation: what was the page with the "clickable" image? I seem to remember 'api/artist_api.html' but now the image in it doesn't allow to be "browsable". I'll let you know if something else comes out. Thanks for the collaboration (to Mikhail too :) ), Sandro -- Sandro Tosi (aka morph, Morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi
On Thu, Jul 31, 2008 at 1:40 PM, Sandro Tosi <mat...@gm...> wrote: > The doc compilation is fine, the show-inheritance is fixed, but just a > confirmation: what was the page with the "clickable" image? I seem to > remember 'api/artist_api.html' but now the image in it doesn't allow > to be "browsable". > > I'll let you know if something else comes out. > > Thanks for the collaboration (to Mikhail too :) ), > Sandro If you look in api/axes_api.html, some of the functions (the first is acorr) have embedded images, and you can click on various link targets [source code, png, pdf] for the source code or other output formats. JDH
I think perhaps he's referring to the inheritance diagrams which are HTML image maps. It seems that this functionality has somehow broken. (The image map is not getting returned from dot and inserted into the HTML). I'm looking into it. Cheers, Mike John Hunter wrote: > On Thu, Jul 31, 2008 at 1:40 PM, Sandro Tosi <mat...@gm...> wrote: > > >> The doc compilation is fine, the show-inheritance is fixed, but just a >> confirmation: what was the page with the "clickable" image? I seem to >> remember 'api/artist_api.html' but now the image in it doesn't allow >> to be "browsable". >> >> I'll let you know if something else comes out. >> >> Thanks for the collaboration (to Mikhail too :) ), >> Sandro >> > > If you look in api/axes_api.html, some of the functions (the first is > acorr) have embedded images, and you can click on various link targets > [source code, png, pdf] for the source code or other output formats. > > JDH > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA
On Thu, Jul 31, 2008 at 20:49, Michael Droettboom <md...@st...> wrote: > I think perhaps he's referring to the inheritance diagrams which are HTML > image maps. It seems that this functionality has somehow broken. (The > image map is not getting returned from dot and inserted into the HTML). I'm > looking into it. Yeah, that's what I was referring to. Thanks Mike. -- Sandro Tosi (aka morph, Morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi
It seems to have broken with a recent update to Sphinx. Sphinx changed the way that cross-reference urls are stored in the document tree. I have updated matplotlib to use an approach that work for Sphinx both before and after this change (SVN r5940). I don't consider this a "show-stopper" if it's too late to push another matplotlib update out. Long term, this functionality will move to Sphinx itself, so these disconnects will hopefully get caught sooner. Cheers, Mike Sandro Tosi wrote: > On Thu, Jul 31, 2008 at 20:49, Michael Droettboom <md...@st...> wrote: > >> I think perhaps he's referring to the inheritance diagrams which are HTML >> image maps. It seems that this functionality has somehow broken. (The >> image map is not getting returned from dot and inserted into the HTML). I'm >> looking into it. >> > > Yeah, that's what I was referring to. Thanks Mike. > > -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA
On Thu, Jul 31, 2008 at 21:06, Michael Droettboom <md...@st...> wrote: > It seems to have broken with a recent update to Sphinx. Sphinx changed the > way that cross-reference urls are stored in the document tree. I have > updated matplotlib to use an approach that work for Sphinx both before and > after this change (SVN r5940). > > I don't consider this a "show-stopper" if it's too late to push another > matplotlib update out. > > Long term, this functionality will move to Sphinx itself, so these > disconnects will hopefully get caught sooner. Great, thanks! anyhow, we're still "playing" with a rc version, so there's room for it to make into the final release. For Debian, we still need (I think) a couple of day to upload mpl, because we need first sphinx 0.4.2 to enter unstable, then we can upload. Cheers, -- Sandro Tosi (aka morph, Morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi
Twas brillig at 21:15:20 31.07.2008 UTC+02 when mat...@gm... did gyre and gimble: ST> For Debian, we still need (I think) a couple of day to upload mpl, ST> because we need first sphinx 0.4.2 to enter unstable, then we can ST> upload. Piotr will upload it soon (with urgency=medium), and I'll ask the release team then to allow it into testing. --
On Thu, Jul 31, 2008 at 2:06 PM, Michael Droettboom <md...@st...> wrote: > It seems to have broken with a recent update to Sphinx. Sphinx changed the > way that cross-reference urls are stored in the document tree. I have > updated matplotlib to use an approach that work for Sphinx both before and > after this change (SVN r5940). > > I don't consider this a "show-stopper" if it's too late to push another > matplotlib update out. OK, I think we are ready to roll. Charlie, you can tag the release and get to work on the binaries and release when you have time. I'll be in sporadic email contact until Monday, so why don't you do the announce (feel free to just past in the updates in the CHANGELOG). I haven't been testing 0.91.x like I have 0.98.x so let's just release the 0.98.3 point release at this time. I don't think there are any mission critical bugs in 91.x that require a release right now. Sandro, if you want to test the final/final, it is at http://matplotlib.sourceforge.net/tmp/matplotlib-0.98.3.tar.gz (svn r5941)
On Thu, Jul 31, 2008 at 3:17 PM, John Hunter <jd...@gm...> wrote: > On Thu, Jul 31, 2008 at 2:06 PM, Michael Droettboom <md...@st...> > wrote: > > It seems to have broken with a recent update to Sphinx. Sphinx changed > the > > way that cross-reference urls are stored in the document tree. I have > > updated matplotlib to use an approach that work for Sphinx both before > and > > after this change (SVN r5940). > > > > I don't consider this a "show-stopper" if it's too late to push another > > matplotlib update out. > > OK, I think we are ready to roll. Charlie, you can tag the release > and get to work on the binaries and release when you have time. I'll > be in sporadic email contact until Monday, so why don't you do the > announce (feel free to just past in the updates in the CHANGELOG). I > haven't been testing 0.91.x like I have 0.98.x so let's just release > the 0.98.3 point release at this time. I don't think there are any > mission critical bugs in 91.x that require a release right now. > > Sandro, if you want to test the final/final, it is at > http://matplotlib.sourceforge.net/tmp/matplotlib-0.98.3.tar.gz (svn > r5941) > So should I be including the built docs in the release now? I have a few warnings that make it through to the pages. I am building them on Ubuntu. - Charlie
On Thu, Jul 31, 2008 at 9:51 PM, Charlie Moad <cw...@gm...> wrote: > On Thu, Jul 31, 2008 at 3:17 PM, John Hunter <jd...@gm...> wrote: > >> On Thu, Jul 31, 2008 at 2:06 PM, Michael Droettboom <md...@st...> >> wrote: >> > It seems to have broken with a recent update to Sphinx. Sphinx changed >> the >> > way that cross-reference urls are stored in the document tree. I have >> > updated matplotlib to use an approach that work for Sphinx both before >> and >> > after this change (SVN r5940). >> > >> > I don't consider this a "show-stopper" if it's too late to push another >> > matplotlib update out. >> >> OK, I think we are ready to roll. Charlie, you can tag the release >> and get to work on the binaries and release when you have time. I'll >> be in sporadic email contact until Monday, so why don't you do the >> announce (feel free to just past in the updates in the CHANGELOG). I >> haven't been testing 0.91.x like I have 0.98.x so let's just release >> the 0.98.3 point release at this time. I don't think there are any >> mission critical bugs in 91.x that require a release right now. >> >> Sandro, if you want to test the final/final, it is at >> http://matplotlib.sourceforge.net/tmp/matplotlib-0.98.3.tar.gz (svn >> r5941) >> > > So should I be including the built docs in the release now? I have a few > warnings that make it through to the pages. I am building them on Ubuntu. > > - Charlie > Scratch that. It looks pretty good with the latest svn. Now the question as to where to put the built docs? "doc/build/html" seems a bit hidden. Has this been discussed yet? - Charlie
Twas brillig at 20:40:17 31.07.2008 UTC+02 when mat...@gm... did gyre and gimble: ST> The doc compilation is fine, the show-inheritance is fixed, but ST> just a confirmation: what was the page with the "clickable" image? ST> I seem to remember 'api/artist_api.html' but now the image in it ST> doesn't allow to be "browsable". As Lenny is already in freeze, I backported fix to 0.4.1 and now trying to get the confirmation from release team to upload it to testing-proposed-updates. Please test the package: http://dottedmag.net/~mag/sphinx/ --
On Sun, Aug 3, 2008 at 10:54, Mikhail Gusarov <dot...@do...> wrote: > As Lenny is already in freeze, I backported fix to 0.4.1 and now trying > to get the confirmation from release team to upload it to > testing-proposed-updates. > > Please test the package: http://dottedmag.net/~mag/sphinx/ I tested the package and it works fine (didn't test in a chroot, but it works with svn-bp). John, when you can, please create an official point release: I'm ready to package it, and the Debian Release Team asked me to upload in unstable (the staging are before testing/Lenny) to evaluate its inclusion in Lenny (so faster is better :D) Thanks, Sandro -- Sandro Tosi (aka morph, Morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi
Twas brillig at 15:54:08 03.08.2008 UTC+07 when dot...@do... did gyre and gimble: MG> As Lenny is already in freeze, I backported fix to 0.4.1 and now MG> trying to get the confirmation from release team to upload it to MG> testing-proposed-updates. sphinx 0.4.1-2lenny1 is now in testing-proposed-updates. --
On Sun, Aug 3, 2008 at 10:25 AM, Sandro Tosi <mat...@gm...> wrote: > On Sun, Aug 3, 2008 at 10:54, Mikhail Gusarov <dot...@do...> > wrote: > > As Lenny is already in freeze, I backported fix to 0.4.1 and now trying > > to get the confirmation from release team to upload it to > > testing-proposed-updates. > > > > Please test the package: http://dottedmag.net/~mag/sphinx/ > > I tested the package and it works fine (didn't test in a chroot, but > it works with svn-bp). > > John, when you can, please create an official point release: I'm ready > to package it, and the Debian Release Team asked me to upload in > unstable (the staging are before testing/Lenny) to evaluate its > inclusion in Lenny (so faster is better :D) > > Thanks, > Sandro > > -- > Sandro Tosi (aka morph, Morpheus, matrixhasu) > My website: http://matrixhasu.altervista.org/ > Me at Debian: http://wiki.debian.org/SandroTosi > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > I was going to wait on John about the docs, but I went ahead and cut the 0.98.3 release. The sdist including the docs was 34MB, so I decided not to include them. This would also cause the binaries to be huge if we included them there as well. The source release is up/tagged and I will post binaries asap. - Charlie
On Sun, Aug 3, 2008 at 20:19, Charlie Moad <cw...@gm...> wrote: > On Sun, Aug 3, 2008 at 10:25 AM, Sandro Tosi <mat...@gm...> wrote: >> John, when you can, please create an official point release: I'm ready >> to package it, and the Debian Release Team asked me to upload in >> unstable (the staging are before testing/Lenny) to evaluate its >> inclusion in Lenny (so faster is better :D) > > I was going to wait on John about the docs, but I went ahead and cut the > 0.98.3 release. The sdist including the docs was 34MB, so I decided not to > include them. This would also cause the binaries to be huge if we included > them there as well. The source release is up/tagged and I will post > binaries asap. Thanks a lot, Charlie!! I'm downloading the brand new tarball and I'll upgrade the Debian package short after. Cheers, -- Sandro Tosi (aka morph, Morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi
On Sun, Aug 3, 2008 at 20:29, Sandro Tosi <mat...@gm...> wrote: > On Sun, Aug 3, 2008 at 20:19, Charlie Moad <cw...@gm...> wrote: >> I was going to wait on John about the docs, but I went ahead and cut the >> 0.98.3 release. The sdist including the docs was 34MB, so I decided not to >> include them. This would also cause the binaries to be huge if we included >> them there as well. The source release is up/tagged and I will post >> binaries asap. > > Thanks a lot, Charlie!! I'm downloading the brand new tarball and I'll > upgrade the Debian package short after. While building (in a clean chroot) the package to upload in Debian, I noticed some errors at doc creation (I attach the complete log, it might help you to track the issue), something like: WARNING: /tmp/buildd/matplotlib-0.98.3/build/lib.linux-x86_64-2.5/matplotlib/axes.py:docstring of matplotlib.axes.Axes.acorr:35: (ERROR/3) Unexpected indentation. WARNING: <autodoc>:0: (ERROR/3) Unexpected indentation. WARNING: /tmp/buildd/matplotlib-0.98.3/build/lib.linux-x86_64-2.5/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.FigureCanvasBase.stop_event_loop_default:8: (WARNING/2) Literal block expected; none found. WARNING: /tmp/buildd/matplotlib-0.98.3/doc/api/backend_qt4agg_api.rst:5: (WARNING/2) autodoc can't import/find module 'matplotlib.backends.backend_qt4agg', it reported error: "cannot import name QtCore",please check your spelling and sys.path WARNING: /tmp/buildd/matplotlib-0.98.3/doc/api/cbook_api.rst:9: (WARNING/2) error while formatting signature for matplotlib.cbook.Xlator: arg is not a Python function WARNING: /tmp/buildd/matplotlib-0.98.3/build/lib.linux-x86_64-2.5/matplotlib/pyplot.py:docstring of matplotlib.pyplot.acorr:55: (ERROR/3) Unexpected indentation. WARNING: /tmp/buildd/matplotlib-0.98.3/build/lib.linux-x86_64-2.5/matplotlib/pyplot.py:docstring of matplotlib.pyplot.annotate:17: (ERROR/3) Unexpected indentation. [...] resolving references... writing... Error: <stdin>:1: syntax error near line 1 context: digraph >>> inheritance <<< s { WARNING: /tmp/buildd/matplotlib-0.98.3/doc/index.rst:None: (WARNING/2) 'dot' returned the errorcode 1 WARNING: unusable reference target found: https://sourceforge.net/project/admin/?group_id=80706 Error: <stdin>:1: syntax error near line 1 context: digraph >>> inheritance <<< s { WARNING: /tmp/buildd/matplotlib-0.98.3/doc/index.rst:None: (WARNING/2) 'dot' returned the errorcode 1 Error: <stdin>:1: syntax error near line 1 context: digraph >>> inheritance <<< s { WARNING: /tmp/buildd/matplotlib-0.98.3/doc/index.rst:None: (WARNING/2) 'dot' returned the errorcode 1 Error: <stdin>:1: syntax error near line 1 context: digraph >>> inheritance <<< s { WARNING: /tmp/buildd/matplotlib-0.98.3/doc/index.rst:None: (WARNING/2) 'dot' returned the errorcode 1 I don't know if something bad has happened in mpl code or something in Debian is broken right now (graphviz?), but it would help me if someone can confirm this is not happening only on my box. Thanks, -- Sandro Tosi (aka morph, Morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi
On Sun, Aug 3, 2008 at 1:19 PM, Charlie Moad <cw...@gm...> wrote: > I was going to wait on John about the docs, but I went ahead and cut the > 0.98.3 release. The sdist including the docs was 34MB, so I decided not to > include them. This would also cause the binaries to be huge if we included > them there as well. The source release is up/tagged and I will post > binaries asap. I assume you are referring to the built (html, pdf) docs. While we don't want to ship the doc builds, we do want to ship the doc sources. If you first do an svn-clean before making the sdist the build comes in around 5 MB. Thanks for doing the release, BTW. JDH
The graphviz failing is my bad. I failed to test the latex doc build (since it never works for me anyway due to a too-old version of latex). This is fixed in SVN r5962, and a patch against doc/sphinxext/inheritance_diagram.py is attached. Cheers, Mike Sandro Tosi wrote: > On Sun, Aug 3, 2008 at 20:29, Sandro Tosi <mat...@gm...> wrote: > >> On Sun, Aug 3, 2008 at 20:19, Charlie Moad <cw...@gm...> wrote: >> >>> I was going to wait on John about the docs, but I went ahead and cut the >>> 0.98.3 release. The sdist including the docs was 34MB, so I decided not to >>> include them. This would also cause the binaries to be huge if we included >>> them there as well. The source release is up/tagged and I will post >>> binaries asap. >>> >> Thanks a lot, Charlie!! I'm downloading the brand new tarball and I'll >> upgrade the Debian package short after. >> > > While building (in a clean chroot) the package to upload in Debian, I > noticed some errors at doc creation (I attach the complete log, it > might help you to track the issue), something like: > > WARNING: /tmp/buildd/matplotlib-0.98.3/build/lib.linux-x86_64-2.5/matplotlib/axes.py:docstring > of matplotlib.axes.Axes.acorr:35: (ERROR/3) Unexpected indentation. > WARNING: <autodoc>:0: (ERROR/3) Unexpected indentation. > WARNING: /tmp/buildd/matplotlib-0.98.3/build/lib.linux-x86_64-2.5/matplotlib/backend_bases.py:docstring > of matplotlib.backend_bases.FigureCanvasBase.stop_event_loop_default:8: > (WARNING/2) Literal block expected; none found. > WARNING: /tmp/buildd/matplotlib-0.98.3/doc/api/backend_qt4agg_api.rst:5: > (WARNING/2) autodoc can't import/find module > 'matplotlib.backends.backend_qt4agg', it reported error: "cannot > import name QtCore",please check your spelling and sys.path > WARNING: /tmp/buildd/matplotlib-0.98.3/doc/api/cbook_api.rst:9: > (WARNING/2) error while formatting signature for > matplotlib.cbook.Xlator: arg is not a Python function > WARNING: /tmp/buildd/matplotlib-0.98.3/build/lib.linux-x86_64-2.5/matplotlib/pyplot.py:docstring > of matplotlib.pyplot.acorr:55: (ERROR/3) Unexpected indentation. > WARNING: /tmp/buildd/matplotlib-0.98.3/build/lib.linux-x86_64-2.5/matplotlib/pyplot.py:docstring > of matplotlib.pyplot.annotate:17: (ERROR/3) Unexpected indentation. > [...] > resolving references... > writing... Error: <stdin>:1: syntax error near line 1 > context: digraph >>> inheritance <<< s { > WARNING: /tmp/buildd/matplotlib-0.98.3/doc/index.rst:None: (WARNING/2) > 'dot' returned the errorcode 1 > WARNING: unusable reference target found: > https://sourceforge.net/project/admin/?group_id=80706 > Error: <stdin>:1: syntax error near line 1 > context: digraph >>> inheritance <<< s { > WARNING: /tmp/buildd/matplotlib-0.98.3/doc/index.rst:None: (WARNING/2) > 'dot' returned the errorcode 1 > Error: <stdin>:1: syntax error near line 1 > context: digraph >>> inheritance <<< s { > WARNING: /tmp/buildd/matplotlib-0.98.3/doc/index.rst:None: (WARNING/2) > 'dot' returned the errorcode 1 > Error: <stdin>:1: syntax error near line 1 > context: digraph >>> inheritance <<< s { > WARNING: /tmp/buildd/matplotlib-0.98.3/doc/index.rst:None: (WARNING/2) > 'dot' returned the errorcode 1 > > I don't know if something bad has happened in mpl code or something in > Debian is broken right now (graphviz?), but it would help me if > someone can confirm this is not happening only on my box. > > Thanks, > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ------------------------------------------------------------------------ > > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA
2008年8月4日 Michael Droettboom <md...@st...>: > The graphviz failing is my bad. I failed to test the latex doc build (since > it never works for me anyway due to a too-old version of latex). This is > fixed in SVN r5962, and a patch against doc/sphinxext/inheritance_diagram.py > is attached. Err... the attached patch is empty :D Anyhow, I'm subscribed to commit ml, so I got it: --- trunk/matplotlib/doc/sphinxext/inheritance_diagram.py 2008年08月04日 12:20:25 UTC (rev 5961) +++ trunk/matplotlib/doc/sphinxext/inheritance_diagram.py 2008年08月04日 13:09:02 UTC (rev 5962) @@ -346,7 +346,7 @@ parts = node['parts'] graph_hash = get_graph_hash(node) - name = "inheritance%s" + name = "inheritance%s" % graph_hash pdf_path = os.path.join('_static', name + ".pdf") graph.run_dot(['-Tpdf', '-o%s' % pdf_path], (sorry if gmail wraps it). I'll apply it once at home and test if works in Debian: Thanks for the prompt reply!! Sandro -- Sandro Tosi (aka morph, Morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi
On Mon, Aug 4, 2008 at 15:41, Sandro Tosi <mat...@gm...> wrote: > 2008年8月4日 Michael Droettboom <md...@st...>: >> The graphviz failing is my bad. I failed to test the latex doc build (since >> it never works for me anyway due to a too-old version of latex). This is >> fixed in SVN r5962, and a patch against doc/sphinxext/inheritance_diagram.py >> is attached. > I'll apply it once at home and test if works in Debian: Thanks for the > prompt reply!! Patch applied and matplotlib 0.98.3 version has just been uploaded in Debian: thank you guys for the support!! A mail to Debian Release Team has been sent[1], let's see if they'll accept it for Lenny. Cheers, Sandro [1] http://lists.debian.org/debian-release/2008/08/msg00258.html -- Sandro Tosi (aka morph, Morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi