Skip to content

Commit

Permalink
Merge pull request #7 from clevelam/opppy-0_1_3
Browse files Browse the repository at this point in the history
Update version and change log for opppy-0_1_3
  • Loading branch information
clevelam authored Jun 3, 2020
2 parents e006e8a + ae8ebc6 commit 0cce329
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
2020-06-03 Mathew Cleveland <cleveland@lanl.gov>
* 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 <cleveland@lanl.gov>
* OPPPY minor release:
+ OPPPY-0_1_2
Expand Down
4 changes: 2 additions & 2 deletions opppy/version.py
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'

0 comments on commit 0cce329

Please sign in to comment.