mpl release candidate branch

Benjamin Root <ben.root@...553...> writes:

FAIL: matplotlib.tests.test_mlab.test_recarray_csv_roundtrip

I am seeing this one on my 64-bit machine, but not on my 32-bit machine
(both Linux).

Fix in Initialize memory in csv roundtrip test by jkseppan · Pull Request #490 · matplotlib/matplotlib · GitHub

The uninitialized memory being written to disk sometimes contained NaN
values, and the test failed since NaN != NaN.

···

--
Jouni K. Sepp�nen