Skip to content

Commit

Permalink
Documentation for 5.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Aug 8, 2023
1 parent dd7c218 commit 851a1fa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion MATScommon
18 changes: 7 additions & 11 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,33 @@ 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.1.0 release notes (20230414)
METexpress Version 5.1.1 release notes (20230811)
-------------------------------------------------

.. dropdown:: Repository, build, and test

* Major styling/linting infrastructure improvements.
* Major upgrades to MATScommon dependencies.
* Major kubernetes infrastructure improvements.
* None

.. dropdown:: Documentation

* None

.. dropdown:: Bugfixes

* None
* Plots no longer fail if one point on the graph throws an error.

.. dropdown:: Enhancements

* 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.
* Plot type names are more readable now.

.. dropdown:: Miscellaneous

* Updated all apps to Meteor v2.11.0.
* Updated all apps to Meteor v2.12.0.

METexpress Upgrade Instructions
===============================

METexpress Version 5.1.0 upgrade instructions
METexpress Version 5.1.1 upgrade instructions
---------------------------------------------

Download and deploy the new v5.1.0 docker containers from the dtcenter repository.
Download and deploy the new v5.1.1 docker containers from the dtcenter repository.
8 changes: 4 additions & 4 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 = [
'Randy Pierce',
'Jeff Hamilton',
'Ian McGinnis',
'Gopa Padmanabhan',
'Keith Searight',
'Dave Turner',
'Bonny Strong',
'Molly Smith'
'Molly Smith',
'Randy Pierce'
]

# 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.1.0'
version = '5.1.1'
verinfo = version

# The full version, including alpha/beta/rc tags
release = f'{version}'
release_year = '2023'
release_date = f'{release_year}0414'
release_date = f'{release_year}0811'
copyright = f'{release_year}, {author}'
release_monthyear = datetime.strptime(release_date, '%Y%m%d').strftime('%B %Y')

Expand Down

0 comments on commit 851a1fa

Please sign in to comment.