From f3e165bba299ffe3c0e5b5019c4c7896db06c011 Mon Sep 17 00:00:00 2001 From: dominiquef Date: Thu, 15 Sep 2022 09:31:53 -0700 Subject: [PATCH] Add release notes. --- docs/content/release_notes.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/content/release_notes.rst b/docs/content/release_notes.rst index c9334b7af..ec87f37ca 100644 --- a/docs/content/release_notes.rst +++ b/docs/content/release_notes.rst @@ -1,6 +1,17 @@ Release Notes ============= +Release 0.8.1 - 2022/09/15 +-------------------------- + +**(Hot fix)** + +- Fix corruption of geoh5 file for inversions from ANALYST runs. +- Fix issues with iso-surface introduced by geoh5py v0.4.0 update. +- Fix re-load of jupyter apps (Peak Finder, 3D inversions) from ui.json. +- PEP8 (pylint) compliance code update. + + Release 0.8.0 - 2022/07/06 --------------------------