Skip to content

Commit

Permalink
Merge pull request #386 from dtcenter/feature_385_v4.1.0
Browse files Browse the repository at this point in the history
Create the METviewer v4.1.0 release #385
  • Loading branch information
TatianaBurek authored Mar 11, 2022
2 parents 2a5fe36 + 2874156 commit fd9f609
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
</copy>
<delete file="${build}/MANIFEST.MF"/>
<manifest file="${build}/MANIFEST.MF">
<attribute name="Specification-Version" value="4.1.0-dev"/>
<attribute name="Specification-Version" value="4.1.0"/>
</manifest>

<jar jarfile="${dist}/lib/metviewer.jar" basedir="${build}" manifest="${build}/MANIFEST.MF">
Expand Down
12 changes: 6 additions & 6 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@ Version `v4.1.0 <https://github.com/dtcenter/METviewer>`_ release notes (2022031
* New Features:
* **Python implementation of the Taylor diagram** (`#370 <https://github.com/dtcenter/METviewer/issues/370>`_)
* **Python implementation of the Contour plot** (`#363 <https://github.com/dtcenter/METviewer/issues/363>`_)
* **Add custom lines (horizontal and/or vertical) to plots** (`#323 <https://github.com/dtcenter/METviewer/issues/323>`_)
* **Python implementation of the ECLV plot** (`#353 <https://github.com/dtcenter/METviewer/issues/353>`_)
* **Python implementation of the histograms - Probability, Relative, Rank** (`#322 <https://github.com/dtcenter/METviewer/issues/322>`_)
* **Python implementation of the Revision series for MODE-TD** (`#338 <https://github.com/dtcenter/METviewer/issues/338>`_)
* **new SSIDX STAT line type and statistic SS_INDEX** (`#327 <https://github.com/dtcenter/METviewer/issues/327>`_)
* **Python implementation of the Box plot** (`#292 <https://github.com/dtcenter/METviewer/issues/292>`_)
* **Python implementation of Ensemble Spread-Skill plot (ens_ss)** (`#308 <https://github.com/dtcenter/METviewer/issues/308>`_)
* **Python implementation of the Bar plot** (`#296 <https://github.com/dtcenter/METviewer/issues/296>`_)
* **Aggregate and plot the HSS_EC statistic from the MCTS line type** (`#285 <https://github.com/dtcenter/METviewer/issues/285>`_)
* **Support for plotting new G and GBETA statistics** (`#324 <https://github.com/dtcenter/METviewer/issues/324>`_)
* **Plot new CNT columns for the Scatter Index** (`#317 <https://github.com/dtcenter/METviewer/issues/317>`_)
* **Python implementation of the Box plot** (`#292 <https://github.com/dtcenter/METviewer/issues/292>`_)
* **Add custom lines (horizontal and/or vertical) to plots** (`#323 <https://github.com/dtcenter/METviewer/issues/323>`_)
* **new SSIDX STAT line type and statistic SS_INDEX** (`#327 <https://github.com/dtcenter/METviewer/issues/327>`_)

* Enhancements:
* **Make Python the default calculation/plotting library** (`#374 <https://github.com/dtcenter/METviewer/issues/374>`_)
* **Improve generations of the statistics list in UI** (`#379 <https://github.com/dtcenter/METviewer/issues/379>`_)
* **line plot with different forecast variables plotted on y1 and y2 axis** (`#328 <https://github.com/dtcenter/METviewer/issues/328>`_)
* **Change ',' as a separator for the series group to ':'** (`#334 <https://github.com/dtcenter/METviewer/issues/334>`_)
* Change field name "rank" to "obs_rank" in the database table "line_data_orank" (`#366 <https://github.com/dtcenter/METviewer/issues/366>`_)
* update version of log4j to 2.17.1 (`#356 <https://github.com/dtcenter/METviewer/issues/356>`_)
* Implement init() and destroy() mehods to comply with STIG (`#344 <https://github.com/dtcenter/METviewer/issues/344>`_)
* Record time stamps for logs that meet a granularity of one second (`#349 <https://github.com/dtcenter/METviewer/issues/349>`_)
* **line plot with different forecast variables plotted on y1 and y2 axis** (`#328 <https://github.com/dtcenter/METviewer/issues/328>`_)
* **Change ',' as a separator for the series group to ':'** (`#334 <https://github.com/dtcenter/METviewer/issues/334>`_)
* **Enhance METviewer database schema to comply with MET-10.1.0** (`#286 <https://github.com/dtcenter/METviewer/issues/286>`_)
* Enhance METviewer database schema to comply with MET-10.1.0 (`#286 <https://github.com/dtcenter/METviewer/issues/286>`_)
* Edit Python dependencies list in Dockerfile (`#311 <https://github.com/dtcenter/METviewer/issues/311>`_)
* Add 'services' as a root element in docker-compose.yml (`#306 <https://github.com/dtcenter/METviewer/issues/306>`_)
* Deprecate 'doc' directory and use the link to readthedocs (`#287 <https://github.com/dtcenter/METviewer/issues/287>`_)
Expand Down
2 changes: 1 addition & 1 deletion docs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.0-dev
4.1.0
4 changes: 2 additions & 2 deletions webapp/metviewer/metviewer1.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<TITLE>METviewer v4.1.0-dev</TITLE>
<TITLE>METviewer v4.1.0</TITLE>
<link rel="shortcut icon" href="./favicon.ico">

<link rel="stylesheet"
Expand Down Expand Up @@ -252,7 +252,7 @@

<div class="toolbar ui-widget" id="toolbar ">
<div style="float: left; cursor: alias;font-family: 'Arial Black',Gadget,sans-serif;"
id="release">METviewer v4.1.0-dev<span class="ui-icon ui-icon-info " style="float: right;
id="release">METviewer v4.1.0<span class="ui-icon ui-icon-info " style="float: right;
margin-left: .4em;"></span>

</div>
Expand Down

0 comments on commit fd9f609

Please sign in to comment.