Skip to content

Releases: fusion-energy/spectrum_plotter

v0.2.3

03 Mar 19:38
d49e7cd
Compare
Choose a tag to compare

What's Changed

  • using docker image that has openmc installed by @shimwell in #25
  • fixed plotly with no error, fixed matplotlib legends by @py1sl in #23

New Contributors

  • @py1sl made their first contribution in #23

Full Changelog: v0.2.2...v0.2.3

v0.2.2

26 Jan 14:16
be3df22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

17 Nov 21:28
4048898
Compare
Choose a tag to compare

What's Changed

  • updated to work with openmc tally unit converter 0.5.2 by @shimwell in #19

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Nov 21:45
ad63153
Compare
Choose a tag to compare

What's Changed

  • changed openmc post processor to openmc tally unit convertor by @shimwell in #18

Full Changelog: v0.1.3...v0.2.0

v0.1.3

03 Nov 17:36
4ae74f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

27 Oct 23:09
14ba415
Compare
Choose a tag to compare

What's Changed

  • Able to plot tallies when no standard deviation is avaialbe (batches=1 in simulation) by @shimwell in #10

Full Changelog: v0.1.1...v0.1.2

v0.1.1

27 Oct 16:25
936e295
Compare
Choose a tag to compare

Added ability to convert units of X and Y axis

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 Oct 22:16
d4c9089
Compare
Choose a tag to compare

openmc tally objects can be passed in as the input spectra.

v0.0.3

24 Oct 18:16
e12b052
Compare
Choose a tag to compare

Adds the option to plot the graph with Plotly (in addition to Matplotlib). Plotly offers a drop down menu to change the axis scales.

v0.0.2

23 Oct 18:45
33c0ed5
Compare
Choose a tag to compare

fixed bug that removed leading zeros from y data
refactored to share common code between plot_spectrum and plot_spectra