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
77## [ Unreleased] - 2022-06-01
88
99### 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
1310
1411### Changed
1512
@@ -18,13 +15,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1815### Removed
1916
2017### Fixed
21- * ReversalDistance.max method now handles general case properly.
2218
2319### CI/CD
2420
2521### Other
2622
2723
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+
2835## [ 3.2.0] - 2022-03-17
2936
3037### Added
You can’t perform that action at this time.
0 commit comments