4.4. Release Notes for ARMI 0.3

These are the release notes for past versions of ARMI, created before our SCR process. They are preserved here for historical record.

4.4.1. ARMI v0.3.0

Release Date: 2024-02-02

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

4.4.1.2. Bug Fixes

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

4.4.1.3. 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)