Releases: fispact/pypact
Releases · fispact/pypact
1.3.8
What's Changed
- Update nuclide.py by @DaanTBE in #54
- CI: Bump python versions on CI to more modern versions by @thomasms in #58
- added mass reading and test by @shimwell in #57
- adding density keyword reading from input file by @shimwell in #59
- added _irradschedule reading from input file by @shimwell in #60
- not adding 0,0 values to irradschedule by @shimwell in #63
New Contributors
Full Changelog: 1.3.7...1.3.8
1.3.7
What's Changed
- Lineplotter attr custom resolving issue #46 by @PeBoch in #47
- Bug metastable plotting by @PeBoch in #49
- Fix plot example in README and fix GitHub actions by @thomasms in #52
- Update README ready for latest release by @thomasms in #53
New Contributors
- @PeBoch made their first contribution in #47
Full Changelog: 1.3.6...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.namerelease-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