Skip to content

Commit

Permalink
[CHANGELOG] Update: mention fixes of MPL imports and backend selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavoiu committed Oct 7, 2020
1 parent f6b912d commit bf817ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
v1.3.2
======

% [FIX] ensure matplotlib backend fallback mechanism remains active
despite explicit call to `matplotlib.use`, which otherwise leads
to failures if the backend is not available (or when running in
headless mode)
% [FIX] move imports of `matplotlib.pyplot` to plot methods to avoid
importing them prematurely
% [FIX] handle deprecation of axis suffixes for keyword arguments
passed to constructors of axis scale objects starting with
matplotlib 3.3.0 (e.g. now specify `base` instead of
Expand Down

0 comments on commit bf817ea

Please sign in to comment.