From 41d75177ef503ed3a47052be1c35651f1444783b Mon Sep 17 00:00:00 2001 From: Jun Aishima Date: Mon, 14 Aug 2023 12:02:09 -0400 Subject: [PATCH 1/3] initial release notes --- docs/source/developer_notes/release_notes.rst | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/source/developer_notes/release_notes.rst b/docs/source/developer_notes/release_notes.rst index 54c0b40f..ba45ba1d 100644 --- a/docs/source/developer_notes/release_notes.rst +++ b/docs/source/developer_notes/release_notes.rst @@ -2,6 +2,38 @@ Release History ================= +2.0.2 (2023-09-xx, a.k.a. 2023-3) +================================= + +Fixes and other changes +----------------------- + +* GUI + + * GUI code split up into its own module + * Fixes for lifetime calculation + * Improve Albula handling + +* Server and GUI security improvements + + * Use external file to determine visit directory + * Use same visit directory location for server and GUI, and force all files acquired by LSDC to be written to that directory + * Enforce GUI and server starting in the visit directory + * Ensure server is started as one of the known LSDC service users (as opposed to a staff member in n2sn-inststaff-) + + +* Improved synchronization of detector and governor +* Re-enable ISPyB storage of data collections and processing results +* Standardize handling of FMX towards AMX when mounting a sample +* Move storage of raster results in ISPyB onto server, to remove ISPyB dependence in GUI + +* NYX-specific (2023-2-nyx) + + * GUI improvements + + * General layout + * NYX-specific changes + 2.0.1 (2023-04-20, a.k.a. 2023-2) ================================= From ad1666969f355963cf96928ad6213ccf3df4cb3f Mon Sep 17 00:00:00 2001 From: Jun Aishima Date: Mon, 11 Sep 2023 13:51:54 -0400 Subject: [PATCH 2/3] further updates to release notes * latest merges into master - setE, lifetime fixes --- docs/source/developer_notes/release_notes.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/developer_notes/release_notes.rst b/docs/source/developer_notes/release_notes.rst index ba45ba1d..a64ec7c7 100644 --- a/docs/source/developer_notes/release_notes.rst +++ b/docs/source/developer_notes/release_notes.rst @@ -2,7 +2,7 @@ Release History ================= -2.0.2 (2023-09-xx, a.k.a. 2023-3) +2.0.2 (2023-09-12, a.k.a. 2023-3) ================================= Fixes and other changes @@ -26,8 +26,10 @@ Fixes and other changes * Re-enable ISPyB storage of data collections and processing results * Standardize handling of FMX towards AMX when mounting a sample * Move storage of raster results in ISPyB onto server, to remove ISPyB dependence in GUI +* Save FMX flux reference after energy change +* Make FMX behave more like AMX after sample mount - move omega to 0 before SA-SE governor change, do not home pins after sample mount -* NYX-specific (2023-2-nyx) +* NYX-specific (2023-2-nyx) - not merged into master due to significant differences * GUI improvements From 8e43bcb46b367ced165fd1515a4309708dd10ff9 Mon Sep 17 00:00:00 2001 From: Jun Aishima Date: Mon, 11 Sep 2023 13:55:52 -0400 Subject: [PATCH 3/3] remove redundant line about FMX robot mount code changes --- docs/source/developer_notes/release_notes.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/developer_notes/release_notes.rst b/docs/source/developer_notes/release_notes.rst index a64ec7c7..9b3d18e1 100644 --- a/docs/source/developer_notes/release_notes.rst +++ b/docs/source/developer_notes/release_notes.rst @@ -27,7 +27,6 @@ Fixes and other changes * Standardize handling of FMX towards AMX when mounting a sample * Move storage of raster results in ISPyB onto server, to remove ISPyB dependence in GUI * Save FMX flux reference after energy change -* Make FMX behave more like AMX after sample mount - move omega to 0 before SA-SE governor change, do not home pins after sample mount * NYX-specific (2023-2-nyx) - not merged into master due to significant differences