-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
136 lines (99 loc) · 3.25 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
Version 0.7.0
* transformLayeredData can take now arbitrary separator
* transformLayeredData now works on variable names that contain the separator multiple times
Version 0.6.9
* output filenames vector named by output ids
* enhance functions to return penalty values when parameters outside boundaries
Version 0.6.8
* get output filenames
* automatic facets for layered data plots
* methods to fetch SimComponent list and SimVariabes documentation from Website
Version 0.6.7
* fixed creation of solution stubs from data
* updated documentation
Version 0.6.6
* renamed functions for creating solution stubs from data
* improved variable creation for code stubs
Version 0.6.5
* Create resource and interface stubs from CSV or XML file structure
Version 0.6.4
* removed resultToDataFrameExpanded as one can use resultToDataframe from simplace package
* functions to add CSV outputs, change output type from memory to csv and vice versa
Version 0.6.3
* replacement of variables is more strict
Version 0.6.2
* small bugfix when creating solution outputs
Version 0.6.1
* improved vignette
Version 0.6.0
* first draft of a vignette
Version 0.5.2
* bugfix in shiny app when no standard installation dir found
Version 0.5.1
* function to add timing elements to a solution
Version 0.5.0
* function to create XML and Java code stubs from variables table
Version 0.4.4
* preserve DOCTYPE of sol.xml
* units and description are optional for user variables
Version 0.4.3
* variable and input values can be arrays
* bugfix in description modifications
Version 0.4.2
* modification are recorded in the description tag
* added function to swap sim components
Version 0.4.1
* added functions to set input values of a solution
Version 0.4.0
* added functions to modify a solution
Version 0.3.5
* avoid errors during plots when switching output
Version 0.3.4
* include CSV outputs for display / plot (if files exist)
Version 0.3.3
* plot multiple simulation ids
* check if layered values exist before layer plot
Version 0.3.2
* updated documentation
Version 0.3.1
* get correct neighbourhood for multiple components
* option to take the union or intersection of neighbourhoods
Version 0.3.0
* multiple select of components for graphs
* highlight selected components
* fix filtering of links table
Version 0.2.2
* improvements and corrections to plot outputs from csv
Version 0.2.1
* use ggplot2 for plots
* refactored code
Version 0.2.0
* add interfaces to component and link dataframes
* optionally display components in graph
* plot multiple variabel into one diagram
* add help panel to shiny app
Version 0.1.2
* select date range for plots
* plot array values as filled contour
Version 0.1.1
* use also array values from memory output
Version 0.1.0
* show plots of memory results
* changed status to beta version
Version 0.0.6
* enhanced display of solution graphs (linking from and to panel)
Version 0.0.5
* display memory output also when running project
* smaller bugfixes
Version 0.0.4
* create & run simulation when memory output exists
* display memory output
* filter graph by components
* sortable, paged tables
Version 0.0.3
* set simplace folders and run simulations
* display component and link table
Version 0.0.2
* add experimental shiny app
Version 0.0.1
* alpha version, proof of concept