Skip to content

Commit

Permalink
Feature 230 v3.0.0 beta1 (#235)
Browse files Browse the repository at this point in the history
* issue #230

* Issue #230
  • Loading branch information
bikegeek committed Sep 16, 2023
1 parent 2d9e8b6 commit d5e05e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
21 changes: 4 additions & 17 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describes the bugfix, enhancement, or new feature:
METdataio Release Notes
=======================

METdataio Version 2.1.0 release notes (20230726)
METdataio Version 3.0.0 release notes (20230915)
------------------------------------------------------


Expand All @@ -18,30 +18,17 @@ METdataio Version 2.1.0 release notes (20230726)

.. dropdown:: Enhancements

* **Upgrade to using Python 3.10.4** (`#176 <https://github.com/dtcenter/METdataio/issues/176>`_)

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

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

.. dropdown:: Internal

* 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>`_)


.. dropdown:: Bugfixes

* **New way of reading files did not handle files with headers but no data** (`#181 <https://github.com/dtcenter/METdataio/issues/181>`_)
* **Password field in loading XML files can be empty** (`#221 <https://github.com/dtcenter/METdataio/issues/221>`_)

* **Fixed checking for all files invalid** (`#206 <https://github.com/dtcenter/METdataio/issues/206>`_)
* **METdataio isn't correctly placing the database in the correct METviewer group** (`#228 <https://github.com/dtcenter/METdataio/issues/228>`_)

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



Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
verinfo = version
release = f'{version}'
release_year = '2023'
release_date = f'{release_year}-07-26'
release_date = f'{release_year}-09-15'
copyright = f'{release_year}, {author}'

# if set, adds "Last updated on " followed by
Expand Down

0 comments on commit d5e05e5

Please sign in to comment.