Skip to content

Releases: openmc-dev/plotter

v0.4.0

31 Jan 16:50
0eab78d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.4.0

v0.3.2

14 Dec 20:13
431fe5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

31 Mar 18:45
eeec020
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

31 Mar 17:23
6335d95
Compare
Choose a tag to compare

What's Changed

  • Update GitHub actions for publishing to PyPI by @paulromano in #73
  • Fix filter bin selection performance bug by @pshriwise in #74
  • Allow execution from a different directotry by @pshriwise in #75
  • Adding option to ignore the plot_settings.pkl file by @pshriwise in #76
  • Adding support for viewing distribcell tallies by @pshriwise in #87
  • Support for CellInstanceFilter by @paulromano in #88
  • Improve performance of distribcell/cell instance tally plotting by @paulromano in #89
  • Avoid image generation on load. by @pshriwise in #90
  • Save "Enable Overlap Coloring" settings in edit tab by @kkiesling in #93
  • ignore plot_settings.pkl file if model is changed by @kkiesling in #94
  • Adding option to set number of threads when opening the plotter by @pshriwise in #97
  • Adding version option to the plotter entry point by @pshriwise in #98
  • Material info on right click by @kkiesling in #100
  • Separate model view from view settings for more reliable reload by @kkiesling in #99
  • Moving the llc,urc paramaters to the ViewParams class by @pshriwise in #110
  • v0.3.0 release by @kkiesling in #112

New Contributors

Full Changelog: v0.2.0...v0.3.0

OpenMC Plotter 0.2.0

03 Mar 18:46
807d969
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

OpenMC Plotter 0.1.1

25 Jun 12:52
bf03181
Compare
Choose a tag to compare

First official release of the OpenMC plotting application.

Features

Please see this version's README for the initial set of supported features.

Contributors