From e23760b0264c66fb7bb373aa0596801e5209d920 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 19 Mar 2025 09:09:47 -0500 Subject: [PATCH] Add release notes for 0.15.2 (#3357) --- docs/source/releasenotes/0.15.2.rst | 20 ++++++++++++++++++++ docs/source/releasenotes/index.rst | 1 + 2 files changed, 21 insertions(+) create mode 100644 docs/source/releasenotes/0.15.2.rst diff --git a/docs/source/releasenotes/0.15.2.rst b/docs/source/releasenotes/0.15.2.rst new file mode 100644 index 0000000000..e72df37d38 --- /dev/null +++ b/docs/source/releasenotes/0.15.2.rst @@ -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 `_) +- Throw an error if a spherical harmonics order larger than 10 is provided. (`#3354 `_) +- Correcting the size of the displacement list in the SourceSite MPI interface object (`#3356 `_) diff --git a/docs/source/releasenotes/index.rst b/docs/source/releasenotes/index.rst index 2927cc458e..d24b83f9eb 100644 --- a/docs/source/releasenotes/index.rst +++ b/docs/source/releasenotes/index.rst @@ -7,6 +7,7 @@ Release Notes .. toctree:: :maxdepth: 1 + 0.15.2 0.15.1 0.15.0 0.14.0