-
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.
Update changelog and version number in prerpation for release
- Loading branch information
Cleveland
committed
Jan 9, 2024
1 parent
e852606
commit f977101
Showing
2 changed files
with
39 additions
and
3 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,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 | ||
|
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.7' | ||
__data__ = '20230321' | ||
__version__ = '0.1.8' | ||
__data__ = '20240109' |