Skip to content

JavaPermutationTools, v3.2.0

Compare
Choose a tag to compare
@cicirello cicirello released this 17 Mar 18:14
· 603 commits to master since this release
8989387

[3.2.0] - 2022-03-17

Added

  • PermutationUnaryOperator and PermutationBinaryOperator functional interfaces for the purpose
    of specifying custom operations on Permutation objects.
  • Permutation.apply methods, one for each of the two new PermutationUnaryOperator
    and PermutationBinaryOperator interfaces, for applying such custom Permutation operators.

Changed

  • Various improvements to the documentation.

Deprecated

  • The Permutation.Mechanic nested class, which will be removed in the next
    major release 4.0.0. The new Permutation.apply methods should be used instead.