-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update change log for opppy-0_1_5 release
- Loading branch information
Mathew Cleveland
committed
Mar 3, 2021
1 parent
b3ae170
commit 7220106
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,34 @@ | ||
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 | ||
|