<div dir="ltr">I have had less time to contribute to pypy lately, so here is where the things I took responsibility for stand:<div>numpy</div><div>- there are many failing tests due to the way numpy random.seed works. Upstream uses a mtrand module, and I simply wrapped the existing python random module. There are subtle differences between the seed in the different modules, we get a different series when setting the seed in our mtrand module.</div>
<div>- numpy.linalg.inv does not work (see below) </div><div><br><div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">matplotlib</div><span style="font-family:arial,sans-serif;font-size:12.727272033691406px">- linlag support in numpy is not really working. This means any kind of point transform does not work, which precludes use of legends and maybe subplots, I did not check.</span><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
- backend support for a gui framework is also missing.</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">so what works (I last checked 4 months ago) is basic plotting and saving to a file.</div>
<div style="font-family:arial,sans-serif;font-size:12.727272033691406px">The repo, for lack of a better place, lives here, I would be happy to put it somewhere more public.</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
 <a href="https://github.com/mattip/matplotlib" target="_blank">https://github.com/mattip/<u></u>matplotlib</a> master branch<br></div></div><div><br></div></div><div>Matti</div></div>