From ecdeb274885e2fac6783bcdcff134cc5aebe3cc7 Mon Sep 17 00:00:00 2001 From: cdeline Date: Thu, 3 Oct 2024 16:51:28 -0600 Subject: [PATCH] update whatsnew --- docs/sphinx/source/whatsnew/v0.5.0.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sphinx/source/whatsnew/v0.5.0.rst b/docs/sphinx/source/whatsnew/v0.5.0.rst index 691efb65..293df991 100644 --- a/docs/sphinx/source/whatsnew/v0.5.0.rst +++ b/docs/sphinx/source/whatsnew/v0.5.0.rst @@ -41,6 +41,8 @@ Bug fixes * Fixed typo on Opacity calculation factor (:issue:`426`) * Updated Github Actions to use Node20: checkout@v4, setup-python@v5, coactions/setup-xvfb, setup-buildx-action@v3 (:pull:`517`) * Fix PerformanceWarning and SettingWithCopyWarning (:issue:`515`) +* Fix error where rearX, rearY, rearZ parameters are not properly saved (:issue:`501`) +* More appropriate significant digits saved and displayed. (this changed some x,y,z values by < .003 due to rounding differences.) Documentation ~~~~~~~~~~~~~~