Skip to content

v0.3.5

Choose a tag to compare

@MartinOtter MartinOtter released this 07 Jul 12:20
· 18 commits to main since this release
791cc98

SignalTables 0.3.5

Diff since v0.3.4

  • @usingPlotPackage(): If SilentNoPlot selected, use "using SignalTables.SilentNoPlot" instead of "import SignalTables.SilentNoPlot: plot ..:".
  • writeSignalTable(..): Arrays get an additional key layout = "column-major" to clearly define that storage is in column-major order. Furthermore, if a signal has an alias key, then the values or value array is not stored on file.
  • Bug fix of writeSignalTable(..): If arrays or numbers have Unitful units, these units are stripped off and provided via key unit as a string.