File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ Unreleased] - 2022-06-01
8
8
9
9
### Added
10
- * CycleDistance: implementation of cycle distance described in https://doi.org/10.3390/app12115506
11
- * CycleEditDistance: implementation of cycle edit distance described in https://doi.org/10.3390/app12115506
12
- * KCycleDistance: implementation of k-cycle distance described in https://doi.org/10.3390/app12115506
13
10
14
11
### Changed
15
12
@@ -18,13 +15,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
15
### Removed
19
16
20
17
### Fixed
21
- * ReversalDistance.max method now handles general case properly.
22
18
23
19
### CI/CD
24
20
25
21
### Other
26
22
27
23
24
+ ## [ 3.3.0] - 2022-06-01
25
+
26
+ ### Added
27
+ * CycleDistance: implementation of cycle distance described in https://doi.org/10.3390/app12115506
28
+ * CycleEditDistance: implementation of cycle edit distance described in https://doi.org/10.3390/app12115506
29
+ * KCycleDistance: implementation of k-cycle distance described in https://doi.org/10.3390/app12115506
30
+
31
+ ### Fixed
32
+ * ReversalDistance.max method now handles general case properly.
33
+
34
+
28
35
## [ 3.2.0] - 2022-03-17
29
36
30
37
### Added
You can’t perform that action at this time.
0 commit comments