Releases: bluemodel/BlueM.Wave
Releases · bluemodel/BlueM.Wave
v2.8.1
Version 2.8.1
NEW:
- Analysis AnnualStatistics: now also outputs the sum of values per year
FIXED:
- Analysis ChangeTimestep: fixed failure to execute with some time series with interpretation CumulativePerTimestep
- Analysis ChangeTimestep: fixed missing first node when output interpretation is CumulativePerTimestep
v2.8.0
Version 2.8.0
NEW:
- Added support for reading HYBNAT WEL and BCS files #130
- Added support for exporting to HYBNAT BCS format #130
CHANGED:
- The select series dialog is now always displayed on top
FIXED:
- Analysis GoodnessOfFit: fixed volume error calculation if one of the compared time series contains NaN values #151
- Talsim clipboard content no longer requires the entry 'Einheit' to be present for WEL files
- Togglable toolbar buttons are now reset when the New button is clicked
API-CHANGES:
- New property
TimeSeries.NaNPeriods()
for retrieving a list of time periods consisting of NaN nodes - New method
TimeSeries.UpdateNode()
for updating the value of an existing node - New class
DateRange
representing a date range with defined start and end dates
v2.7.1
Version 2.7.1
API-CHANGES:
- Allow using the API for reading time series files without requiring a reference to System.Windows.Forms
v2.7.0
Version 2.7.0
NEW:
- New analysis function AnnualRecurrenceProbability which calculates the annual recurrence probility and return period of annual maxima using plotting position method
API-CHANGES:
- New property
TimeSeries.MaximumNode()
for retrieving the node (date and value) with the maximum value of a time series, optionally within a defined time period
FIXED:
- Improved handling of errors and edge cases when importing from Talsim clipboard
- WBL files can now also be contained in WLZIP files
CHANGED:
- Updated DHI.DFS to v22.0.3
v2.6.1
Version 2.6.1
NEW:
- Added an error text in the Time Series Properties window when a time series' volume is NaN
- Added a warning log message when executing the Goodness Of Fit analysis with time series whose volume is NaN
FIXED:
- Fixed superfluous metadata in export to ZRXP format #126
- Added a check for title uniqueness when a title is edited in the Time Series properties window
- Disabled the ability to sort columns in the Time Series Values window
v2.6.0
Version 2.6.0
NEW:
- Added a new, simpler, series selection dialog for known file types
- Added the ability to reorder series from within the Time Series Properties window
- Wave project file (WVP):
- Added support for additional series options in WVP files #117
- When saving to WVP, a new dialog allows specifying which series options to save
- When saving to WVP, file paths can now optionally be saved as relative
- WVP files are now always read and written using UTF-8 encoding
FIXED:
- Improved performance and usability of Time Series Values window
CHANGED:
- Upgrade TeeChart to v4.2023.4.18
v2.5.0
Version 2.5.0
NEW:
- Allow multiple files to be selected when importing files using the Import time series menu item
- Added navigation buttons for navigating to the start and end of the currently active series
- New analysis function Decumulate
- Added support for importing SWMM time series file format
- Added support for reading and writing REXCHANGE header values for ZRXP files #123
FIXED:
- Analysis function Accumulate (formerly named "Cumulative") now repects the input interpretation
- Time Series Properties and Values windows now restore on toolbar button press if previously minimized
- Importing from SWMM binary output format:
- Read and store metadata
- Include the element type in series names, making them unique #63
- Fixed wrong units for "System" variables
- Always use the "official" SWMM notation for units
- Importing from SWMM routing interface format:
- Read and store metadata
- Exporting to SWMM routing interface format:
- Allow editing of series metadata before export
- General improvements and additional checks
- Exporting to SWMM time series file format #118:
- Renamed SWMM_DAT_MASS and SWMM_DAT_TIME export formats to SWMM_TIMESERIES
- Removed automatic transformation of time series to 5 min equidistant timestep before export
- Fixed output date format to use "/" as date separator
- Added comment header line
CHANGED:
- Analysis function Cumulative renamed to Accumulate
- Added progress bar to Calculator analysis function
- Upgrade to System.Data.SQLite v1.0.118.0 and SQLite 3.42.0
API-CHANGES:
- Removed property
TimeSeriesFile.nLinesPerTimestamp
- Removed the properties
TimeSeries.Objekt
andTimeSeries.Type
v2.4.5
NEW:
- Added support for reading JAMS/J2000 timeseries result files
CHANGED:
- Unknown file formats will now always be attempted to be imported as CSV
FIXED:
- Fixed crash when attempting to verify HYSTEM-EXTRAN REG format on a different DAT file
v2.4.4
FIXED:
- Improved calculation of time series volume #112:
- more supported units: "/s", "/min", "/h" and "/d"
- proper consideration of interpretation
- any NaN nodes now cause the adjacent time steps (depending on the interpretation) to not contribute to the volume
- Fixed issue with deleting series or editing series properties in the properties window,
for series with extreme dates that cannot be entirely displayed in the chart #68
v2.4.3
FIXED:
- Fixed reading WBL files where the series indices provided in the accompanying WELINFO file are not 0-based
CHANGED:
- The update check and the link to the download page now point to GitHub releases