File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
### Added
10
10
11
11
### Changed
12
- * Minor code improvements to Permutation and PermutationIterator classes.
13
- * Minor code improvements to KendallTauDistance and WeightedKendallTauDistance.
14
- * Minor code improvements to CyclicEdgeDistance and CyclicRTypeDistance.
15
- * Refactored SequenceSamplers.
12
+ * Minor code improvements and/or optimizations within the following classes:
13
+ * Permutation
14
+ * PermutationIterator
15
+ * KendallTauDistance
16
+ * WeightedKendallTauDistance.
17
+ * CyclicEdgeDistance
18
+ * CyclicRTypeDistance.
19
+ * The various SequenceSamplers
20
+ * KendallTauSequenceDistance
16
21
17
22
### Deprecated
18
23
You can’t perform that action at this time.
0 commit comments