Hi all,
Sorry to bump the thread, but has anyone had a chance to take a look?
I've re-attached the patch.
Regards
Stéfan
2008/6/17 Stéfan van der Walt <[EMAIL PROTECTED]>:
> Hi John
>
> 2008/6/12 John Hunter <[EMAIL PROTECTED]>:
>> On Thu, Jun 12, 2008 at 7:56 AM, Stéfan van der Walt <[EMAIL PR
On Mon, Jun 23, 2008 at 5:03 PM, Sandro Tosi <[EMAIL PROTECTED]> wrote:
> mpl 0.98.1 has just been uploaded in unstable (tomorrow will be
> available on debian mirrors hosts).
Thank you -- that was really fast. So far no bug reports -- crossing
fingers :-)
JDH
-
On Mon, Jun 23, 2008 at 13:48, Sandro Tosi <[EMAIL PROTECTED]> wrote:
> On Mon, Jun 23, 2008 at 04:43, Charles Moad <[EMAIL PROTECTED]> wrote:
>> The releases and builds are up. Please test them out, and I'll leave the
>> announcements to you, John.
>
> I just downloaded it (MD5Sum: 1f673f82eb4f74
That version seems to work for me.
I agree it's nice to stick to a released version, and we can do that for
now. However, we seem to be pretty good at requiring new features and
bugfixes out of Sphinx so far, so I don't know, realistically, how long
that will last. Sphinx doesn't feel quite
Looks like sphinx==0.4 was just released. Could we agree to target this
instead of svn?
- Charlie
On Mon, Jun 23, 2008 at 11:18 AM, Michael Droettboom <[EMAIL PROTECTED]>
wrote:
> Ah. Something changed in Sphinx SVN. I think the best long term fix is to
> probably not "borrow" this regex from
This is the first bugfix release of the 0.98 series, with lots of
small bugs fixed and a few features added. Thanks to Charlie Moad for
the builds: src and binaries available from
http://sourceforge.net/project/showfiles.php?group_id=80706. For
those of you on the 0.91 maintenance branch, we have
Ah. Something changed in Sphinx SVN. I think the best long term fix is
to probably not "borrow" this regex from Sphinx, but include our own
version in inheritance_diagram.py. I'll fix this.
Cheers,
Mike
Darren Dale wrote:
> I think I see whats going on. On my machine, py_sig_re.match(name).g
I think I see whats going on. On my machine, py_sig_re.match(name).groups()
returns:
(u'matplotlib.', u'patches', None, None)
but inheritance_diagram.py is trying to unpack this length=4 result into a
length=3 tuple.
Here is the definition of py_sig_re from sphinx:
py_sig_re = re.compile(
I see this same error using python-2.5 on Kubuntu-8.04. I'm looking into it.
Darren
On Saturday 21 June 2008 17:11:05 Michael Droettboom wrote:
> Sorry, I'm stumped.
>
> Mike
>
> Charlie Moad wrote:
> > Here's that file.
> >
> > Thanks,
> > Charlie
> >
> > On Fri, Jun 20, 2008 at 9:25 AM, M
On Mon, Jun 23, 2008 at 4:11 AM, Olle Engdegård <[EMAIL PROTECTED]> wrote:
>>> Here is a patch to add linestyles to patches.py. I have tried it with
>>> unfilled step histograms (important for b/w print and colour blind
>>> people).
> Tested, seems to work fine with Agg, Cairo, PS, PDF, SVG, GTK,
On Mon, Jun 23, 2008 at 04:43, Charles Moad <[EMAIL PROTECTED]> wrote:
> The releases and builds are up. Please test them out, and I'll leave the
> announcements to you, John.
I just downloaded it (MD5Sum: 1f673f82eb4f7422c1e45545f8e083d4) and I
plan to upgrade the package in Debian this evening.
On Fri, 20 Jun 2008, John Hunter wrote:
On Thu, Jun 19, 2008 at 11:52 AM, Olle Engdegård <[EMAIL PROTECTED]> wrote:
Here is a patch to add linestyles to patches.py. I have tried it with
unfilled step histograms (important for b/w print and colour blind people).
I'm happy to include this, but
12 matches
Mail list logo