Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/source/releasenotes/0.15.2.rst
Original file line number Diff line number Diff line change
@@ -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>`_)
1 change: 1 addition & 0 deletions docs/source/releasenotes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Release Notes
.. toctree::
:maxdepth: 1

0.15.2
0.15.1
0.15.0
0.14.0
Expand Down