File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616 change, as the only thing removed was a package-private abstract class, and the
1717 change to the SequenceDistanceMeasurer interface was done in such a way that all inherited
1818 methods have default implementations.
19+ * Refactored the PermutationDistanceMeasurer, PermutationDistanceMeasurerDouble,
20+ NormalizedPermutationDistanceMeasurer, and NormalizedPermutationDistanceMeasurerDouble
21+ interfaces, and all of the classes that implement them, to move default implementations
22+ from an abstract base class into the appropriate subinterfaces in hierarchy. This is a
23+ non-breaking change, as the only thing removed was a package-private abstract class, and the
24+ changes to interfaces were done in such a way that all inherited methods have default
25+ implementations.
1926
2027### Deprecated
2128
You can’t perform that action at this time.
0 commit comments