Skip to content

JavaPermutationTools, v4.2.0

Compare
Choose a tag to compare
@cicirello cicirello released this 30 Aug 17:09
· 448 commits to master since this release
9d2d9af

[4.2.0] - 2022-08-30

Added

  • Four Permutation.applyThenValidate methods, which are counterparts to the four Permutation.apply methods, but which validate the Permutation(s) that result from the applied operator; whereas the existing apply methods do not verify the state of the Permutation after operator application.
  • IllegalPermutationStateException exception class that is thrown by the new Permutation.applyThenValidate methods if validation fails.

Dependencies

  • Bump rho-mu from 2.3.2 to 2.4.1