From f2dfaf5a3972ef50da46e612f20ef3fd2a4219e6 Mon Sep 17 00:00:00 2001 From: Molly Smith Date: Mon, 26 Aug 2024 17:27:44 -0600 Subject: [PATCH] Updated release notes for 5.3.3 release --- docs/Users_Guide/release-notes.rst | 13 +++++++------ docs/conf.py | 10 +++++----- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 7aebdc956..969ebffe5 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -9,7 +9,7 @@ When applicable, release notes are followed by the GitHub issue number which des enhancement, or new feature (`METexpress GitHub issues `_). Important issues are listed **in bold** for emphasis. -METexpress Version 5.3.2 release notes (20240802) +METexpress Version 5.3.3 release notes (20240830) ------------------------------------------------- .. dropdown:: Repository, build, and test @@ -22,20 +22,21 @@ METexpress Version 5.3.2 release notes (20240802) .. dropdown:: Bugfixes - * None + * Fixed broken CSV export. + * The axis merge button no longer does anything if there is only one curve. .. dropdown:: Enhancements - * None + * Plots with all null values now display a No Data Found message. .. dropdown:: Miscellaneous - * None + * Linted MATScommon. METexpress Upgrade Instructions =============================== -METexpress Version 5.3.1 upgrade instructions +METexpress Version 5.3.3 upgrade instructions --------------------------------------------- -Download and deploy the new v5.3.1 docker containers from the dtcenter repository. +Download and deploy the new v5.3.3 docker containers from the dtcenter repository. diff --git a/docs/conf.py b/docs/conf.py index 104540d0d..6933092cd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,14 +25,12 @@ # To rotate this list of authors for each official release, # move the first author to the end of the list CURRENT_AUTHORS = [ - 'Ian McGinnis', 'Gopa Padmanabhan', - 'Bonny Strong', - 'Matthew Wandishin', 'Molly Smith', 'Randy Pierce' 'Jeff Hamilton', 'Natalie Babij', + 'Ian McGinnis', ] # list of former contributors who are no longer involved with the project @@ -42,6 +40,8 @@ 'Venita Hagerty' 'Keith Searight', 'Dave Turner', + 'Bonny Strong', + 'Matthew Wandishin', ] # format citation authors list @@ -61,13 +61,13 @@ author_list = ', '.join(formatted_authors) # The stable version, displayed on the front page of the PDF -version = '5.3.2' +version = '5.3.3' verinfo = version # The full version, including alpha/beta/rc tags release = f'{version}' release_year = '2024' -release_date = f'{release_year}0802' +release_date = f'{release_year}0830' copyright = f'{release_year}, {author}' release_monthyear = datetime.strptime(release_date, '%Y%m%d').strftime('%B %Y')