Skip to content

Commit

Permalink
update change log and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleveland committed Feb 5, 2024
1 parent cacaf79 commit 7d1aaa4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
2024-02-05 Mathew Cleveland <[email protected]>
* 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 <[email protected]>
* OPPPY minor release:
+ OPPPY-0_1_9
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.9'
__data__ = '20240202'
__version__ = '0.1.10'
__data__ = '20240205'

0 comments on commit 7d1aaa4

Please sign in to comment.