From 00af4442f24c9f744c033af44d9834677d2b7b99 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 2 Oct 2014 21:15:45 -0400 Subject: [PATCH] Update release notes with latest bug fix. --- docs/source/releasenotes/notes_0.6.1.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/releasenotes/notes_0.6.1.rst b/docs/source/releasenotes/notes_0.6.1.rst index b0651a8629..71852bd174 100644 --- a/docs/source/releasenotes/notes_0.6.1.rst +++ b/docs/source/releasenotes/notes_0.6.1.rst @@ -17,7 +17,7 @@ the problem at hand (mostly on the number of nuclides in the problem). New Features ------------ -- Coarse mesh finite difference acceleration no longer requires PETSc +- Coarse mesh finite difference (CMFD) acceleration no longer requires PETSc - Statepoint file numbering is now zero-padded - Python scripts now compatible with Python 2 or 3 - Ability to run particle restarts in fixed source calculations @@ -38,6 +38,7 @@ Bug Fixes - 01178b_: Fix metastables nuclides in NNDC cross_sections.xml file - 62ec43_: Don't read tallies.xml when OpenMC is run in plotting mode - 2a95ef_: Prevent segmentation fault on "current" score without mesh filter +- 93e482_: Check for negative values in probability tables .. _03e890: https://github.com/mit-crpg/openmc/commit/03e890 .. _4439de: https://github.com/mit-crpg/openmc/commit/4439de @@ -48,6 +49,7 @@ Bug Fixes .. _01178b: https://github.com/mit-crpg/openmc/commit/01178b .. _62ec43: https://github.com/mit-crpg/openmc/commit/62ec43 .. _2a95ef: https://github.com/mit-crpg/openmc/commit/2a95ef +.. _93e482: https://github.com/mit-crpg/openmc/commit/93e482 ------------ Contributors