From 01183d0e29f40fa449c81d1db5574b8791751ae0 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 21 Jul 2020 16:31:52 -0500 Subject: [PATCH] Apply @amandalund suggestions from code review Co-authored-by: Amanda Lund --- docs/source/releasenotes/0.12.0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/releasenotes/0.12.0.rst b/docs/source/releasenotes/0.12.0.rst index c5917d7bcc..53f4dfaef4 100644 --- a/docs/source/releasenotes/0.12.0.rst +++ b/docs/source/releasenotes/0.12.0.rst @@ -8,7 +8,7 @@ What's New in 0.12.0 Summary ------- -This release of OpenMC includes an assorted of new features and many bug fixes. +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 @@ -67,7 +67,7 @@ New Features - A trigger can now be specified for a volume calculation via the :meth:`openmc.VolumeCalculation.set_trigger` method. - The :class:`openmc.stats.SphericalIndependent` and - :class:`openmc.stats.CylindricalIndependent` classes allows a user to + :class:`openmc.stats.CylindricalIndependent` classes allow a user to specify source distributions based on spherical or cylindrical coordinates. - Custom external source distributions can be used via the :attr:`openmc.Source.library` attribute.