ARMI v0.3 Release Notes

ARMI v0.3.0

Release Date: 2024-02-02

What’s new in ARMI?

  1. The _copyInputsHelper() gives relative path and not absolute after copy. (PR#1416)

  2. Attempt to set representative block number densities by component if possible. (PR#1412)

  3. Use functools to preserve function attributes when wrapping with codeTiming.timed (PR#1466)

  4. Remove a number of deprecated block, assembly, and core parameters related to a defunct internal plugin.

Bug Fixes

  1. StructuredGrid.getNeighboringCellIndices() was incorrectly implemented for the second neighbor. (PR#1614)

Quality Work

  1. ARMI now mandates ruff linting. (PR#1419)

  2. Many new references to requirement tests and implementations were added to docstrings.

  3. Removed all old ARMI requirements, to start the work fresh. (PR#1438)

  4. Downgrading Draft PRs as policy. (PR#1444)