Release version 0.2.9
ARMI v0.2.9
Release Date: 2023-09-27
What's new in ARMI
- Moved the
Reactor
assembly number from the global scope to aParameter
. PR#1383 - Removed the global
CaseSettings
object,getMasterCs()
, andsetMasterCs()
. PR#1399 - Moved the Spent Fuel Pool (
sfp
) from theCore
to theReactor
. PR#1336 - Made the
sfp
a child of theReactor
so it is stored in the database. PR#1349 - Broad cleanup of
Parameters
: filled in all empty units and descriptions, removed unused params. PR#1345 - Updated some parameter definitions and defaults. PR#1355
- Removed redundant
Material.name
variable. PR#1335 - Added
powerDensity
as a high-level alternative topower
to configure aReactor
. PR#1395 - Added SHA1 hashes of XS control files to the welcome text. PR#1334
Build changes
- Moved from
setup.py
topyproject.toml
. PR#1409 - Added Python 3.11 to ARMI's CI on GH actions. PR#1341
- Updated
black
to version 22.6. PR#1396