From 301ab777c25e927ae24e592daa857434de89fc06 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sun, 6 Nov 2022 17:01:35 +0000 Subject: [PATCH] Update changelog for version 0.4 --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 19ec313..5ea0d58 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,8 @@ Bug fixes - Removed a couple of un-needed dependencies from the package. - Fixed the erroneous MAS current density normalization. - Standardized the MAS normalization constants to all be correct to 8 significant figures. +- Fixed :meth:`~psipy.model.variable.Variable.sample_at_coords` erroring for some valid model data. +- Fixed the Matplotlib tracing example in the gallery. Breaking changes ~~~~~~~~~~~~~~~~