Releases: openmc-dev/plotter
Releases · openmc-dev/plotter
v0.5.0
What's Changed
- added conda install cmd by @shimwell in #133
- Generalize mesh tally plotting by @paulromano in #134
- Immediate updates to score selection for tally plotting by @paulromano in #135
- Improve performance for large models with DomainViewDict by @paulromano in #138
- Replace Colorbar.draw_all with Figure.draw_without_rendering by @paulromano in #141
- Update action for uploading to PyPI by @paulromano in #142
- Add checkbox for reversing colormap by @paulromano in #137
- Fix cell/material tab in color options dialog by @paulromano in #143
- Fix handling of relative error for mesh tallies by @paulromano in #144
- Allow user to change default resolution from command line by @paulromano in #140
- Casting input value to setData to a CheckState for correct comparison by @pshriwise in #149
- Make items in filter list auto tristate by @paulromano in #150
- Prevent potential issue with shortcutOverlay not being recognized by @paulromano in #151
- Adding nascent source site plot capability. by @pshriwise in #131
- Fixes for DomainTableModel by @pshriwise in #159
- Add an CML option to clear the application cache by @pshriwise in #160
- Mesh annotations by @pshriwise in #153
- Use faster algorithm for generating contours by @paulromano in #161
- Move from setup.py to pyproject.toml by @paulromano in #166
- Ability to show outlines by cell or material independent of "Color by" by @paulromano in #167
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.2
What's Changed
- Fix EnergyFunctionFilter bin selection by @paulromano in #114
- Support opening single model XML files by @paulromano in #115
- Use trusted publishing for PyPI releases by @paulromano in #116
- Update github action versions used in python-publish.yml by @shimwell in #117
- Batch mode by @pshriwise in #119
- Include puns colormaps by @SteSeg in #122
- Update use of obsolete features in Qt5 by @paulromano in #123
- Fix inconsistent model refresh threading by @johvincau in #126
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Fix long description and bump version to 0.3.1 by @paulromano in #113
Full Changelog: v0.3.0...v0.3.1
v0.3.0
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.pklfile 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
- @kkiesling made their first contribution in #93
Full Changelog: v0.2.0...v0.3.0
OpenMC Plotter 0.2.0
What's Changed
- Ability to import properties (temperature/density) by @paulromano in #63
- Support 2D meshes, energy function filter by @paulromano in #64
- Removing unused matplotlib backend query. by @pshriwise in #65
- Adding screenshots to the README by @pshriwise in #68
- Remove unused import of is_pyqt5 by @paulromano in #66
- Remove superfluous install of OpenMC Python API during CI by @paulromano in #70
- v0.2.0 release by @pshriwise in #71
Full Changelog: v0.1.1...v0.2.0
OpenMC Plotter 0.1.1
First official release of the OpenMC plotting application.
Features
Please see this version's README for the initial set of supported features.