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

Workbench - 5.5.0

parent 7d7d26f3
Loading
Loading
Loading
Loading
+33 −10
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

## Whats in the bundle:

    Workbench-5.4.1.{tar.gz,dmg,exe}: NEAMS Workbench release with integrated ParaView visualization toolkit
    Workbench-5.5.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.4.1/bin/Workbench                 Workbench-5.4.1.tar.gz (Linux) 
    Workbench-5.4.1.app/Contents/MacOS/Workbench  Workbench-5.4.1.dmg    (MacOS)
    Workbench-5.4.1\bin\Workbench.exe             Workbench-5.4.1.exe    (Windows)
    Workbench-5.5.0/bin/Workbench                 Workbench-5.5.0.tar.gz (Linux)
    Workbench-5.5.0.app/Contents/MacOS/Workbench  Workbench-5.5.0.dmg    (MacOS)
    Workbench-5.5.0\bin\Workbench.exe             Workbench-5.5.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.5.0

### Added:
- Text editor on hover tooltips so complete description of a component is displayed in a popup upon the user hovering their mouse over the component.
- Find References ability to navigate to external included documents containing reference
- Support for basic autocompletion snippets involving a single tabstop or placeholder. This feature enables applications to dictate where the user's text cursor should reside after autocompletion and whether a default value can be present and selected, ready for subsequent autocompletion of editing. This feature is available for both languager server and schema-based application integration
- FORCE HERON Mean NPV sweep visualization
- FORCE HERON CSV DataGenerator visualization
- Processor key_labels_rotation visualization plot attribute that allows rotate long key labels to avoid horizontal overlap

### Changed:
- PyARC to version 2.6.0
- Autocompletion item tooltips to display the entire item description
- Included Python to version 3.10
- FORCE HERON input templates to use Snippets

### Fixed:
- Processor visualization capability on Windows
- Fixed autocompletion indentation issue involving MOOSE type completion that include required parameters on subsequent lines
- Configuration `Load Grammar` failed to reload the associated schema file
- HERON IES Configurable autocompletion widget template's data path

## NEAMS Workbench 5.4.1

#### Fixed:
Loading