From bf817ea5ab7c7ce9a51aeec50279a86fbf2c9b1e Mon Sep 17 00:00:00 2001 From: Daniel Savoiu Date: Wed, 7 Oct 2020 14:25:20 +0200 Subject: [PATCH] [CHANGELOG] Update: mention fixes of MPL imports and backend selection. --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 0157d14..c7ec290 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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