Skip to content

Commit

Permalink
fix release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
albeanth committed Apr 22, 2024
1 parent 9468d49 commit c2cd59d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
17 changes: 0 additions & 17 deletions doc/release/0.2.rst
@@ -1,20 +1,3 @@
***********************
ARMI v0.3 Release Notes
=======================

ARMI v0.3.1
============
Release Date: TBD

What's new in ARMI
------------------
#. Removal of the Block.reactor property. (`PR#1425 <https://github.com/terrapower/armi/pull/1425>`_)
#. TBD

Bug fixes
---------
#. TBD

***********************
ARMI v0.2 Release Notes
=======================
Expand Down
8 changes: 8 additions & 0 deletions doc/release/0.3.rst
Expand Up @@ -9,6 +9,7 @@ Release Date: TBD
New Features
------------
#. Conserve mass by component in assembly.setBlockMesh(). (`PR#1665 <https://github.com/terrapower/armi/pull/1665>`_)
#. Removal of the Block.reactor property. (`PR#1425 <https://github.com/terrapower/armi/pull/1425>`_)
#. TBD

API Changes
Expand All @@ -32,6 +33,13 @@ API Changes
* Removing ``ArmiObject.printDensities()``.
* Moving ``Composite.isOnWhichSymmetryLine()`` to ``Assembly``.
* Removing ``Block.isOnWhichSymmetryLine()``.
#. Removal of the ``Block.reactor`` property. (`PR#1425 <https://github.com/terrapower/armi/pull/1425>`_)
#. Moving several ``ArmiObject`` methods. (`PR#1425 <https://github.com/terrapower/armi/pull/1425>`_)
* Moving ``ArmiObject.getNeutronEnergyDepositionConstants`` to ``Block``.
* Moving ``ArmiObject.getGammaEnergyDepositionConstants`` to ``Block``.
* Moving ``ArmiObject.getTotalEnergyGenerationConstants`` to ``Block``.
* Moving ``ArmiObject.getFissionEnergyGenerationConstants`` to ``Block``.
* Moving ``ArmiObject.getCaptureEnergyGenerationConstants`` to ``Block``.
#. TBD

Bug Fixes
Expand Down

0 comments on commit c2cd59d

Please sign in to comment.