From 2e45b2f57797bf675e64ae413b5593b6ebb5b724 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Sat, 19 Oct 2013 11:21:20 -0400 Subject: [PATCH] Update release notes and conf.py. --- docs/source/conf.py | 2 +- docs/source/releasenotes/index.rst | 1 + docs/source/releasenotes/notes_0.5.3.rst | 18 +++++++++++++----- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f3553c33e1..8752b48986 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,7 +48,7 @@ copyright = u'2011-2013, Massachusetts Institute of Technology' # The short X.Y version. version = "0.5" # The full version, including alpha/beta/rc tags. -release = "0.5.2" +release = "0.5.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/releasenotes/index.rst b/docs/source/releasenotes/index.rst index 876d953ff8..9164fa5943 100644 --- a/docs/source/releasenotes/index.rst +++ b/docs/source/releasenotes/index.rst @@ -10,6 +10,7 @@ bugs fixed, and known issues for each successive release. .. toctree:: :maxdepth: 1 + notes_0.5.3 notes_0.5.2 notes_0.5.1 notes_0.5.0 diff --git a/docs/source/releasenotes/notes_0.5.3.rst b/docs/source/releasenotes/notes_0.5.3.rst index fb7b1aa79a..c9c7aee38d 100644 --- a/docs/source/releasenotes/notes_0.5.3.rst +++ b/docs/source/releasenotes/notes_0.5.3.rst @@ -21,12 +21,20 @@ the problem at hand (mostly on the number of nuclides in the problem). New Features ------------ -- Special run mode --tallies removed. +- Output interface enhanced to allow multiple files handles to be opened +- Particle restart file linked to output interface - Particle restarts and state point restarts are both identified with the -r command line flag. -- New regression test suite. -- All memory leaks fixed. -- Shared-memory parallelism with OpenMP. +- Particle instance no longer global, passed to all physics routines +- Physics routines refactored to rely less on global memory, more arguments + passed in +- CMFD routines refactored and now can compute dominance ratio on the fly +- PETSc 3.4.2 or higher must be used and compiled with fortran datatype support +- Memory leaks fixed except for ones from xml-fortran package +- Test suite enhanced to test output with different compiler options +- Description of OpenMC development workflow added +- OpenMP shared-memory parallelism added +- Special run mode --tallies removed. --------- Bug Fixes @@ -35,7 +43,7 @@ Bug Fixes - 2b1e8a_: Normalize direction vector after reflecting particle. - 5853d2_: Set blank default for cross section listing alias. - e178c7_: Fix infinite loop with words greater than 80 characters in write_message. -- c18a6e_: Chcek for valid secondary mode on S(a,b) tables. +- c18a6e_: Check for valid secondary mode on S(a,b) tables. - 82c456_: Fix bug where last process could have zero particles. .. _2b1e8a: https://github.com/mit-crpg/openmc/commit/2b1e8a