From f97d9d2a2d7724abceb1519bf4200caa76592a5f Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 25 Mar 2021 13:24:49 -0500 Subject: [PATCH] Fix release notes for 0.12.1 --- docs/source/releasenotes/0.12.1.rst | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/docs/source/releasenotes/0.12.1.rst b/docs/source/releasenotes/0.12.1.rst index d8f67cf3384..17ee1fb3679 100644 --- a/docs/source/releasenotes/0.12.1.rst +++ b/docs/source/releasenotes/0.12.1.rst @@ -8,18 +8,11 @@ What's New in 0.12.1 Summary ------- -This release of OpenMC includes an assortment of new features and many bug fixes. -In particular, the :mod:`openmc.deplete` module has been heavily tested which -has resulted in a number of usability improvements, bug fixes, and other -enhancements. Energy deposition calculations, particularly for coupled -neutron-photon simulations, have been improved as well. - -Improvements in modeling capabilities continue to be added to the code, -including the ability to rotate surfaces in the Python API, several new -"composite" surfaces, a variety of new methods on :class:`openmc.Material`, -unstructured mesh tallies that leverage the existing DAGMC infrastructure, -effective dose coefficients from ICRP-116, and a new cell instance tally -filter. +This release of OpenMC includes an assortment of new features and many bug +fixes. The :mod:`openmc.deplete` module incorporates a number of improvements in +usability, accuracy, and performance. Other enhancements include generalized +rotational periodic boundary conditions, expanded source modeling capabilities, +and a capability to generate windowed multipole library files from ENDF files. ------------ New Features