Skip to content

v2.3.0

Compare
Choose a tag to compare
@kdberends kdberends released this 19 Apr 13:16
· 68 commits to master since this release
974707f

New functionality

  • Configuration file now has a new debug section with debug specific parameters. This section includes two parameters previously in the general parameters section (ExportMapFiles and CssSelection) and the new ExportCSSData.
  • new debug option ExportCSSData that when enabled output data to analyse cross-section generation.
  • new option ConveyanceDetectionMethod to toggle between the previous way to detect storage (0) and a the new one (1, default).

Documentation

  • documentation now includes a notebook specifying how output from ExportCSSData option can be used to analyse flow data
  • docstrings of cross-section class updated to describe flow/storage separation methodology
  • several chapters ported over from sphinx

bug fixes & chores

  • added dedicated tests for cross-section class
  • test coverage is now reported in Sonarcloud
  • fixed bug that caused error while writing log

bug fixes & chores

  • fixed bug in utils that threw an error when using matplotlib 3.7 or higher
  • removed unused code blocks
  • updated type hinting and code documentation of CrossSection.py