From 5ae68873516026623b3292bf13e116d5f74108a0 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 2 Aug 2012 12:47:02 -0400 Subject: [PATCH] Updated release notes for 0.4.3. --- docs/source/releasenotes/notes_0.4.3.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/source/releasenotes/notes_0.4.3.rst b/docs/source/releasenotes/notes_0.4.3.rst index 2391d44688..9899270709 100644 --- a/docs/source/releasenotes/notes_0.4.3.rst +++ b/docs/source/releasenotes/notes_0.4.3.rst @@ -21,6 +21,10 @@ the problem at hand (mostly on the number of nuclides in the problem). New Features ------------ +- Rotation and translation for filled cells. +- Ability to store state points and use them to restart runs. +- Fixed source calculations (no subcritical multiplication however). +- Expanded options for external source distribution. - Ability to tally reaction rates for individual nuclides within a material. - Reduced memory usage by removing redundant storage or some cross-sections. - 3bd35b_: Log-log interpolation for URR probability tables. @@ -30,8 +34,18 @@ New Features Bug Fixes --------- +- 3c6e80_: Fixed writing tallies with no filters. +- 460ef1_: Invalid results for duplicate tallies. +- 0069d5_: Fixed bug with 0 inactive batches. +- 7af2cf_: Fixed bug in score_analog_tallies. +- 85a60e_: Pick closest angular distribution for law 61. - 3212f5_: Fixed issue with blank line at beginning of XML files. .. _nelsonag: https://github.com/nelsonag +.. _3c6e80: https://github.com/mit-crpg/openmc/commit/3c6e80 .. _3bd35b: https://github.com/mit-crpg/openmc/commit/3bd35b +.. _0069d5: https://github.com/mit-crpg/openmc/commit/0069d5 +.. _7af2cf: https://github.com/mit-crpg/openmc/commit/7af2cf +.. _460ef1: https://github.com/mit-crpg/openmc/commit/460ef1 +.. _85a60e: https://github.com/mit-crpg/openmc/commit/85a60e .. _3212f5: https://github.com/mit-crpg/openmc/commit/3212f5