Plan for cutting v1.1.0?

Just wondering if there is any sort of agreement/target for cutting a v1.1.0 release? I think we are very close. Most of what I see that needs to be done are documentation-related (and I want to add a can_pan() function to mirror the can_zoom() function).

Most documentation work that seems to remain are Animation module (and I would love to find out if there is some way to embed a video using sphinx) and the release-related documentation such as “what’s new”. Also, do we plan to now host the documentation and downloads on github, or are we still sticking with sourceforge for that?

This looks to be a very nice release!
Ben Root

Just wondering if there is any sort of agreement/target for cutting a
v1.1.0 release? I think we are very close. Most of what I see that
needs to be done are documentation-related (and I want to add a
can_pan() function to mirror the can_zoom() function).

I think the last chunk of discussion is here:

http://www.mail-archive.com/matplotlib-devel@lists.sourceforge.net/msg08276.html

As I recall, John had time to help in June, but less after that. I don't think we ever reached an agreement as to schedule. It simply went into slide mode.

Most documentation work that seems to remain are Animation module (and I
would love to find out if there is some way to embed a video using
sphinx) and the release-related documentation such as "what's new".
Also, do we plan to now host the documentation and downloads on github,
or are we still sticking with sourceforge for that?

ipython has moved to github for their homepage and documentation, but as far as I can see, github has no facility for hosting downloads; the ipython tarballs are on scipy.org.

This looks to be a very nice release!

Question: simply abandon v1.0.x-maint without a release?

Eric

···

On 07/13/2011 08:58 AM, Benjamin Root wrote:

Ben Root

As I recall, John had time to help in June, but less after that. I
don't think we ever reached an agreement as to schedule. It simply went
into slide mode.

I am back from my vacation so I have time again. I figured since I
was leaving and people were making fantastic progress on pull requests
and tickets that it was best to wait. But I'm available now to help
with the release.

Most documentation work that seems to remain are Animation module (and I
would love to find out if there is some way to embed a video using
sphinx) and the release-related documentation such as "what's new".
Also, do we plan to now host the documentation and downloads on github,
or are we still sticking with sourceforge for that?

ipython has moved to github for their homepage and documentation, but as
far as I can see, github has no facility for hosting downloads; the
ipython tarballs are on scipy.org.

No strong opinions here. It probably makes sense to move as much
stuff to github as possible now that the issue tracker has been moved,
but the sf download stuff is pretty good now and I haven't
investigated whether github offers equivalents. Also, our donations
are processed through sf and they are non-negligible. I found this
old post on github about accepting donations
Getting Paid the Open Source Way - The GitHub Blog; not sure
if this is still current.

This looks to be a very nice release!

Question: simply abandon v1.0.x-maint without a release?

I would say yes here -- we can leave the branch around for a while in
case there is a reason to cut a release from it, but I don't think it
makes sense to do a release of the branch otherwise.

···

On Wed, Jul 13, 2011 at 2:54 PM, Eric Firing <efiring@...229...> wrote:

Eric Firing, on 2011-07-13 09:54, wrote:

ipython has moved to github for their homepage and documentation, but as
far as I can see, github has no facility for hosting downloads; the
ipython tarballs are on scipy.org.

They are on scipy, github, and PyPI. Here are the ones for
matplotlib:

https://github.com/matplotlib/matplotlib/downloads

Question: simply abandon v1.0.x-maint without a release?

this makes sense to me. let's just make sure there's nothing
there that never made it into trunk, but should have.

best,

···

--
Paul Ivanov
314 address only used for lists, off-list direct email at:
http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7

Eric Firing, on 2011-07-13 09:54, wrote:

ipython has moved to github for their homepage and documentation, but as
far as I can see, github has no facility for hosting downloads; the
ipython tarballs are on scipy.org.

They are on scipy, github, and PyPI. Here are the ones for
matplotlib:

https://github.com/matplotlib/matplotlib/downloads

I don't know how I missed the "Downloads" button on the RHS of GitHub - matplotlib/matplotlib: matplotlib: plotting with Python. It looks like we would need a much larger space allocation to include all the binary distributions.

Question: simply abandon v1.0.x-maint without a release?

this makes sense to me. let's just make sure there's nothing
there that never made it into trunk, but should have.

Fine with me, also.

Eric

···

On 07/13/2011 10:20 AM, Paul Ivanov wrote:

Just following up on this statement I have made. I did find an extension module (MIT-licensed) that would allow one to embed YouTube video links in the sphinx docs. Maybe we might want to create a matplotlib account on youtube and make various animations available through that?

http://countergram.com/youtube-in-rst

Ben Root

···

On Wed, Jul 13, 2011 at 1:58 PM, Benjamin Root <ben.root@…553…> wrote:

Most documentation work that seems to remain are Animation module (and I would love to find out if there is some way to embed a video using sphinx)

have a look at the sources for:

http://fperez.org/talks

Cheers,

f

···

On Wed, Jul 13, 2011 at 1:58 PM, Benjamin Root <ben.root@...553...> wrote:

I would love to find out if there is some way to embed a video using sphinx

That is pretty straight-forward and easy to use. My main concern
though will be that YouTube demo videos have to be considered as
static resources and not created on the fly. This has to be the case
because we would need the YouTube URL for the link. Might not be
terrible.

On a related note, I was reading through the docs for la (labeled
arrays) when I noticed that the docs had functions organized. I
haven't looked at the source code yet, but I wonder if it was done
with some sort of sphinx magic that we could use?

Ben

···

On Friday, July 15, 2011, Fernando Perez <fperez.net@...149...> wrote:

On Wed, Jul 13, 2011 at 1:58 PM, Benjamin Root <ben.root@...553...> wrote:

I would love to find out if there is some way to embed a video using sphinx

have a look at the sources for:

Conference - FP Conference

Cheers,

f