1.2.0rc1 is cut

I have tagged and created a tarball for 1.2.0rc1. The githash is
bda6dd9feab8. The tarball is on the github download page here:

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

I have created a new branch, v1.2.x, for continuing 1.2.x

development. The feature freeze on master is now lifted and big
experimental changes can be merged into master. Any bugfixes that
need to go into 1.2.x should be merged into both places. Please
mark any PRs for the 1.2.x branch with the 1.2.x milestone so we can
verify that things are merged in both places.

For those creating the Windows and Macintosh builds, let's try using

the github download page rather than the one at Sourceforge this
time. It is a lot simpler.

For those creating distro packages, now is a good time to let us

know what can be done to make the inclusion of matplotlib 1.2.0 as
smooth as possible.

Once the binaries are available, I will make an announcement to

matplotlib-users.

Mike

I think I've mentioned before, but whoever does the Debian packages is
welcome to use code from my bzr branch here:

https://code.launchpad.net/~takluyver/matplotlib/debian-daily

It's successfully building packages from master, including Python 3
packages, using the Launchpad recipe system:

Thanks,
Thomas

···

On 12 September 2012 15:44, Michael Droettboom <mdroe@...31...> wrote:

For those creating distro packages, now is a good time to let us know what
can be done to make the inclusion of matplotlib 1.2.0 as smooth as possible.

Can we hold the Windows binaries until rc2? Setup.py corrupts the pytz package, leading to stack-overflows on Python 3 and other problems on Python 2.

Christoph

···

On 9/12/2012 7:44 AM, Michael Droettboom wrote:

I have tagged and created a tarball for 1.2.0rc1. The githash is
bda6dd9feab8. The tarball is on the github download page here:

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

I have created a new branch, v1.2.x, for continuing 1.2.x development.
The feature freeze on master is now lifted and big experimental changes
can be merged into master. Any bugfixes that need to go into 1.2.x
should be merged into both places. Please mark any PRs for the 1.2.x
branch with the 1.2.x milestone so we can verify that things are merged
in both places.

For those creating the Windows and Macintosh builds, let's try using the
github download page rather than the one at Sourceforge this time. It
is a lot simpler.

For those creating distro packages, now is a good time to let us know
what can be done to make the inclusion of matplotlib 1.2.0 as smooth as
possible.

Once the binaries are available, I will make an announcement to
matplotlib-users.

Mike

Sorry, I meant the dateutil package, not pytz.

Christoph

···

On 9/12/2012 10:31 AM, Christoph Gohlke wrote:

On 9/12/2012 7:44 AM, Michael Droettboom wrote:

I have tagged and created a tarball for 1.2.0rc1. The githash is
bda6dd9feab8. The tarball is on the github download page here:

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

I have created a new branch, v1.2.x, for continuing 1.2.x development.
The feature freeze on master is now lifted and big experimental changes
can be merged into master. Any bugfixes that need to go into 1.2.x
should be merged into both places. Please mark any PRs for the 1.2.x
branch with the 1.2.x milestone so we can verify that things are merged
in both places.

For those creating the Windows and Macintosh builds, let's try using the
github download page rather than the one at Sourceforge this time. It
is a lot simpler.

For those creating distro packages, now is a good time to let us know
what can be done to make the inclusion of matplotlib 1.2.0 as smooth as
possible.

Once the binaries are available, I will make an announcement to
matplotlib-users.

Mike

Can we hold the Windows binaries until rc2? Setup.py corrupts the pytz
package, leading to stack-overflows on Python 3 and other problems on
Python 2.

Christoph

Hi Michael,

I have tagged and created a tarball for 1.2.0rc1. The githash is
bda6dd9feab8. The tarball is on the github download page here:

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

Awesome! I'll start updating the Debian package asap. Just a couple of
preliminary questions:

- from now on, the official download place will be github? I'm just
asking so that we can update our monitoring tools to be notified of
new upstream releases/RCs and so on.
- previously, we have 2 tarballs: the "normal" one plus a
complementary sampledata ones containing the files below; but now it
seems those files are included in the main tarball: is that correct?
can I conclude the 2 tarballs are now merged into just one?

mpl_sampledata-1.0.1/
mpl_sampledata-1.0.1/aapl.npy
mpl_sampledata-1.0.1/testdir/
mpl_sampledata-1.0.1/testdir/subdir/
mpl_sampledata-1.0.1/testdir/subdir/testsub.csv
mpl_sampledata-1.0.1/AAPL.dat
mpl_sampledata-1.0.1/Minduka_Present_Blue_Pack.png
mpl_sampledata-1.0.1/PKG-INFO
mpl_sampledata-1.0.1/eeg.dat
mpl_sampledata-1.0.1/testdata.csv
mpl_sampledata-1.0.1/MANIFEST.in
mpl_sampledata-1.0.1/setup.py
mpl_sampledata-1.0.1/lena.jpg
mpl_sampledata-1.0.1/data_x_x2_x3.csv
mpl_sampledata-1.0.1/lena.png
mpl_sampledata-1.0.1/README.txt
mpl_sampledata-1.0.1/msft.csv
mpl_sampledata-1.0.1/axes_grid/
mpl_sampledata-1.0.1/axes_grid/bivariate_normal.npy
mpl_sampledata-1.0.1/aapl.csv
mpl_sampledata-1.0.1/msft_nasdaq.npy
mpl_sampledata-1.0.1/demodata.csv
mpl_sampledata-1.0.1/s1045.ima
mpl_sampledata-1.0.1/goog.npy
mpl_sampledata-1.0.1/logo2.png
mpl_sampledata-1.0.1/embedding_in_wx3.xrc
mpl_sampledata-1.0.1/membrane.dat
mpl_sampledata-1.0.1/INTC.dat

Cheers,

···

On Wed, Sep 12, 2012 at 4:44 PM, Michael Droettboom <mdroe@...31...> wrote:
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

@Sandro: Yes, we merged the two together to simplify our code base and to reduce dependencies etc.; Hopefully that doesn’t cause you too much grief?

Eric/Russell, is there an issue on github for the reported problem?

Based on Christoph’s comments, and couple of bugs I have just tracked down, it sounds like we could do with a RC2 soon-ish.

The calendar states RC2 will be the 8th of October. Is it worth moving that forward to get some useful testing on Windows under the belt?

Regards,

···

On 16 September 2012 17:26, Sandro Tosi <morph@…12…> wrote:

Hi Michael,

On Wed, Sep 12, 2012 at 4:44 PM, Michael Droettboom <mdroe@…31…> wrote:

I have tagged and created a tarball for 1.2.0rc1. The githash is

bda6dd9feab8. The tarball is on the github download page here:

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

Awesome! I’ll start updating the Debian package asap. Just a couple of

preliminary questions:

  • from now on, the official download place will be github? I’m just

asking so that we can update our monitoring tools to be notified of

new upstream releases/RCs and so on.

  • previously, we have 2 tarballs: the “normal” one plus a

complementary sampledata ones containing the files below; but now it

seems those files are included in the main tarball: is that correct?

can I conclude the 2 tarballs are now merged into just one?

mpl_sampledata-1.0.1/

mpl_sampledata-1.0.1/aapl.npy

mpl_sampledata-1.0.1/testdir/

mpl_sampledata-1.0.1/testdir/subdir/

mpl_sampledata-1.0.1/testdir/subdir/testsub.csv

mpl_sampledata-1.0.1/AAPL.dat

mpl_sampledata-1.0.1/Minduka_Present_Blue_Pack.png

mpl_sampledata-1.0.1/PKG-INFO

mpl_sampledata-1.0.1/eeg.dat

mpl_sampledata-1.0.1/testdata.csv

mpl_sampledata-1.0.1/MANIFEST.in

mpl_sampledata-1.0.1/setup.py

mpl_sampledata-1.0.1/lena.jpg

mpl_sampledata-1.0.1/data_x_x2_x3.csv

mpl_sampledata-1.0.1/lena.png

mpl_sampledata-1.0.1/README.txt

mpl_sampledata-1.0.1/msft.csv

mpl_sampledata-1.0.1/axes_grid/

mpl_sampledata-1.0.1/axes_grid/bivariate_normal.npy

mpl_sampledata-1.0.1/aapl.csv

mpl_sampledata-1.0.1/msft_nasdaq.npy

mpl_sampledata-1.0.1/demodata.csv

mpl_sampledata-1.0.1/s1045.ima

mpl_sampledata-1.0.1/goog.npy

mpl_sampledata-1.0.1/logo2.png

mpl_sampledata-1.0.1/embedding_in_wx3.xrc

mpl_sampledata-1.0.1/membrane.dat

mpl_sampledata-1.0.1/INTC.dat

Cheers,

Sandro Tosi (aka morph, morpheus, matrixhasu)

My website: http://matrixhasu.altervista.org/

Me at Debian: http://wiki.debian.org/SandroTosi


Everyone hates slow websites. So do we.

Make your web apps faster with AppDynamics

Download AppDynamics Lite for free today:

http://ad.doubleclick.net/clk;258768047;13503038;j?

http://info.appdynamics.com/FreeJavaPerformanceDownload.html


Matplotlib-devel mailing list

Matplotlib-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Hi Michael,

I have tagged and created a tarball for 1.2.0rc1. The githash is
bda6dd9feab8. The tarball is on the github download page here:

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

Awesome! I'll start updating the Debian package asap. Just a couple of
preliminary questions:

- from now on, the official download place will be github? I'm just
asking so that we can update our monitoring tools to be notified of
new upstream releases/RCs and so on.

Yes.

- previously, we have 2 tarballs: the "normal" one plus a
complementary sampledata ones containing the files below; but now it
seems those files are included in the main tarball: is that correct?
can I conclude the 2 tarballs are now merged into just one?

mpl_sampledata-1.0.1/
mpl_sampledata-1.0.1/aapl.npy
mpl_sampledata-1.0.1/testdir/
mpl_sampledata-1.0.1/testdir/subdir/
mpl_sampledata-1.0.1/testdir/subdir/testsub.csv
mpl_sampledata-1.0.1/AAPL.dat
mpl_sampledata-1.0.1/Minduka_Present_Blue_Pack.png
mpl_sampledata-1.0.1/PKG-INFO
mpl_sampledata-1.0.1/eeg.dat
mpl_sampledata-1.0.1/testdata.csv
mpl_sampledata-1.0.1/MANIFEST.in
mpl_sampledata-1.0.1/setup.py
mpl_sampledata-1.0.1/lena.jpg
mpl_sampledata-1.0.1/data_x_x2_x3.csv
mpl_sampledata-1.0.1/lena.png
mpl_sampledata-1.0.1/README.txt
mpl_sampledata-1.0.1/msft.csv
mpl_sampledata-1.0.1/axes_grid/
mpl_sampledata-1.0.1/axes_grid/bivariate_normal.npy
mpl_sampledata-1.0.1/aapl.csv
mpl_sampledata-1.0.1/msft_nasdaq.npy
mpl_sampledata-1.0.1/demodata.csv
mpl_sampledata-1.0.1/s1045.ima
mpl_sampledata-1.0.1/goog.npy
mpl_sampledata-1.0.1/logo2.png
mpl_sampledata-1.0.1/embedding_in_wx3.xrc
mpl_sampledata-1.0.1/membrane.dat
mpl_sampledata-1.0.1/INTC.dat

Yes. The sampledata is now included in the main distribution.

Mike

···

On 09/16/2012 12:26 PM, Sandro Tosi wrote:

On Wed, Sep 12, 2012 at 4:44 PM, Michael Droettboom <mdroe@...31...> wrote:

Cheers,

Yes, I was thinking the same thing. I should have some time to do
another round of bug triaging and then tag a release tomorrow.
Mike

···

On 09/17/2012 07:45 AM, Phil Elson
wrote:

  Eric/Russell, is there an issue on github for the reported

problem?

  Based on Christoph's comments, and couple of bugs I have just

tracked down, it sounds like we could do with a RC2 soon-ish.

  The calendar states RC2 will be the 8th of October. Is it worth

moving that forward to get some useful testing on Windows under
the belt?

Oh no, it's actually the opposite: I like it much more the unified
tarballs than what we had before.

Cheers,

···

On Mon, Sep 17, 2012 at 1:45 PM, Phil Elson <pelson.pub@...149...> wrote:

@Sandro: Yes, we merged the two together to simplify our code base and to
reduce dependencies etc.; Hopefully that doesn't cause you too much grief?

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

Hi Michael,

I have tagged and created a tarball for 1.2.0rc1. The githash is
bda6dd9feab8. The tarball is on the github download page here:

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

Awesome! I'll start updating the Debian package asap. Just a couple of
preliminary questions:

- from now on, the official download place will be github? I'm just
asking so that we can update our monitoring tools to be notified of
new upstream releases/RCs and so on.

Yes.

Great, updated Debian new upstream releases monitoring tool.

- previously, we have 2 tarballs: the "normal" one plus a
complementary sampledata ones containing the files below; but now it
seems those files are included in the main tarball: is that correct?
can I conclude the 2 tarballs are now merged into just one?

mpl_sampledata-1.0.1/
mpl_sampledata-1.0.1/aapl.npy
mpl_sampledata-1.0.1/testdir/
mpl_sampledata-1.0.1/testdir/subdir/
mpl_sampledata-1.0.1/testdir/subdir/testsub.csv
mpl_sampledata-1.0.1/AAPL.dat
mpl_sampledata-1.0.1/Minduka_Present_Blue_Pack.png
mpl_sampledata-1.0.1/PKG-INFO
mpl_sampledata-1.0.1/eeg.dat
mpl_sampledata-1.0.1/testdata.csv
mpl_sampledata-1.0.1/MANIFEST.in
mpl_sampledata-1.0.1/setup.py
mpl_sampledata-1.0.1/lena.jpg
mpl_sampledata-1.0.1/data_x_x2_x3.csv
mpl_sampledata-1.0.1/lena.png
mpl_sampledata-1.0.1/README.txt
mpl_sampledata-1.0.1/msft.csv
mpl_sampledata-1.0.1/axes_grid/
mpl_sampledata-1.0.1/axes_grid/bivariate_normal.npy
mpl_sampledata-1.0.1/aapl.csv
mpl_sampledata-1.0.1/msft_nasdaq.npy
mpl_sampledata-1.0.1/demodata.csv
mpl_sampledata-1.0.1/s1045.ima
mpl_sampledata-1.0.1/goog.npy
mpl_sampledata-1.0.1/logo2.png
mpl_sampledata-1.0.1/embedding_in_wx3.xrc
mpl_sampledata-1.0.1/membrane.dat
mpl_sampledata-1.0.1/INTC.dat

Yes. The sampledata is now included in the main distribution.

awesome, it kinda like it more than the previous situation.

Cheers,

···

On Mon, Sep 17, 2012 at 2:22 PM, Michael Droettboom <mdroe@...31...> wrote:

On 09/16/2012 12:26 PM, Sandro Tosi wrote:

On Wed, Sep 12, 2012 at 4:44 PM, Michael Droettboom <mdroe@...31...> >> wrote:

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