Releases: ModiaSim/SignalTables.jl
Releases · ModiaSim/SignalTables.jl
v0.4.4
SignalTables v0.4.4
- Adapted to GLMakie 0.8 (
textsize
replaced byfontsize
in src/makie.jl)
v0.4.3
v0.4.2
v0.4.1
SignalTables 0.4.1
-
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
SignalTables 0.4.0
- 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
SignalTables 0.3.5
- @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
SignalTables 0.3.4
- Bug fix in usePreviousPlotPackage()
v0.3.3
SignalTables 0.3.3
Bug fix: getValuesWithUnit(..) is now correctly returning the values vector, if no unit is defined.
v0.3.2
SignalTables v0.3.2
- 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
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.