From 7d1aaa4bafcafe0c12aad189ee5e402311e622e0 Mon Sep 17 00:00:00 2001 From: Cleveland Date: Mon, 5 Feb 2024 07:50:30 -0700 Subject: [PATCH] update change log and version --- ChangeLog | 29 +++++++++++++++++++++++++++++ opppy/version.py | 4 ++-- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ff4461d..dd8c5e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2024-02-05 Mathew Cleveland + * OPPPY minor release: + + OPPPY-0_1_10 + + * Current dependencies: + + Python 3.X + + numpy + + scipy + + matplotlib + + h5py + + sphinx (to build documentation) + + multiprocess (for non-linux builds, multiprocessing for linux) + + * Summary of changes: + + Thread support for interactive parser + + * Corrected defects: + + Allow threads in the interactive parser via the build_data_list calls + + * New Features: + + Threaded interactive data parsing + + * 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 + + + 2024-02-02 Mathew Cleveland * OPPPY minor release: + OPPPY-0_1_9 diff --git a/opppy/version.py b/opppy/version.py index 43d8ddf..781531e 100644 --- a/opppy/version.py +++ b/opppy/version.py @@ -1,3 +1,3 @@ # Current OPPPY Version -__version__ = '0.1.9' -__data__ = '20240202' +__version__ = '0.1.10' +__data__ = '20240205'