Skip to content

Commit

Permalink
Updated METexpress release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Apr 10, 2023
1 parent f705743 commit b99a06b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
16 changes: 10 additions & 6 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ When applicable, release notes are followed by the GitHub issue number which des
enhancement, or new feature (`METexpress GitHub issues <https://github.com/dtcenter/METexpress/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

Expand All @@ -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.
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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')

Expand Down

0 comments on commit b99a06b

Please sign in to comment.