From 1021510fb4bf09680294255527ff07ce7fa3c527 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Fri, 16 Mar 2018 17:48:59 -0400 Subject: [PATCH] REL: v2.2.1 LTS The first bug-fix release of the v2.2 LTS series. This release fixes a number of critical bugs: - restores matplotlib.verbose (fixing embedding in pycharm) - preserve precision when color mapping small portions of data with extreme outliers - fixes saving long movies with ffmpeg - fixes UnbourdLocal error in contour labeling - fixes import failure on python 3.4.0 and 3.4.1 - fixes compile time failures with clang on 32bit platforms - fixes an icon in the Tk backends - fixes several issues with Tables - fixes expanding offset boxes with tight_layout - revert changes to the font caching to avoid a possible bug in backports.lru_cache - numerous docstring and documentation fixes We have reverted the deprecation of `font_manager.TempCache`.