From 29b34a563318c0e17e04f3af2a01259db25ad902 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 30 Jun 2014 23:34:26 -0400 Subject: [PATCH] Added release notes for 0.6.0. --- docs/source/releasenotes/index.rst | 1 + docs/source/releasenotes/notes_0.6.0.rst | 59 ++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 docs/source/releasenotes/notes_0.6.0.rst diff --git a/docs/source/releasenotes/index.rst b/docs/source/releasenotes/index.rst index d649b1403a..b40126b243 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.6.0 notes_0.5.4 notes_0.5.3 notes_0.5.2 diff --git a/docs/source/releasenotes/notes_0.6.0.rst b/docs/source/releasenotes/notes_0.6.0.rst new file mode 100644 index 0000000000..3f98c461dd --- /dev/null +++ b/docs/source/releasenotes/notes_0.6.0.rst @@ -0,0 +1,59 @@ +.. _notes_0.6.0: + +============================== +Release Notes for OpenMC 0.6.0 +============================== + +------------------- +System Requirements +------------------- + +There are no special requirements for running the OpenMC code. As of this +release, OpenMC has been tested on a variety of Linux distributions, Mac OS X, +and Microsoft Windows 7. Memory requirements will vary depending on the size of +the problem at hand (mostly on the number of nuclides in the problem). + +------------ +New Features +------------ + +- Legendre and spherical harmonic expansion tally scores +- CMake is now default build system +- Regression test suite based on CTests and NNDC cross sections +- FoX is now a git submodule +- Support for older cross sections (e.g. MCNP 66c) +- Progress bar for plots +- Expanded support for natural elements via in settings.xml + +--------- +Bug Fixes +--------- + +- 41f7ca_: Fixed erroneous results from survival biasing +- 038736_: Fix tallies over void materials +- 46f9e8_: Check for negative values in probability tables +- d1ca35_: Fixed sampling of angular distribution +- 0291c0_: Fixed indexing error in plotting +- d7a7d0_: Fix bug with specifying xs attribute +- 85b3cb_: Fix out-of-bounds error with OpenMP threading + +.. _41f7ca: https://github.com/mit-crpg/openmc/commit/41f7ca +.. _038736: https://github.com/mit-crpg/openmc/commit/038736 +.. _46f9e8: https://github.com/mit-crpg/openmc/commit/46f9e8 +.. _d1ca35: https://github.com/mit-crpg/openmc/commit/d1ca35 +.. _0291c0: https://github.com/mit-crpg/openmc/commit/0291c0 +.. _d7a7d0: https://github.com/mit-crpg/openmc/commit/d7a7d0 +.. _85b3cb: https://github.com/mit-crpg/openmc/commit/85b3cb + +------------ +Contributors +------------ + +This release contains new contributions from the following people: + +- `Sterling Harper `_ +- `Bryan Herman `_ +- `Nick Horelik `_ +- `Adam Nelson `_ +- `Paul Romano `_ +- `Jon Walsh `_