forked from lanl/OPPPY
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
173 lines (131 loc) · 4.69 KB
/
ChangeLog
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
2021-03-03 Mathew Cleveland <[email protected]>
* OPPPY minor release:
+ OPPPY-0_1_5
* Current dependencies:
+ Python 3.X
+ numpy
+ scipy
+ matplotlib
+ sphinx (to build documentation)
* Summary of changes:
+ Improve output parsing performance
+ Add github integration testing
+ Add github documentation hosting
* Corrected defects:
+ Improve output parsing performance by only checking for duplicates
when the current cycle time is less then or equal to the last parsed
cycle time
* New Features:
+ Github integration testing
+ Github documentation
* Known Defects:
+ Not all plotting features have been tested.
+ Only cycle and time data is ignored when listing plot options
+ Dictionary printing options should be fixed
2020-07-27 Mathew Cleveland <[email protected]>
* OPPPY minor release:
+ OPPPY-0_1_4
* Current dependencies:
+ Python 3.X
+ numpy
+ scipy
+ matplotlib
+ sphinx (to build documentation)
* Summary of changes:
+ Add improved 2d mesh plotting using mesh verticies
+ Add 2d contour line and contour map plotting
* Corrected defects:
+ Fix figure resolution option
* New Features:
+ Add support for 2d mesh plotting (using python polygon patches)
+ Add show mesh option for polygon patches
+ Add 2d contour line and contour map plotting
* Known Defects:
+ Not all plotting features have been tested.
+ Only cycle and time data is ignored when listing plot options
+ Dictionary printing options should be fixed
2020-06-03 Mathew Cleveland <[email protected]>
* OPPPY minor release:
+ OPPPY-0_1_3
* Current dependencies:
+ Python 3.X
+ numpy
+ scipy
+ matplotlib
+ sphinx (to build documentation)
* Summary of changes:
+ Fix case_file plotting issues and change 2D color map
* Corrected defects:
+ Fix case file plotting issues in 1D and 3D for interactive plotting
+ Fix value range in 2D and 3D plots
+ Change the default color map pallet to 'jet'
* New Features:
+ Case file plotting is now supported in 1D and 3D
* Known Defects:
+ Not all plotting features have been tested.
+ Only cycle and time data is ignored when listing plot options
+ Dictionary printing options should be fixed
2019-12-19 Mathew Cleveland <[email protected]>
* OPPPY minor release:
+ OPPPY-0_1_2
* Current dependencies:
+ Python 3.X
+ numpy
+ scipy
+ matplotlib
+ sphinx (to build documentation)
* Summary of changes:
+ Fix minor plotting/parsing issues and add multiple dictionary scaling
* Corrected defects:
+ Fix y_limits
+ fix data append to ignore cycles with empty time dictionaries
* New Features:
+ It is now possible to scale multiple dictionaries with different scale values
* Known Defects:
+ Not all plotting features have been tested.
+ Only cycle and time data is ignored when listing plot options
+ Dictionary printing options should be fixed
2019-09-19 Mathew Cleveland <[email protected]>
* OPPPY minor release:
+ OPPPY-0_1_1
* Current dependencies:
+ Python 3.X
+ numpy
+ scipy
+ matplotlib
+ sphinx (to build documentation)
* Summary of changes:
+ Fix save data spacing
* Corrected defects:
+ Fix save data spacing
* New Features:
+ None
* Known Defects:
+ Not all plotting features have been tested.
+ Only cycle and time data is ignored when listing plot options
+ Dictionary printing options should be fixed
+ y_limit plotting is broken
+ Need the ability to scale individual dictionary data
2019-08-19 Mathew Cleveland <[email protected]>
* OPPPY major release:
+ OPPPY-0_1_0
* Current dependencies:
+ Python 3.X
+ numpy
+ scipy
+ matplotlib
+ sphinx (to build documentation)
* Summary of changes:
+ Initial project population
+ Initial output and dump parsing, plotting, and pickling tools
+ Initial testing dir and basic function tests are included
+ Simple example parsers are include in the test source dir
* Corrected defects:
+ N/A
* New Features:
+ Output dictionary construction
+ Output dictionary plotting
+ Dump dictionary construction
+ Dump dictionary plotting
* Known Defects:
+ Not all plotting features have been tested.