From c51a8d83f6db38885ab166c37c84bf8ef1e6bf6e Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 22 Oct 2020 15:44:19 +0100 Subject: [PATCH] Add changelog for 0.6.2 --- doc/source/changes.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 56ae2fbf..faaa9717 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -3,6 +3,22 @@ Changelog ========= +0.6.2 +----- + +This release includes several small fixes in response to a review of pfsspy +for the Journal of Open Source Software. Thanks to Matthieu Ancellin and +Simon Birrer for their helpful feedback! + +- A permanent code of conduct file has been added to the repository. +- Information on how to contribute to pfsspy has been added to the docs. +- The example showing the performance of different magnetic field tracers has + been fixed. +- The docs are now clearer about optional dependencies that can increase + performance. +- The GONG example data has been updated due to updated data on the remote + GONG server. + 0.6.1 -----