> Upstream has recently released matplotlib 2.0.2 which fixes only > critical/important bugs in the 2.0.x branch. > > the high-level description of the changes is at [0] and also here below: > > [0] https://github.com/matplotlib/matplotlib/releases > > 2.0.0 -> 2.0.1 > ``` > API > > - Do not clip the linewidth used for dash pattern scaling. This is > an API change, but is a major improvement. > - Deprecate 'vega' color names in favor of 'tab'. > > Bug Fixes > > - Hatching color follows edge color again. > - Fixes a critical bug with masked images. > - Improved high-dpi support for Qt5. > - Log ticking no never skip minor ticks > - Do not skip points surrounded by nan/inf in vector outputs. > ``` > > 2.0.1 -> 2.0.2 > > ``` > Critical bug fixes for 2.0.1 > > - fixed Qt4 support > - fixed LogFormatter > - fixed hatched artists in legends > - fixed segfault with large images > > ``` > > I know it's late in the release, but 2.0.0 was a big milestone for upstream, > so > some adjustments/bug fixes were expected. matplotlib is continuosly tested via > travis[1] and you can see there how the 2.0.x branch is passing the upstream > very extensive test suite. > > [1] https://travis-ci.org/matplotlib/matplotlib/branches > > An upsteam source diff is attached, filtering out doc/tests/examples; a full > diff is available at [2] or via git. > > [2] > https://anonscm.debian.org/cgit/python-modules/packages/matplotlib.git/commit/?h=upstream&id=4816639bd3468d3e9f9cc9fed76324fdc8e0c9b6 > > let me know if it's possible for me to proceed with an upload.
Any word on this? Thanks, -- Sandro "morph" Tosi My website: http://sandrotosi.me/ Me at Debian: http://wiki.debian.org/SandroTosi G+: https://plus.google.com/u/0/+SandroTosi

