Skip to content

Releases: bluemodel/BlueM.Wave

v2.15.0

01 Mar 15:43

Choose a tag to compare

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 titleSuffix in TimeSeries.Cut() for changing the suffix added to the title after cutting
grafik

Full changelog

v2.14.2

19 Feb 19:09

Choose a tag to compare

Version 2.14.2

FIXED:

  • Fixed bug which lead to duplicate columns when reading certain GINA HDF5 files #223

Full changelog

v2.14.1

10 Feb 18:47

Choose a tag to compare

Version 2.14.1

FIXED:

  • Fixed installer version not reading metadata from GINA HDF5 files properly

Version 2.14.0

NEW:

Full changelog

v2.13.0

09 Nov 16:14

Choose a tag to compare

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

Full changelog

v2.12.3

01 Nov 16:28

Choose a tag to compare

Version 2.12.3

API-CHANGES:

Full changelog

v2.12.2

09 Oct 17:10

Choose a tag to compare

Version 2.12.2

NEW:

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

Full changelog

v2.12.1

05 Oct 12:32

Choose a tag to compare

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

Adding and removing markers

Full changelog

v2.11.0

28 Sep 09:12

Choose a tag to compare

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:

Full changelog

v2.10.0

07 Sep 19:27

Choose a tag to compare

Version 2.10.0

NEW:

CHANGED:

  • Updated about box

Full changelog

v2.9.2

02 Sep 20:03

Choose a tag to compare

Version 2.9.2

NEW:

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

Full changelog