-
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.
Merge pull request #7 from clevelam/opppy-0_1_3
Update version and change log for opppy-0_1_3
- Loading branch information
Showing
2 changed files
with
32 additions
and
2 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,33 @@ | ||
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 | ||
|
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,3 @@ | ||
# Current OPPPY Version | ||
__version__ = '0.1.2' | ||
__data__ = '20191219' | ||
__version__ = '0.1.3' | ||
__data__ = '20200603' |