Where to look for current status / info about 2.0 release

Hi everyone,

I apologize if this is a stupid question:
Is there a page online somewhere I can look to see the current status of
the the 2.0 release? (in terms of bugs and/or features that still need
fixing/implementing)

I see this page in the docs that shows the latest is beta 3 from today:
http://matplotlib.org/devdocs/contents.html#

I ask for 2 reasons:
1. I'd be willing to help put in some hours programming if you all could
use the help
2. I'm curious if for new code I am writing now I should just stick with
1.5 or if it is worth already transitioning to 2.0 and using the betas.

Thanks!
Jayson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-devel/attachments/20160804/d128dd70/attachment.html>

Most things tagged with the 2.0 milestone on github is probably a good
place to start:

https://github.com/matplotlib/matplotlib/pulls?q=is%3Aopen+is%3Apr+milestone%3A"2.0+(style+change+major+release)"

···

On Thu, Aug 4, 2016 at 12:54 PM, jayryuusei at gmail.com <jayryuusei at gmail.com> wrote:

Hi everyone,

I apologize if this is a stupid question:
Is there a page online somewhere I can look to see the current status of
the the 2.0 release? (in terms of bugs and/or features that still need
fixing/implementing)

I see this page in the docs that shows the latest is beta 3 from today:
http://matplotlib.org/devdocs/contents.html#

I ask for 2 reasons:
1. I'd be willing to help put in some hours programming if you all could
use the help
2. I'm curious if for new code I am writing now I should just stick with
1.5 or if it is worth already transitioning to 2.0 and using the betas.

Thanks!
Jayson

_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel at python.org
Matplotlib-devel Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-devel/attachments/20160804/d3260f85/attachment.html&gt;

Jay,

My understanding is that the 2.0 release is only backwards incompatible in
the sense that the default aesthetics are changing. APIs will be consistent
between 1.5.X and 2.0.X
-paul

···

On Thu, Aug 4, 2016 at 9:54 AM, jayryuusei at gmail.com <jayryuusei at gmail.com> wrote:

Hi everyone,

I apologize if this is a stupid question:
Is there a page online somewhere I can look to see the current status of
the the 2.0 release? (in terms of bugs and/or features that still need
fixing/implementing)

I see this page in the docs that shows the latest is beta 3 from today:
http://matplotlib.org/devdocs/contents.html#

I ask for 2 reasons:
1. I'd be willing to help put in some hours programming if you all could
use the help
2. I'm curious if for new code I am writing now I should just stick with
1.5 or if it is worth already transitioning to 2.0 and using the betas.

Thanks!
Jayson

_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel at python.org
Matplotlib-devel Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-devel/attachments/20160804/edabe41f/attachment.html&gt;

Hi Paul,

Thanks for the info. I thought it was more than that, so that is a good
point to help me decide. I think I'll just stick to 1.5 then.

Thanks!

Jay

···

On Thu, Aug 4, 2016, 1:19 PM Paul Hobson <pmhobson at gmail.com> wrote:

Jay,

My understanding is that the 2.0 release is only backwards incompatible in
the sense that the default aesthetics are changing. APIs will be consistent
between 1.5.X and 2.0.X
-paul
On Thu, Aug 4, 2016 at 9:54 AM, jayryuusei at gmail.com <jayryuusei at gmail.com > > wrote:

Hi everyone,

I apologize if this is a stupid question:
Is there a page online somewhere I can look to see the current status of
the the 2.0 release? (in terms of bugs and/or features that still need
fixing/implementing)

I see this page in the docs that shows the latest is beta 3 from today:
http://matplotlib.org/devdocs/contents.html#

I ask for 2 reasons:
1. I'd be willing to help put in some hours programming if you all could
use the help
2. I'm curious if for new code I am writing now I should just stick with
1.5 or if it is worth already transitioning to 2.0 and using the betas.

Thanks!
Jayson

_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel at python.org
Matplotlib-devel Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-devel/attachments/20160804/84f93657/attachment-0001.html&gt;

Big changes are coming for 2.1 (Mep27, Mep22, Mep23, ....)

Help is always welcome

Federico

···

On Aug 4, 2016 2:49 PM, "jayryuusei at gmail.com" <jayryuusei at gmail.com> wrote:

Hi Paul,

Thanks for the info. I thought it was more than that, so that is a good
point to help me decide. I think I'll just stick to 1.5 then.

Thanks!

Jay

On Thu, Aug 4, 2016, 1:19 PM Paul Hobson <pmhobson at gmail.com> wrote:

Jay,

My understanding is that the 2.0 release is only backwards incompatible
in the sense that the default aesthetics are changing. APIs will be
consistent between 1.5.X and 2.0.X
-paul
On Thu, Aug 4, 2016 at 9:54 AM, jayryuusei at gmail.com < >> jayryuusei at gmail.com> wrote:

Hi everyone,

I apologize if this is a stupid question:
Is there a page online somewhere I can look to see the current status of
the the 2.0 release? (in terms of bugs and/or features that still need
fixing/implementing)

I see this page in the docs that shows the latest is beta 3 from today:
http://matplotlib.org/devdocs/contents.html#

I ask for 2 reasons:
1. I'd be willing to help put in some hours programming if you all could
use the help
2. I'm curious if for new code I am writing now I should just stick with
1.5 or if it is worth already transitioning to 2.0 and using the betas.

Thanks!
Jayson

_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel at python.org
Matplotlib-devel Info Page

_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel at python.org
Matplotlib-devel Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-devel/attachments/20160804/5e10ea4f/attachment.html&gt;

But no API breaks with those big changes for now as we shall release them in 2.1 as opt-in, before changing them to opt-out, before finally deprecating the old API.? The changes that Federico talks about only relates to the user-interface API though.
Best,OceanWolf

···

From: Federico Ariza <ariza.federico at gmail.com>
To: jayryuusei at gmail.com
Cc: matplotlib development list <matplotlib-devel at python.org>
Sent: Thursday, 4 August 2016, 20:52
Subject: Re: [Matplotlib-devel] Where to look for current status / info about 2.0 release
   
Big changes are coming for 2.1 (Mep27, Mep22, Mep23, ....)Help is always welcomeFederico
On Aug 4, 2016 2:49 PM, "jayryuusei at gmail.com" <jayryuusei at gmail.com> wrote:

Hi Paul,Thanks for the info. I thought it was more than that, so that is a good point to help me decide. I think I'll just stick to 1.5 then.
Thanks!Jay
On Thu, Aug 4, 2016, 1:19 PM Paul Hobson <pmhobson at gmail.com> wrote:

Jay,
My understanding is that the 2.0 release is only backwards incompatible in the sense that the default aesthetics are changing. APIs will be consistent between 1.5.X and 2.0.X-paulOn Thu, Aug 4, 2016 at 9:54 AM, jayryuusei at gmail.com <jayryuusei at gmail.com> wrote:

Hi everyone,
I apologize if this is a stupid question:Is there a page online somewhere I can look to see the current status of the the 2.0 release? (in terms of bugs and/or features that still need fixing/implementing)
I see this page in the docs that shows the latest is beta 3 from today:http://matplotlib.org/devdocs/ contents.html#

I ask for 2 reasons:1. I'd be willing to help put in some hours programming if you all could use the help2. I'm curious if for new code I am writing now I should just stick with 1.5 or if it is worth already transitioning to 2.0 and using the betas.
Thanks!Jayson

______________________________ _________________
Matplotlib-devel mailing list
Matplotlib-devel at python.org
https://mail.python.org/ mailman/listinfo/matplotlib- devel

______________________________ _________________
Matplotlib-devel mailing list
Matplotlib-devel at python.org
https://mail.python.org/ mailman/listinfo/matplotlib- devel

_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel at python.org
https://mail.python.org/mailman/listinfo/matplotlib-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-devel/attachments/20160808/4c459b74/attachment.html>