-
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.
Co-authored-by: Cleveland <[email protected]>
- Loading branch information
Showing
2 changed files
with
31 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,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 | ||
|
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.9' | ||
__data__ = '20240202' | ||
__version__ = '0.1.10' | ||
__data__ = '20240205' |