From ae8ebc639aaa564cbe902db2380b4a79978963ee Mon Sep 17 00:00:00 2001 From: Cleveland Date: Wed, 3 Jun 2020 07:22:44 -0600 Subject: [PATCH] Update version and change log for opppy-0_1_3 --- ChangeLog | 30 ++++++++++++++++++++++++++++++ opppy/version.py | 4 ++-- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 898b113..e61a86e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2020-06-03 Mathew Cleveland + * 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 * OPPPY minor release: + OPPPY-0_1_2 diff --git a/opppy/version.py b/opppy/version.py index d6aa40c..0653f51 100644 --- a/opppy/version.py +++ b/opppy/version.py @@ -1,3 +1,3 @@ # Current OPPPY Version -__version__ = '0.1.2' -__data__ = '20191219' +__version__ = '0.1.3' +__data__ = '20200603'