Add release notes for 0.15.2 (#3357)

This commit is contained in:
Paul Romano 2025-03-19 09:09:47 -05:00 committed by GitHub
parent 18d9f97551
commit e23760b026
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,20 @@
====================
What's New in 0.15.2
====================
.. currentmodule:: openmc
-------
Summary
-------
This is a hotfix release to fix an MPI-related bug that was inadvertently
introduced in the prior release.
---------------------------
Bug Fixes and Small Changes
---------------------------
- Remove errant ``openmc.Settings.random_ray`` check and removed of not useful warning in MG mode (`#3344 <https://github.com/openmc-dev/openmc/pull/3344>`_)
- Throw an error if a spherical harmonics order larger than 10 is provided. (`#3354 <https://github.com/openmc-dev/openmc/pull/3354>`_)
- Correcting the size of the displacement list in the SourceSite MPI interface object (`#3356 <https://github.com/openmc-dev/openmc/pull/3356>`_)

View file

@ -7,6 +7,7 @@ Release Notes
.. toctree::
:maxdepth: 1
0.15.2
0.15.1
0.15.0
0.14.0