forked from lanl/OPPPY
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
83 lines (64 loc) · 2.23 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
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.