Skip to content

Commit e23760b

Browse files
authored
Add release notes for 0.15.2 (#3357)
1 parent 18d9f97 commit e23760b

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
====================
2+
What's New in 0.15.2
3+
====================
4+
5+
.. currentmodule:: openmc
6+
7+
-------
8+
Summary
9+
-------
10+
11+
This is a hotfix release to fix an MPI-related bug that was inadvertently
12+
introduced in the prior release.
13+
14+
---------------------------
15+
Bug Fixes and Small Changes
16+
---------------------------
17+
18+
- 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>`_)
19+
- Throw an error if a spherical harmonics order larger than 10 is provided. (`#3354 <https://github.com/openmc-dev/openmc/pull/3354>`_)
20+
- Correcting the size of the displacement list in the SourceSite MPI interface object (`#3356 <https://github.com/openmc-dev/openmc/pull/3356>`_)

docs/source/releasenotes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Release Notes
77
.. toctree::
88
:maxdepth: 1
99

10+
0.15.2
1011
0.15.1
1112
0.15.0
1213
0.14.0

0 commit comments

Comments
 (0)