Outstanding Known Issues:

  • "Save" after extending the time window in the Graphical Editor does not save new entries.  The workaround is to use "Save As".

Version 

Date

Notes

3.4.16

April 29, 2025
  • fix: Mixed case pathname parts are now sorted case-insensitive.

3.4.15-Beta

December 17, 2024
  • Removed some advanced debugging features in DSSVue for DSS 6 files. 
  • Added a Java advanced debugging feature for DSS 7 files (without need to use Fortran native methods inside javaHeclib.dll).

3.4.14-Beta

November 26, 2024
  • Fixes for supplemental info in DSS 7 files not showing all information.
  • Updated DSS library to support program name in record.

3.4.13-Beta

November 12, 2024
  • When importing USGS data in Atlantic Time Zone, the USGS code 'AST' conflicts with Java 'AST' that represents the Alaska Time Zone. Data is shifted incorrectly to Alaska Time.  For example, USGS data from 'Puerto Rico' could be shifted in time when imported.

3.4.12-Beta

September 26, 2024
  • Fixed search feature. Case insensitive searching did not work properly with DSS7.
  • Fixed rename feature.  Renaming a record that only differed by case deleted the record instead of renaming.

3.4.10-Beta

September 12, 2024
  • Fixed issues related to converting DSS version 6 files to version 7 files. DSS Paths with invalid (non-ASCII) characters were causing errors that prevented the conversion to complete. The fix was to avoid converting records with Invalid paths.  Also fixed a similar error that prevented the conversion to complete, related to converting elevation data with inconsistent vertical datum information.   

3.4.8-Beta

August 14, 2024
  • Shef importing has been updated to support longer DSS path part names. For example, the C part was previously limited to 18 characters. If you import SHEF data using DSSVue, please rename the dssvue config directory; this will cause a new config directory to be created.  For example: rename C:\Users\username\Application Data\HEC\HEC-DSSVue\config to C:\Users\username\Application Data\HEC\HEC-DSSVue\config.backup, before starting HEC-DSSVue.

3.4.7-Beta

June 5, 2024
  • Add time zone after the Title in plots.
  • Fix: for DSS version 7 collections.  Path comparison for F part was assuming additional F-Part after the pipe '|'.
  • Fix: new DSS library 7-IS-6 - Text record conversions from DSS 6 to DSS 7 were losing data.

3.4.4-Beta

March 18, 2024
  • Drop duplicate DateTime entries when importing USGS data
  • Rename 'Data Entry' menu to 'Data' to better represent submenus of Import and Exporting.
  • Drop menu item for creating DSS version 6 files.

3.4.0-BETA-RC02

November 17,2024
  • Fix: 'Beta Excel import' tool was closing DSS files opened in other tabs.

3.3.36- BETA

July 28, 2023

3.3.34- BETA

July 11, 2023

3.3.32- BETA

June 30, 2023

3.3.31 - BETA

May 31, 2023
  • Fixed default extension on Beta Excel Export
  • Fixed Reading text records with HEC-DSS version 7 files.

3.3.29

April 4, 2023
  • Update JRE version. 

3.3.28

March 31, 2023
  • Fixed IndexOutOfBounds Error with Beta Excel import tool.
  • Allow missing timeseries data with Beta Excel import tool.
  • Fixed error when importing USGS with the 'UTC' time zone option.
  • Updated Jython.bat to support running from the same directory as your scripts.
  • Updated Jython.exe to wait and give proper exit codes for use in scripts or batch files.
  • Fixed hardcoded units (deg C) in time series profiles.
  • Fixed for Java 11 when parsing a time window such as "12Nov2022, 12:00 14Nov2023, 24:00".
  • Fixed crashing error with text table labels.
  • Fixed some memory leaks in javaHeclib.dll.
  • Updated training materials https://www.hec.usace.army.mil/software/hec-dssvue/training.aspx.
  • Fixed issue where Jython called wrong overload of generateDataPairs(a,b). Resolved with new method generatePairedData(a,b); example script.
  • Fixed merge-time-series math function shifted dates (with DSS 7).
  • Fixed time zone issue when manually entering time series data.
  • Fixed plot/tabulate of time series profile data.
  • Added units to supplemental info (DSS 7 only).
  • Fixed failing import of 'DssUtil Write data files'.
  • Fixed Shef import feature with Java 11 version of HEC-DssVue.
  • New Beta Excel Import (tested with 1 million rows).
  • Fix USGS import with non-unique C part with description beyond 64 characters.