Skip to content

Commit 4a0008f

Browse files
committed
Prepare version 0.2.0
1 parent 5c3ab2e commit 4a0008f

13 files changed

+5
-264
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SignalTables"
22
uuid = "3201582d-3078-4276-ba5d-0a1254d79d7c"
33
authors = ["Martin.Otter@dlr.de <Martin.Otter@dlr.de>"]
4-
version = "0.2.0-dev"
4+
version = "0.2.0"
55

66
[deps]
77
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

docs/src/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ are different to the Python 2.x version.
187187

188188
## Release Notes
189189

190-
### Version 0.2.0-dev
190+
### Version 0.2.0
191191

192192
Version, based on [ModiaResult.jl](https://github.com/ModiaSim/ModiaResult.jl).
193193
Changes with respect to ModiaResult.jl:
@@ -203,6 +203,7 @@ Underlying data format made much simpler, more general and more useful:
203203
- A new function to *flatten* and convert a signal array for use in plots or traditional tables.
204204
- Since signals are arrays, all the Julia array operations can be directly used,
205205
e.g. for post-processing of simulation results.
206+
- write/save on JSON and JDL (HDF5) files.
206207

207208
Furthermore
208209

@@ -212,7 +213,7 @@ Furthermore
212213

213214
### Version 0.1.0
214215

215-
Initial version.
216+
Initial version used for registration.
216217

217218

218219
## Main developer

examples/plots/_include_all.jl

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,3 @@ include("OneMatrixSignalWithMatrixUnits.jl")
77
include("ConstantSignals.jl")
88
include("MissingValues.jl")
99
include("VariousTypes.jl")
10-
11-
#=
12-
include("LinePlots/test_06_OneScalarMeasurementSignal.jl")
13-
include("LinePlots/test_07_OneScalarMeasurementSignalWithUnit.jl")
14-
=#
15-
16-
#=
17-
include("LinePlots/test_20_SeveralSignalsInOneDiagram.jl")
18-
include("LinePlots/test_21_VectorOfPlots.jl")
19-
include("LinePlots/test_22_MatrixOfPlots.jl")
20-
include("LinePlots/test_23_MatrixOfPlotsWithTimeLabelsInLastRow.jl")
21-
include("LinePlots/test_24_Reuse.jl")
22-
include("LinePlots/test_25_SeveralFigures.jl")
23-
include("LinePlots/test_26_TooManyLegends.jl")
24-
25-
#=
26-
include("LinePlots/test_51_OneScalarMonteCarloMeasurementsSignal.jl")
27-
include("LinePlots/test_52_MonteCarloMeasurementsWithDistributions.jl")
28-
29-
# include("test_71_Tables_Rotational_First.jl") # deactivated, because "using CSV"
30-
include("test_72_ResultDictWithMatrixOfPlots.jl")
31-
32-
include("test_80_Warnings.jl")
33-
include("test_81_SaveFigure.jl")
34-
include("test_82_AllExportedFunctions.jl")
35-
=#
36-
37-
38-
# include("test_90_CompareOneScalarSignal.jl")
39-
# include("test_91_CompareOneScalarSignalWithUnit.jl")
40-
=#

test/LinePlots/test_01_OneScalarSignal.jl

Lines changed: 0 additions & 19 deletions
This file was deleted.

test/LinePlots/test_02_OneScalarSignalWithUnit.jl

Lines changed: 0 additions & 18 deletions
This file was deleted.

test/LinePlots/test_03_OneVectorSignalWithUnit.jl

Lines changed: 0 additions & 18 deletions
This file was deleted.

test/LinePlots/test_04_ConstantSignalsWithUnit.jl

Lines changed: 0 additions & 25 deletions
This file was deleted.

test/LinePlots/test_05_ArraySignalsWithUnit.jl

Lines changed: 0 additions & 26 deletions
This file was deleted.

test/LinePlots/test_70_MissingValues.jl

Lines changed: 0 additions & 40 deletions
This file was deleted.

test/SignalTable1.jl

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)