Skip to content

Commit

Permalink
Feature 217 v2.1.0 (#218)
Browse files Browse the repository at this point in the history
* Issue #217 updates for official release

* Issue #217 Rotate authorship, update dates where applicable

* Updates from additional work done between the rc1 release and the official release

* Fix formatting of author list
  • Loading branch information
bikegeek committed Jul 26, 2023
1 parent 9186bbf commit 2c35b04
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 44 deletions.
52 changes: 13 additions & 39 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,66 +9,40 @@ describes the bugfix, enhancement, or new feature:
METdataio Release Notes
=======================

METdataio Version 2.1.0-rc1 release notes (20230616)
METdataio Version 2.1.0 release notes (20230726)
------------------------------------------------------

.. dropdown:: New Functionality


.. dropdown:: Enhancements

.. dropdown:: Internal

* Stored schema update schema update scripts in repo (`#208 <https://github.com/dtcenter/METdataio/issues/208>`_)
* Partial work on STIGS and logging (`#45 <https://github.com/dtcenter/METplus-internal/issues/45>`_)

.. dropdown:: Bugfixes

* **Fixed checking for all files invalid** (`#206 <https://github.com/dtcenter/METdataio/issues/206>`_)

* **Fixed use case failure when loading data via XML** (`#204 <https://github.com/dtcenter/METdataio/issues/204>`_)

METdataio Version 2.1.0-beta2 release notes (20230412)
------------------------------------------------------

.. dropdown:: New Functionality

None

.. dropdown:: Enhancements

* Enhance the Release Notes by adding dropdown menus (`#193 <https://github.com/dtcenter/METdataio/issues/193>`_)
* **Upgrade to using Python 3.10.4** (`#176 <https://github.com/dtcenter/METdataio/issues/176>`_)

.. dropdown:: Internal
* Enhance the Release Notes by adding dropdown menus (`#193 <https://github.com/dtcenter/METdataio/issues/193>`_)

None
* Add documentation for loading data into database (`#213 <https://github.com/dtcenter/METplus-internal/issues/213>`_)

.. dropdown:: Bugfixes
.. dropdown:: Internal

None
* Add 'LICENSE.md' to the METdatio repo (`#184 <https://github.com/dtcenter/METdataio/issues/184>`_)

* Stored schema update schema update scripts in repo (`#208 <https://github.com/dtcenter/METdataio/issues/208>`_)

* Partial work on STIGS and logging (`#45 <https://github.com/dtcenter/METplus-internal/issues/45>`_)

* Feature develop update install files (`#215 <https://github.com/dtcenter/METplus-internal/issues/215>`_)

METdataio Version 2.1.0-beta1 release notes (20230228)
------------------------------------------------------

.. dropdown:: New Functionality

None
.. dropdown:: Bugfixes

.. dropdown:: Enhancements

* **Upgrade to using Python 3.10.4** (`#176 <https://github.com/dtcenter/METdataio/issues/176>`_)
* **New way of reading files did not handle files with headers but no data** (`#181 <https://github.com/dtcenter/METdataio/issues/181>`_)

.. dropdown:: Internal

* Add 'LICENSE.md' to the METdatio repo (`#184 <https://github.com/dtcenter/METdataio/issues/184>`_)
* **Fixed checking for all files invalid** (`#206 <https://github.com/dtcenter/METdataio/issues/206>`_)

* **Fixed use case failure when loading data via XML** (`#204 <https://github.com/dtcenter/METdataio/issues/204>`_)

.. dropdown:: Bugfixes

* **New way of reading files did not handle files with headers but no data** (`#181 <https://github.com/dtcenter/METdataio/issues/181>`_)



Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
# -- Project information -----------------------------------------------------
project = 'METdataio'
author = 'UCAR/NCAR, NOAA, CSU/CIRA, and CU/CIRES'
author_list = 'Burek, T., H. Fisher, and M. Win-Gildenmeister, V. Hagerty '
version = '2.0.1'
author_list = 'Fisher, H., M. Win-Gildenmeister, V. Hagerty, and T. Burek'
version = '2.1.0'
verinfo = version
release = f'{version}'
release_year = '2023'
release_date = f'{release_year}-02-28'
release_date = f'{release_year}-07-26'
copyright = f'{release_year}, {author}'

# if set, adds "Last updated on " followed by
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ Authors
Many authors, listed below in alphabetical order, have contributed to the documentation of METplus.
To cite this documentation in publications, please refer to the METdataio User's Guide :ref:`Citation Instructions<citations>`.

* Hank Fisher [#NCAR]_
* Venita Hagerty [#CIRA]_
* Minna Win-Gildenmeister [#NCAR]_
* Tatiana Burek [#NCAR]_
* Hank Fisher [#NCAR]_

.. rubric:: Organization

Expand Down
2 changes: 1 addition & 1 deletion docs/version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.1.0-rc1"
__version__ = "2.1.0"

0 comments on commit 2c35b04

Please sign in to comment.