Skip to content

Commit

Permalink
Merge 39c0eea into 08f8c1d
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science authored Apr 15, 2024
2 parents 08f8c1d + 39c0eea commit 0eb17cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions armi/physics/neutronics/isotopicDepletion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,3 @@
# limitations under the License.

"""The depletion physics package contains utility/framework code related to the physics of transmutation and decay."""
# ruff: noqa: F401
import os

from armi import RES
from armi.nucDirectory import nuclideBases
from armi import interfaces

ORDER = interfaces.STACK_ORDER.DEPLETION
1 change: 1 addition & 0 deletions doc/release/0.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ API Changes
#. Removed unused methods: ``Reactor.getAllNuclidesIn()``, ``plotTriangleFlux()``. (`PR#1656 <https://github.com/terrapower/armi/pull/1656>`_)
#. Removed ``armi.utils.dochelpers``; not relevant to nuclear modeling. (`PR#1662 <https://github.com/terrapower/armi/pull/1662>`_)
#. Removing old tools created to help people convert to the current database format: ``armi.bookkeeping.db.convertDatabase()`` and ``ConvertDB``. (`PR#1658 <https://github.com/terrapower/armi/pull/1658>`_)
#. Removed the variable ``armi.physics.neutronics.isotopicDepletion.ORDER``. (`PR#1671 <https://github.com/terrapower/armi/pull/1671>`_)
#. Removing extraneous ``ArmiOjbect`` methods. (`PR#1667 <https://github.com/terrapower/armi/pull/1667>`_)
* Moving ``ArmiObject.getBoronMassEnrich()`` to ``Block``.
* Moving ``ArmiObject.getPuMoles()`` to ``Block``.
Expand Down

0 comments on commit 0eb17cf

Please sign in to comment.