Skip to content

Commit

Permalink
Add release notes for PR 1899
Browse files Browse the repository at this point in the history
  • Loading branch information
drewj-tp committed Sep 21, 2024
1 parent e335f07 commit 6efe6e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/release/0.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ New Features
#. Adding ``--skip-inspection`` flag to ``CompareCases`` CLI. (`PR#1842 <https://github.com/terrapower/armi/pull/1842>`_)
#. Provide utilities for determining location of a rotated object in a hexagonal lattice (``getIndexOfRotatedCell``). (`PR#1846 <https://github.com/terrapower/armi/1846`)
#. Allow merging a component with zero area into another component. (`PR#1858 <https://github.com/terrapower/armi/pull/1858>`_)
#. Provide ``Parameter.hasCategory`` for quickly checking if a parameter is defined with a given category.
(`PR#1899 <https://github.com/terrapower/armi/pull/1899>`_)
#. Provide ``ParameterCollection.where`` for efficient iteration over parameters who's definition
matches a given condition. (`PR#1899 <https://github.com/terrapower/armi/pull/1899>`_)
#. TBD

API Changes
Expand Down

0 comments on commit 6efe6e1

Please sign in to comment.