You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[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.