matplotlib 0.98.3 release candidate, please test

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

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 <jdh2358@...287...> 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, 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

···

On Tue, Jul 29, 2008 at 1:12 PM, John Hunter <jdh2358@...287...> 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.

Hi John,

···

On Thu, Jul 31, 2008 at 18:28, John Hunter <jdh2358@...287...> 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

Hi John,

Hi John,

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 :slight_smile: ),
Sandro

···

On Thu, Jul 31, 2008 at 18:35, Sandro Tosi <matrixhasu@...287...> wrote:

On Thu, Jul 31, 2008 at 18:28, John Hunter <jdh2358@...287...> wrote:

--
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

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

···

On Thu, Jul 31, 2008 at 1:40 PM, Sandro Tosi <matrixhasu@...287...> 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 :slight_smile: ),
Sandro

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 <matrixhasu@...287...> 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 :slight_smile: ),
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
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options
  
--
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA

Yeah, that's what I was referring to. Thanks Mike.

···

On Thu, Jul 31, 2008 at 20:49, Michael Droettboom <mdroe@...86...> 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.

--
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 <mdroe@...86...> 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

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,

···

On Thu, Jul 31, 2008 at 21:06, Michael Droettboom <mdroe@...86...> 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.

--
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

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 2:06 PM, Michael Droettboom <mdroe@...86...> 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.

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 3:17 PM, John Hunter <jdh2358@…287…> wrote:

On Thu, Jul 31, 2008 at 2:06 PM, Michael Droettboom <mdroe@…86…> 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)

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
···

On Thu, Jul 31, 2008 at 9:51 PM, Charlie Moad <cwmoad@…287…> wrote:

On Thu, Jul 31, 2008 at 3:17 PM, John Hunter <jdh2358@…287…> wrote:

On Thu, Jul 31, 2008 at 2:06 PM, Michael Droettboom <mdroe@…86…> 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