Releases: fispact/pypact
Releases · fispact/pypact
1.3.7
1.3.6
release-1.3.5
Added a name and zai property to Nuclide for convenience.
Instead of:
name = f"{nuc.element}{nuc.isotope}{nuc.state}"
we can now do:
name = nuc.name
release-1.3.4
Fix to fispactconverter tool.
release-1.3.3
Fixes with extra features:
- Group convert (similar implementation to FISPACT-II with some improvements)
- Read volumetric gamma production rates
- Added a simple library of 60+ precooked spectra (fission + fusion) based on FISPACT-II website.
Pypact-1.3.2
Added Printlib4 and Printlib5 readers.
Small bug fixes to gamma spec from version 1.3.1
Pypact-1.3.1
Latest release which includes gamma spectrum parser, atoms column added to parser, and legacy input file manipulation.
Pypact-1.2.0
New API makes it easier to use pypact.
It used to be like this
from pypact.reader import Reader
output = Reader()("output_file.out")
...
Now it is simpler with
import pypact as pp
with pp.Reader("output_file.out"):
...
Pypact-1.1.1
The first official release, version 1.1.1