Skip to content

Releases: fispact/pypact

1.3.7

01 Nov 20:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.6...1.3.7

1.3.6

28 Sep 18:15
b0bcd7d
Compare
Choose a tag to compare

Small fixes.

release-1.3.5

03 Mar 19:15
Compare
Choose a tag to compare

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

06 Jan 20:07
Compare
Choose a tag to compare

Fix to fispactconverter tool.

release-1.3.3

06 Nov 21:20
Compare
Choose a tag to compare

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

12 Aug 08:29
Compare
Choose a tag to compare

Added Printlib4 and Printlib5 readers.
Small bug fixes to gamma spec from version 1.3.1

Pypact-1.3.1

16 Jan 08:15
6ba3772
Compare
Choose a tag to compare

Latest release which includes gamma spectrum parser, atoms column added to parser, and legacy input file manipulation.

Pypact-1.2.0

03 Apr 08:57
Compare
Choose a tag to compare

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

28 Feb 09:18
d84d17e
Compare
Choose a tag to compare

The first official release, version 1.1.1