Add release notes for 0.15.3 - #3644
Merged
Merged
Conversation
pshriwise
approved these changes
Nov 21, 2025
pshriwise
left a comment
Contributor
There was a problem hiding this comment.
Just comments here. Nothing blocking. Thanks for compiling the release notes @paulromano!
| groups : openmc.mgxs.EnergyGroups or str, optional | ||
| Energy group structure for the MGXS or the name of the group | ||
| structure (based on keys from openmc.mgxs.GROUP_STRUCTURES). | ||
| nparticles : int, optional |
Contributor
There was a problem hiding this comment.
n_particles is more in line with our naming conventions but we can leave that for the next version. Just noting it here.
jon-proximafusion
pushed a commit
to shimwell/openmc
that referenced
this pull request
Apr 13, 2026
apingegno
pushed a commit
to apingegno/openmc
that referenced
this pull request
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds release notes for the impending release of v0.15.3. It also contains a few small fixes:
Settings.weight_windows_fileto be set to None to reset itModel.convert_to_multigroupNote that I've included bullet points for two PRs that have yet to be merged but should be very soon (#3609, #3632)
Checklist
I have run clang-format (version 15) on any C++ source files (if applicable)I have added tests that prove my fix is effective or that my feature works (if applicable)