File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased] - 2022-02-15
7
+ ## [ Unreleased] - 2022-02-17
8
8
9
9
### Added
10
10
@@ -21,6 +21,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
### Other
22
22
23
23
24
+ ## [ 3.1.1] - 2022-02-17
25
+
26
+ ### Fixed
27
+ * Fixed inefficient memory usage in KendallTauDistance (issue #183 )
28
+ * Fixed inefficient memory usage in KendallTauSequenceDistance (issue #184 )
29
+ * Fixed inefficient memory usage in WeightedKendallTauDistance (issue #185 )
30
+ * Fixed inefficiency in WeightedKendallTauDistance related to redundant computation (issue #182 )
31
+
32
+
24
33
## [ 3.1.0] - 2022-02-15
25
34
26
35
### Added
You can’t perform that action at this time.
0 commit comments