Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 22:32
· 153 commits to develop since this release

Features Added

  • Added Universe.filled_cells, a generator that yields the cells filled with that universe instance (#361).
  • Added __eq__ dunder method to Universe to support equality comparisons (#361).
  • Changed general plane constants checker to support more than 9 constants (#761).

Bugs Fixed

  • Fixed bug where MontePy would overly aggressively round outputs and remove the user's intent (#756).
  • Fixed bug where a cell complement in the first five characters causes a spurious vertical mode detection (#753).

Contributors