From 6918c4694f508108dbecc377866b88ac488b6251 Mon Sep 17 00:00:00 2001 From: Jose Borreguero Date: Fri, 6 Dec 2024 15:23:25 -0500 Subject: [PATCH] Add note on PR #21 for Enum DataType changes in release notes Include a brief description of PR #21, highlighting the substitution of expressions involving integer values with Enum DataType for better clarity of the source code. This update is relevant to developers for understanding recent changes to data handling and processing methods. Signed-off-by: Jose Borreguero --- docs/release_notes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index e1f16b4..a9972aa 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -14,6 +14,7 @@ Notes for major and minor releases. Notes for patch releases are referred. **Of interest to the Developer:** +- PR #21 Enum DataType substitutes expressions involving integer values to improved understanding of the source - PR #16 transition from pip to conda when installing dependency finddata - PR #15 increase gunicorn timeout for workers to prevent them being killed before finishing the reduction - PR #12 switch from mantid to mantidworkbench conda package