Skip to content

Release version 0.2.9

Compare
Choose a tag to compare
@john-science john-science released this 28 Sep 20:53
· 393 commits to main since this release
2326990

ARMI v0.2.9

Release Date: 2023-09-27

What's new in ARMI

  • Moved the Reactor assembly number from the global scope to a Parameter. PR#1383
  • Removed the global CaseSettings object, getMasterCs(), and setMasterCs(). PR#1399
  • Moved the Spent Fuel Pool (sfp) from the Core to the Reactor. PR#1336
  • Made the sfp a child of the Reactor 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 to power to configure a Reactor. PR#1395
  • Added SHA1 hashes of XS control files to the welcome text. PR#1334

Build changes

  • Moved from setup.py to pyproject.toml. PR#1409
  • Added Python 3.11 to ARMI's CI on GH actions. PR#1341
  • Updated black to version 22.6. PR#1396

Bug fixes

  • Fixed _processIncludes() to handle StringIO input. PR#1333
  • Fixed logic for computing thermal expansion factors for axial expansion. PR#1342