Commit 76e5d965 authored by Lefebvre, Robert Alexander's avatar Lefebvre, Robert Alexander
Browse files

5.4.0

parent 19406a59
Loading
Loading
Loading
Loading
+27 −4
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

## Whats in the bundle:

    Workbench-5.3.2.{tar.gz,dmg,exe}: NEAMS Workbench release with integrated ParaView visualization toolkit
    Workbench-5.4.0.{tar.gz,dmg,exe}: NEAMS Workbench release with integrated ParaView visualization toolkit

## Install NEAMS Workbench

@@ -10,13 +10,36 @@ Install the platform-specific binaries. Linux binaries are available in TAR.GZ.

Start the NEAMS Workbench.

    Workbench-5.3.2/bin/Workbench                 Workbench-5.3.2.tar.gz (Linux) 
    Workbench-5.3.2.app/Contents/MacOS/Workbench  Workbench-5.3.2.dmg    (MacOS)
    Workbench-5.3.2\bin\Workbench.exe             Workbench-5.3.2.exe    (Windows)
    Workbench-5.4.0/bin/Workbench                 Workbench-5.4.0.tar.gz (Linux) 
    Workbench-5.4.0.app/Contents/MacOS/Workbench  Workbench-5.4.0.dmg    (MacOS)
    Workbench-5.4.0\bin\Workbench.exe             Workbench-5.4.0.exe    (Windows)

>Note: The first time a version of Workbench is started on your machine an install-specific environment is setup.
      This can take a few minutes, so please be patient. A message stating `Testing for python using ...` will be presented in the terminal from which Workbench has been launched.

## NEAMS Workbench 5.4.0

#### Added:
- Support for default applications via Workbench/default.apps.son. See Help > Documentation > Configurations > default applications
- Error recovery and autocompletion for malformed HIT syntax (incomplete declarator, missing value/terminator/assign)
- Support for external file navigation as available in language server-based applications
- SCALE-Titan runtime and language server support
- HERON Integrated Energy System configurable autocompletion
- Support for relative paths to Form User Interface (FUI) and template files in the FUI grammar resource file
- Tooltip support for components in FUI files
- CSV file (*.csv) spreadsheet view by connecting the `View` button to ParaView's SpreadsheetView
- support for creating area plots in Workbench Processor (*.wbp) via addition of `area_opacity=[0,255]`

#### Fixed:
- ParaView opening files it does not actually support
- ParaView console/popup message involving 'Readers'

#### Changed:
- PyARC to version 2.5.0
- MOOSE-based application integration to prefer language-server instead of definition-based interactions
- Mac appearance to be light-mode by opting out of dark-mode
- HERON Integrated Energy System dispatch print plots to handle multi-activity series and support area plots

## NEAMS Workbench 5.3.2

### Fixed
Loading