Skip to content

Commit

Permalink
Update changelog and version number in prerpation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleveland committed Jan 9, 2024
1 parent e852606 commit f977101
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 3 deletions.
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'

0 comments on commit f977101

Please sign in to comment.