Skip to content

Releases: fispact/pypact

1.3.8

Choose a tag to compare

@thomasms thomasms released this 19 Nov 20:20

What's Changed

New Contributors

Full Changelog: 1.3.7...1.3.8

1.3.7

Choose a tag to compare

@thomasms thomasms released this 01 Nov 20:31

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

Choose a tag to compare

@thomasms thomasms released this 28 Sep 18:15
b0bcd7d

Small fixes.

release-1.3.5

Choose a tag to compare

@thomasms thomasms released this 03 Mar 19:15

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

Choose a tag to compare

@thomasms thomasms released this 06 Jan 20:07

Fix to fispactconverter tool.

release-1.3.3

Choose a tag to compare

@thomasms thomasms released this 06 Nov 21:20

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

Choose a tag to compare

@thomasms thomasms released this 12 Aug 08:29

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

Pypact-1.3.1

Choose a tag to compare

@thomasms thomasms released this 16 Jan 08:15
6ba3772

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

Pypact-1.2.0

Choose a tag to compare

@thomasms thomasms released this 03 Apr 08:57

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

Choose a tag to compare

@thomasms thomasms released this 28 Feb 09:18
d84d17e

The first official release, version 1.1.1