Skip to content

Commit

Permalink
Updates release notes for v11.1 for function removal. (#2630)
Browse files Browse the repository at this point in the history
* Updates release notes for v11.1 for  function removal.

* RST tweaks.

* Fixes bad hyperlink and tries to align code block with bullet.

* One more time to fix hyperlink.
  • Loading branch information
DanielAdriaansen authored Jul 28, 2023
1 parent 76b7468 commit 6674522
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,14 @@ MET Version 11.1.0 upgrade instructions

* If running TC-Pairs to generate consensus tracks, update your TC-Pairs configuration file to include the new **write_members** option (`#2429 <https://github.com/dtcenter/MET/issues/2429>`_).

* If using Python embedding for point observations, and the following lines of code are in your Python script please remove them and refactor your Python script following the instructions in the `User's Guide for Python embedding for point observations <https://met.readthedocs.io/en/main_v11.1/Users_Guide/appendixF.html#python-script-requirements-for-point-observations>`_:

.. code-block:: Python
from met_point_obs import convert_point_data
...
met_point_data = convert_point_data(point_data)
MET Version 11.0.0 upgrade instructions
---------------------------------------

Expand Down

0 comments on commit 6674522

Please sign in to comment.