mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Add release notes for 0.15.2 (#3357)
This commit is contained in:
parent
18d9f97551
commit
e23760b026
2 changed files with 21 additions and 0 deletions
20
docs/source/releasenotes/0.15.2.rst
Normal file
20
docs/source/releasenotes/0.15.2.rst
Normal 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>`_)
|
||||
|
|
@ -7,6 +7,7 @@ Release Notes
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
0.15.2
|
||||
0.15.1
|
||||
0.15.0
|
||||
0.14.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue