v1.3.0
This minor release is predominantly featuring the new automatic tally results plotting function:
- With the new
autoplot_tally_outputargument forparse_tally_output_file()andparse_all_tally_output_in_dir()(and itsautoplot_all_tally_output_in_dirargument), plots of standard tally results can be automatically generated and saved as PDFs.- For example plots, see example/product.pdf and test/test_tally_plots.pdf
- The seaborn package has been added as a requirement since it is used for this new plotting functionality.
- Support for this functionality is available in the CLI and GUI interfaces as well.
Some additional minor bugfixes have also been implemented. The most significant of these are:
- Previously, special extra columns for [T-Deposit2] and [T-Interact] with axis=act were missing from the created Pandas DataFrame. This has been rectified. (The data was always correctly written to the Numpy array used for constructing the DataFrame.)
- Additional flags have been put in place to catch instances of axis=dchain for [T-Yield] and [T-Track].
- Fixed issue with reading [T-Yield] outputs with 2D axis values.