Skip to content

Commit

Permalink
Task/brugger1/2020 05 12 release updates (#4731)
Browse files Browse the repository at this point in the history
  • Loading branch information
brugger1 authored May 13, 2020
1 parent 05b3006 commit 964e762
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions src/gui/SplashScreen.C
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@
// Eric Brugger, Tue Feb 11 13:08:08 PST 2020
// Changed the date on the splash screen to February 2020.
//
// Eric Brugger, Mon Mar 9 15:16:06 PDT 2020
// Changed the date on the splash screen to April 2020.
// Eric Brugger, Tue May 12 07:59:37 PDT 2020
// Changed the date on the splash screen to May 2020.
//
// ****************************************************************************

Expand Down Expand Up @@ -355,7 +355,7 @@ SplashScreen::SplashScreen(bool cyclePictures) : QFrame(0, Qt::SplashScreen)
<< tr("October")
<< tr("November")
<< tr("December");
int currentMonth = 2;
int currentMonth = 5;
lLayout->addWidget(new QLabel(versionText, this));
lLayout->addWidget(new QLabel(months[currentMonth-1] + " 2020", this));

Expand Down
36 changes: 18 additions & 18 deletions src/resources/help/en_US/relnotes3.1.2.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,40 +25,40 @@
<a name="Bugs_fixed"></a>
<p><b><font size="4">Bugs fixed in version 3.1.2</font></b></p>
<ul>
<li>Fixed xml tools failure when full version specified (eg xml2cmake -v 3.1.2).</li>
<li>Fixed Printing to printer and Printing to PDF on Windows.</li>
<li>Fixed an issue where the pick operator would choose ghost zones while picking from mili datasets.</li>
<li>Fixed bugs with the Blueprint plugin for cases where domain data also exists in the root file.</li>
<li>Fixed ability to save a movie template via the Save Movie Wizard on Windows.</li>
<li>Fixed bugs with the avtLinesFileFormat reader. The reader can now distinguish 2D from 3D, and it will not remove identical consecutive points that exist on different lines.</li>
<li>Fixed a bug with the xml tools where they would fail when the full version was specified (eg xml2cmake -v 3.1.2).</li>
<li>Fixed a bug printing to printers or PDF files on Windows.</li>
<li>Fixed a bug where the pick operator would choose ghost zones while picking from mili datasets.</li>
<li>Fixed several bugs with the Blueprint reader for cases where domain data also exists in the root file.</li>
<li>Fixed the ability to save a movie template via the <i>Save Movie Wizard</i> on Windows.</li>
<li>Fixed several bugs with the avtLinesFileFormat reader. The reader now distinguishes between 2D from 3D and will not remove identical consecutive points that exist on different lines.</li>
<li>Fixed a crash with the generation of ghost zones using global node ids where there were NULL domains.</li>
<li>Fixed a bug that caused trilinear ray casting to have very harsh lighting.</li>
<li>Fixed a bug importing remote hosts.</li>
<li>Fixed a bug with importing remote hosts.</li>
<li>Fixed a bug that was preventing VisIt from correctly generating normals for triangle strips.</li>
<li>Fixed a bug reading files generated with newer Exodus libraries.</li>
<li>Fixed a bug preventing full removal of the axes when using OSPRay rendering.</li>
<li>Fixed a bug where 2D axes annotation font settings weren't always saved to config files.</li>
<li>Fixed a bug where lines starting with !TIME and !ENSEMBLE ".visit" files weren't being processed properly and were interpreted as file names.</li>
<li>Fixed a bug that was producing bad volumes on datasets with cells of multiple dimensions.</li>
<li>Reduced amount of '.' written to log files while waiting for processes to connect.</li>
<li>Reduced the amount of '.' characters written to log files while waiting for processes to connect.</li>
<li>Fixed a crash when performing a choose center operation when there weren't any non-hidden active plots while in scalable rendering mode. It now prints an error message requesting that the user select a non-hidden plot.</li>
<li>Forced VisIt to always use 'Light Mode' on macOS until 'Dark Mode' is supported for Qt.</li>
<li>Forced VisIt to always use <i>Light Mode</i> on macOS until <i>Dark Mode</i> is supported for Qt.</li>
<li>Fixed a bug where the OpenPMD reader might cause opening an HDF5 file to hang.</li>
</ul>

<a name="Enhancements"></a>
<p><b><font size="4">Enhancements in version 3.1.2</font></b></p>
<ul>
<li>Removed the pbatch launch profile from the Lawrence Livermore National Laboratory's Max host profile.</li>
<li>Added host profiles for the Lawrence Livermore National Laboratory's Magma system.</li>
<li>Added host profiles for the Lawrence Livermore National Laboratory's Boraxo system.</li>
<li>Enhanced the CGNS plugin to support a mesh decomposed across multiple CGNS files, one block per file as might be typical of file-per-processor parallel I/O. This requires that each file contain just a single CGNS mesh block. In addition, if all files do not also contain the same number of time steps, results will be indeterminate. The collection of CGNS files can be grouped together into a .visit file or follow the naming convention "basename.cgns.nblocks.iblock", where basename is any string, cgns is the string "cgns", nblocks is the number of blocks, and iblock is the block index.</li>
<li>Enhanced VTK plugin to support reading and writing VisIt expressions as non-specific FIELD variable named "VisItExpressions" of type string. To see an example, look at the example file named <code>higher_order_triangles.vtk</code> in <a href="https://github.com/visit-dav/visit/blob/develop/data/vtk_test_data.7z?raw=true">vtk_test_data.7z</a></li>
<li>Enhanced the Pick Through Time to use a substantially faster algorithm by default. This algorithm will be enabled when preserving the picked element id. When preserving the picked coordinate, the original algorithm will be used instead.</li>
<li>Enhanced the new default Pick Through Time algorithm to handle vectors, tensors, and arrays. For vectors, the magnitude is used. For tensors and arrays, the major eigenvalue is used.</li>
<li>Expressions in the GUI Expression window will now appear alphabetically sorted.</li>
<li>Enhanced Blueprint plugin to support expressions.</li>
<li>The Blueprint Plugin now supports Ascent outputs with multiple domains per file.</li>
<li>Added host profiles for the Lawrence Livermore National Laboratory's Magma and Boraxo systems.</li>
<li>Enhanced the CGNS reader to support a mesh decomposed across multiple CGNS files, one block per file as might be typical of file-per-processor parallel I/O. This requires that each file contain just a single CGNS mesh block. In addition, if all files do not also contain the same number of time steps, results will be indeterminate. The collection of CGNS files can be grouped together into a .visit file or follow the naming convention "basename.cgns.nblocks.iblock", where basename is any string, cgns is the string "cgns", nblocks is the number of blocks, and iblock is the block index.</li>
<li>Enhanced the VTK reader to support reading and writing VisIt expressions as non-specific FIELD variable named "VisItExpressions" of type string. To see an example, look at the example file named <code>higher_order_triangles.vtk</code> in <a href="https://github.com/visit-dav/visit/blob/develop/data/vtk_test_data.7z?raw=true">vtk_test_data.7z</a></li>
<li>Enhanced the <i>Pick Through Time</i> to use a substantially faster algorithm by default. This algorithm will be enabled when preserving the picked element id. When preserving the picked coordinate, the original algorithm will be used instead.</li>
<li>Enhanced the new default <i>Pick Through Time</i> algorithm to handle vectors, tensors, and arrays. For vectors, the magnitude is used. For tensors and arrays, the major eigenvalue is used.</li>
<li>Enhanced the <i>Expression</i> window so that expressions in the expression list will appear alphabetically.</li>
<li>Enhanced the Blueprint reader to support expressions.</li>
<li>Enhanced the Blueprint reader to support Ascent outputs with multiple domains per file.</li>
<li>Changed the variable name <i>Patch/Rank</i> to <i>Patch/ProcId</i> in the Uintah reader.</li>
</ul>

<a name="Dev_changes"></a>
Expand Down

0 comments on commit 964e762

Please sign in to comment.