Re: [matplotlib-devel] matplotlib v1.1.1 (bugfix) rc1 on Thursday

2012-03-23 Thread John Hunter
On Thu, Mar 22, 2012 at 10:57 PM, Christoph Gohlke  wrote:

>
>
> Windows binaries, including the test files, are at <
> http://www.lfd.uci.edu/~**gohlke/pythonlibs/#matplotlib
> >**.
>
> All my attempts to upload the files to SF failed (no error report).
>
> I'll run tests later.
>


Hey Christoph, not sure why you are unable to upload, since I have you
designated as a "release manager" on the sf site, but thanks for building
these and I've uploaded these and they are good to go.
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] matplotlib v1.1.1 (bugfix) rc1 on Thursday

2012-03-23 Thread Russell E. Owen
In article 
,
 John Hunter  wrote:

> On Mon, Mar 19, 2012 at 12:58 PM, John Hunter 
>  wrote:
> 
> > I think we are pretty close to cleaning up issues and PRs related to
> > v1.1.x, so I'd like to cut the release candidate this Thursday.  Let's
> > continue to hammer on closing open issues and pull requests, and flag
> > anything that needs to be addressed before the release as
> > "release_critical" in the issue tracker.  If there are show stoppers I am
> > not aware of, chime in.
> >
> >
> The tarballs for the v1.1.1 release candidate 1 (rc1) are uploaded to and
> are available for testing and building binaries
> 
> 
> https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.1/

I have uploaded the Mac builds (no Python 2.6 yet; do we really need 
that?). They pass all unit tests and the 32-bit version seems to work 
well with my software.

The included pytz is outdated (and I did not bother to uprev it in the 
binaries I uploaded); would somebody be willing to update that before we 
cut the final releases, or is that considered too risky at this late 
date?

-- Russell


--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] matplotlib v1.1.1 (bugfix) rc1 on Thursday

2012-03-23 Thread John Hunter
On Fri, Mar 23, 2012 at 12:21 PM, Sandro Tosi  wrote:

>
> I'll start testing debian packaging right away; for our package we
> also need the sampledata tarball: can I reuse the one for 1.1.0 or is
> a new one needed?
>
>
You can use the same one -- because this is a bugfix release, we have not
introduced any new features, examples or data.  Just bugfixes.

JDH
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] matplotlib v1.1.1 (bugfix) rc1 on Thursday

2012-03-23 Thread John Hunter
On Fri, Mar 23, 2012 at 12:55 PM, Russell E. Owen  wrote:

>
> The included pytz is outdated (and I did not bother to uprev it in the
> binaries I uploaded); would somebody be willing to update that before we
> cut the final releases, or is that considered too risky at this late
> date?
>
>
It feels too risky to me post-rc.  How critical do you think the updates
are?  We are planning on moving our attention to a master release 1.2.x as
soon as this is out, and we can update ahead of that.  And for people who
need the latest, they can always install their own.

JDH
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] matplotlib v1.1.1 (bugfix) rc1 on Thursday

2012-03-23 Thread John Hunter
On Fri, Mar 23, 2012 at 12:55 PM, Russell E. Owen  wrote:

>
> I have uploaded the Mac builds (no Python 2.6 yet; do we really need
> that?). They pass all unit tests and the 32-bit version seems to work
> well with my software.
>
>
Might be nice to upload some python2.6 builds for the actual release, but I
don't see this as necessary for the testers since there are no important
differences between 2.6 and 2.7 as far as v1.1.x is concerned.

JDH
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] Upstream Matplotlib Qt Designer Plugin

2012-03-23 Thread todd rme
I've included this in openSUSE's matplotlib packages, it seems to work great.

-Todd

On Mon, Mar 19, 2012 at 10:08 PM, Pierre Raybaut
 wrote:
> Hi all,
>
> Is anyone interested in including the Matplotlib QtDesigner plugin
> which I wrote for Python(x,y)?
>
> The code is quite simple and hasn't evolved for a while now (3 years)
> but apparently it is still appreciated by users even outside
> Python(x,y).
>
> Here are the two files which are necessary to make this plugin work:
> http://code.google.com/p/pythonxy/source/browse/src/python/matplotlib/QtDesigner_Plugins/matplotlibwidget.py
> http://code.google.com/p/pythonxy/source/browse/src/python/matplotlib/QtDesigner_Plugins/PyQt4/plugins/designer/python/matplotlibplugin.py
>
> The directory struture also has its importance:
> http://code.google.com/p/pythonxy/source/browse/#hg%2Fsrc%2Fpython%2Fmatplotlib%2FQtDesigner_Plugins
>
> Cheers,
> Pierre
>
> -- Message transféré --
> De : todd rme 
> Date : 11 mars 2012 12:14
> Objet : [python(x,y)] Upstream Matplotlib Qt Designer Plugin
> À : "python(x,y)" 
>
>
> I notice that python(x,y) has a matplotlib plugin for Qt Designer.  I
> think this would be very helpful for general users of matplotlib
> outside of python(x,y).  Is there any possibility of submitting this
> plugin upstream for inclusion with the official matplotlib release?
> That way people who aren't using python(x,y) (for instance Linux users
> who are using their official distribution python packages) could
> benefit from the plugin as well.  Thank you very much.
>
> -Todd
>
> --
> You received this message because you are subscribed to the Google
> Groups "python(x,y)" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/pythonxy?hl=en.

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] matplotlib v1.1.1 (bugfix) rc1 on Thursday

2012-03-23 Thread Sandro Tosi
Hi John,

On Fri, Mar 23, 2012 at 03:18, John Hunter  wrote:
> The tarballs for the v1.1.1 release candidate 1 (rc1) are uploaded to and
> are available for testing and building binaries
>
>  https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.1/
>
> After the binaries are up, I'll send out a notice to the users list
> requesting wider testing, but intrepid developers can begin now.

I'll start testing debian packaging right away; for our package we
also need the sampledata tarball: can I reuse the one for 1.1.0 or is
a new one needed?

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

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel