forked from lanl/OPPPY
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
29 lines (23 loc) · 807 Bytes
/
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
2019-02-2019 Mathew Cleveland <cleveland@lanl.gov>
* 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.