From b99a06bead52abd8b1bf65d7b2f60d8d7f6b0985 Mon Sep 17 00:00:00 2001 From: Molly Smith Date: Mon, 10 Apr 2023 12:36:38 -0600 Subject: [PATCH] Updated METexpress release notes --- docs/Users_Guide/release-notes.rst | 16 ++++++++++------ docs/conf.py | 10 +++++----- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index a528e8fd1..03f13beb2 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -9,12 +9,14 @@ 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.0.1 release notes (2023MMDD) +METexpress Version 5.1.0 release notes (20230414) ------------------------------------------------- .. dropdown:: Repository, build, and test - * None + * Major styling/linting infrastructure improvements. + * Major upgrades to MATScommon dependencies. + * Major kubernetes infrastructure improvements. .. dropdown:: Documentation @@ -26,16 +28,18 @@ METexpress Version 5.0.1 release notes (2023MMDD) .. dropdown:: Enhancements - * None + * METexpress scalar apps now have scatter plots. + * METexpress now has the same data quality control abilities as MATS. + * CurveParams are now stored in MATScommon and can be removed from settings files. .. dropdown:: Miscellaneous - * None + * Updated all apps to Meteor v2.11.0. METexpress Upgrade Instructions =============================== -METexpress Version 5.0.1 upgrade instructions +METexpress Version 5.1.0 upgrade instructions --------------------------------------------- -Upgrade instructions will be listed here if they are applicable for this release. +Download and deploy the new v5.1.0 docker containers from the dtcenter repository. diff --git a/docs/conf.py b/docs/conf.py index 59bf8cb31..59d9c636e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,14 +25,14 @@ # To rotate this list of authors for each official release, # move the first author to the end of the list CURRENT_AUTHORS = [ - 'Molly Smith', 'Randy Pierce', 'Jeff Hamilton', 'Ian McGinnis', 'Gopa Padmanabhan', 'Keith Searight', 'Dave Turner', - 'Bonny Strong' + 'Bonny Strong', + 'Molly Smith' ] # list of former contributors who are no longer involved with the project @@ -59,13 +59,13 @@ author_list = ', '.join(formatted_authors) # The stable version, displayed on the front page of the PDF -version = '5.0.0' +version = '5.1.0' verinfo = version # The full version, including alpha/beta/rc tags release = f'{version}' -release_year = '2022' -release_date = f'{release_year}1209' +release_year = '2023' +release_date = f'{release_year}0414' copyright = f'{release_year}, {author}' release_monthyear = datetime.strptime(release_date, '%Y%m%d').strftime('%B %Y')