Skip to content

Releases: ModiaSim/SignalTables.jl

v0.4.4

14 Nov 15:51
Compare
Choose a tag to compare

SignalTables v0.4.4

Diff since v0.4.3

  • Adapted to GLMakie 0.8 (textsize replaced by fontsize in src/makie.jl)

v0.4.3

05 Nov 22:13
Compare
Choose a tag to compare

SignalTables v0.4.3

Diff since v0.4.2

Minor improvements when printing a SignalTable

v0.4.2

18 Sep 18:54
Compare
Choose a tag to compare

Fix of #6 and minor improvement of JSON generation.

v0.4.1

17 Aug 05:52
Compare
Choose a tag to compare

SignalTables 0.4.1

Diff since v0.4.0

  • getSignalNames(signalTable; getVar=true, getPar=true, getMap=true): New keyword arguments
    getVar, getPar, getMap to only return names of the specified signal categories.

  • writeSignalTable(...): Some issues corrected.

v0.4.0

05 Aug 04:00
73b3205
Compare
Choose a tag to compare

SignalTables 0.4.0

Diff since v0.3.5

  • New signal-type Map added (additionally to Var und Par signals) with two new functions Map(..), isMap(..).
  • Output of showInfo(..) improved.
  • Non-backwards compatible changes: Function showInfo(..) has optional keywords arguments
    showVar, showPar, showMap, showAttributes, instead of the previous Var, Par, attributes.

v0.3.5

07 Jul 12:20
791cc98
Compare
Choose a tag to compare

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.

v0.3.4

05 Jul 14:41
Compare
Choose a tag to compare

SignalTables 0.3.4

  • Bug fix in usePreviousPlotPackage()

v0.3.3

05 Jul 13:03
Compare
Choose a tag to compare

SignalTables 0.3.3

Bug fix: getValuesWithUnit(..) is now correctly returning the values vector, if no unit is defined.

v0.3.2

04 Jul 16:13
Compare
Choose a tag to compare

SignalTables v0.3.2

Diff since v0.3.1

  • Add makie.jl to be used by Makie backends.
  • For backwards compatibilty to ModiaResult, also accept ENV["MODIA_PLOT_PACKAGE"] instead of ENV["SignalTablesPlotPackage"] to define plot package - at all places (some parts have been missing).

v0.3.1

04 Jul 11:53
5f3b5b6
Compare
Choose a tag to compare

SignalTables v0.3.1

  • writeSignalTable(..): Do not store elements, that cannot be mapped to JSON + add _classVersion to signal table on file.
  • For backwards compatibilty to ModiaResult, also accept ENV["MODIA_PLOT_PACKAGE"] instead of ENV["SignalTablesPlotPackage"]
    to define plot package.