Skip to content

Commit

Permalink
Incremented version number to 0.6.2 and added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano committed Feb 2, 2015
1 parent 4025e92 commit b7aed36
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# The short X.Y version.
version = "0.6"
# The full version, including alpha/beta/rc tags.
release = "0.6.1"
release = "0.6.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions docs/source/releasenotes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ bugs fixed, and known issues for each successive release.
.. toctree::
:maxdepth: 1

notes_0.6.2
notes_0.6.1
notes_0.6.0
notes_0.5.4
Expand Down
58 changes: 58 additions & 0 deletions docs/source/releasenotes/notes_0.6.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
.. _notes_0.6.2:

==============================
Release Notes for OpenMC 0.6.2
==============================

-------------------
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
------------

- Meshline plotting capability
- Support for plotting cells/materials on middle universe levels
- Ability to model cells with no surfaces
- Compatibility with PETSc 3.5
- Compatability with OpenMPI 1.7/1.8
- Improved overall performance via logarithmic-mapped energy grid search
- Improved multi-threaded performance with atomic operations
- Support for fixed source problems with fissionable materials

---------
Bug Fixes
---------

- 26fb93_: Fix problem with -t, --track command-line flag
- 2f07c0_: Improved evaporation spectrum algorithm
- e6abb9_: Fix segfault when tallying in a void material
- 291b45_: Handle metastable nuclides in NNDC data and multiplicities in MT=5 data

.. _26fb93: https://github.com/mit-crpg/openmc/commit/26fb93
.. _2f07c0: https://github.com/mit-crpg/openmc/commit/2f07c0
.. _e6abb9: https://github.com/mit-crpg/openmc/commit/e6abb9
.. _291b45: https://github.com/mit-crpg/openmc/commit/291b45

------------
Contributors
------------

This release contains new contributions from the following people:

- `Will Boyd <[email protected]>`_
- `Matt Ellis <[email protected]>`_
- `Sterling Harper <[email protected]>`_
- `Bryan Herman <[email protected]>`_
- `Nicholas Horelik <[email protected]>`_
- `Anton Leontiev <[email protected]>`_
- `Adam Nelson <[email protected]>`_
- `Paul Romano <[email protected]>`_
- `Jon Walsh <[email protected]>`_
- `John Xia <[email protected]>`_
2 changes: 1 addition & 1 deletion src/constants.F90
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module constants
! OpenMC major, minor, and release numbers
integer, parameter :: VERSION_MAJOR = 0
integer, parameter :: VERSION_MINOR = 6
integer, parameter :: VERSION_RELEASE = 1
integer, parameter :: VERSION_RELEASE = 2

! Revision numbers for binary files
integer, parameter :: REVISION_STATEPOINT = 13
Expand Down

0 comments on commit b7aed36

Please sign in to comment.