Add bug fix to release notes.

This commit is contained in:
Paul Romano 2012-11-23 13:02:27 -05:00
parent c0e3ec9311
commit 648eba8ccd
2 changed files with 8 additions and 1 deletions

View file

@ -10,6 +10,7 @@ bugs fixed, and known issues for each successive release.
.. toctree::
:maxdepth: 1
notes_0.5.0
notes_0.4.4
notes_0.4.3
notes_0.4.2

View file

@ -4,6 +4,10 @@
Release Notes for OpenMC 0.5.0
==============================
.. note::
These release notes are for an upcoming release of OpenMC and are still
subject to change.
-------------------
System Requirements
-------------------
@ -19,7 +23,7 @@ New Features
- Added 'events' score that returns number of events that scored to a tally.
- Restructured tally filter implementation and user input.
- Source convergence acceleration via CMFD (implemented with PETSC).
- Source convergence acceleration via CMFD (implemented with PETSc).
- Ability to read source files in parallel when number of particles is greater
than that number of source sites.
- Cone surface types.
@ -28,9 +32,11 @@ New Features
Bug Fixes
---------
- c0e3ec_: Prevent underflow when compiling with MPI=yes and DEBUG=yes.
- 6f8d9d_: Set default tally labels.
- 6a3a5e_: Fix problem with corner-crossing in lattices.
.. _c0e3ec: https://github.com/mit-crpg/openmc/commit/c0e3ec
.. _6f8d9d: https://github.com/mit-crpg/openmc/commit/6f8d9d
.. _6a3a5e: https://github.com/mit-crpg/openmc/commit/6a3a5e