Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPPPY-0_1_8 release back to master #36

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 37 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
2024-01-09 Mathew Cleveland <[email protected]>
* OPPPY minor release:
+ OPPPY-0_1_8

* Current dependencies:
+ Python 3.X
+ numpy
+ scipy
+ matplotlib
+ h5py
+ sphinx (to build documentation)

* Summary of changes:
+ Added h5py to the test dependencies
+ Update testing
+ Remove unsupported test.support usage
+ Add sanity checks for interactive testing
+ Add Golds for test_output, test_dump_utils, and test_tally
+ Add SHOW_PLOTS test environment variables to hide plots during testing
+ Add Parallel Parsing for outputs, tallies, and dumps (can be disabled using
OPPPY_USE_THREADS=False environment variable)
+ Add log scale support for 2d contour plots

* Corrected defects:
+ Improve testing robustness
+ Support log scale 2D plotting

* New Features:
+ Parallel parsing (can be disabled with OPPPY_USE_THREADS=False environment variable)

* 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


2023-03-021 Mathew Cleveland <[email protected]>
* OPPPY minor release:
+ OPPPY-0_1_10
+ OPPPY-0_1_7

* Current dependencies:
+ Python 3.X
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.7'
__data__ = '20230321'
__version__ = '0.1.8'
__data__ = '20240109'
Loading