Releases: bluemodel/BlueM.Wave
Releases · bluemodel/BlueM.Wave
v2.15.0
Version 2.15.0
NEW:
- Added title suffix option to CSV import dialog #224
- UX improvements for cut dialog #225:
- Improved dialog layout
- Allow individual selection of series to cut
- Added title suffix option for cut series
API-CHANGES:
- New optional parameter
titleSuffixinTimeSeries.Cut()for changing the suffix added to the title after cutting
v2.14.2
Version 2.14.2
FIXED:
- Fixed bug which lead to duplicate columns when reading certain GINA HDF5 files #223
v2.14.1
Version 2.14.1
FIXED:
- Fixed installer version not reading metadata from GINA HDF5 files properly
Version 2.14.0
NEW:
- Added support for reading GINA HDF5 file format #220
v2.13.0
Version 2.13.0
CHANGED:
- Updated GINA file format #215
- Updated Newtonsoft.Json to 3.0.4
- Updated DHI.DFS to 23.0.3
- Updated MSTest to 4.0.1
REMOVED:
- Removed support for reading obsolete SYDRO SQLite file format
v2.12.3
Version 2.12.3
API-CHANGES:
- New public function
TimeSeries.ClosestDate()for finding the date of the node closest to the specified timestamp
v2.12.2
Version 2.12.2
NEW:
- Added support for reading GINA GBL files in hydraulic scenario format #212
CHANGED:
- When performing analyses based on years (GoodnessOfFit, AnnualStatistics) with series with interpretation block right,
the end date of each year is now more exactly defined as the last timestamp before the start of the next year
FIXED:
- GoodnessOfFit analysis: major performance improvement when processing series with NaN values
- Fixed first year missing from result of GoodnessOfFit analysis #210
- Fixed series reordering in TeeChart editor no longer working
v2.12.1
Version 2.12.1
NEW:
- New toolbar buttons for interactively adding and removing markers to display series values at selected timestamps #209
FIXED:
- Fixed duplicate entries in zoom history when zooming by left-click dragging in the main chart
- Handle nonexistent files in the recently used files menu
v2.11.0
Version 2.11.0
NEW:
- New analysis function TimeShift for shifting time series by a specified time interval #206
- New dialog for editing metadata of multiple series at once when exporting #202
- Added support for reading files in GINA CSV WEL format #203
- Added a user setting for showing/hiding the overview chart on startup #38
CHANGED:
- When series are removed, any unused custom axes are now also removed
FIXED:
- Fixed series not being removed from the overview chart when they are deleted using the TeeChart editor #205
- Fixed Y axes not auto-adjusting when series are activated or deactivated
- Fixed series having the same color when the color palette is exhausted, the color palette now repeats instead
API-CHANGES:
- New public function
TimeSeries.ShiftTime()for shifting all timestamps by a specified time interval TimeSeries.AddTimeInterval()now correctly handles varying month lengths and leap days when offsetting by months or years
v2.10.0
Version 2.10.0
NEW:
- Added support for reading and writing files in Delft-FEWS PI timeseries XML format #200
CHANGED:
- Updated about box
v2.9.2
Version 2.9.2
NEW:
- Added support for reading files in GINA binary WEL format (GBL) #197
FIXED:
- Fixed crash when series containing values of Infinity are displayed in the chart. Such values are now treated as NaN by the chart. #199
- Fixed decimal numbers not being interpreted correctly when evaluating formulas in the Calculator analysis function if the system's decimal separator is not "." #198
