Skip to content

Release version 0.2.8

Compare
Choose a tag to compare
@opotowsky opotowsky released this 22 Jun 16:26
· 308 commits to main since this release
6cf9558

ARMI v0.2.8

Release Date: 2023-06-21

What's new in ARMI

  • Added Composite.sort() to allow the user to recursively sort any part of the Reactor. PR#1280
  • Switching from pylint to the ruff linter. PR#1296
  • Move cross section group manager Interface stack position to be just before lattice physics. PR#1288
  • Add interactCoupled method for SnapshotInterface. PR#1294
  • Calculate weighted-average percent burnup of BlockCollections. PR#1265
  • Add method sortAssemsByRing to sort Reactor assemblies by spatial location (interior first) PR#1320

Bug fixes

  • Changed units.FLOAT_DIMENSION_DECIMALS from 10 to 8. PR#1183
  • Improved HexBlock.getWettedPerimeter() to include wire. PR#1299
  • Fixed a bug in the ISOTXS file name used for snapshots. PR#1277
  • Fix a bug in uniform mesh decusping when assemblies of same type have drastically different height. PR#1282
  • Sort Components on representativeBlock for consistency check. PR#1275