Skip to content

Commit be1d8e2

Browse files
Merge pull request #481 from sepandhaghighi/dev
Version 3.8
2 parents 1760e37 + f2c225a commit be1d8e2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+4573
-1085
lines changed

CHANGELOG.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,52 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [3.8] - 2023-02-01
9+
### Added
10+
- `distance` method
11+
- `__contains__` method
12+
- `__getitem__` method
13+
- Goodman-Kruskal's Lambda A benchmark
14+
- Goodman-Kruskal's Lambda B benchmark
15+
- Krippendorff's Alpha benchmark
16+
- Pearson's C benchmark
17+
- 30 new distance/similarity
18+
1. AMPLE
19+
2. Anderberg's D
20+
3. Andres & Marzo's Delta
21+
4. Baroni-Urbani & Buser I
22+
5. Baroni-Urbani & Buser II
23+
6. Batagelj & Bren
24+
7. Baulieu I
25+
8. Baulieu II
26+
9. Baulieu III
27+
10. Baulieu IV
28+
11. Baulieu V
29+
12. Baulieu VI
30+
13. Baulieu VII
31+
14. Baulieu VIII
32+
15. Baulieu IX
33+
16. Baulieu X
34+
17. Baulieu XI
35+
18. Baulieu XII
36+
19. Baulieu XIII
37+
20. Baulieu XIV
38+
21. Baulieu XV
39+
22. Benini I
40+
23. Benini II
41+
24. Canberra
42+
25. Clement
43+
26. Consonni & Todeschini I
44+
27. Consonni & Todeschini II
45+
28. Consonni & Todeschini III
46+
29. Consonni & Todeschini IV
47+
30. Consonni & Todeschini V
48+
### Changed
49+
- `relabel` method sort bug fixed
50+
- `README.md` modified
51+
- `Compare` overall benchmarks default weights updated
52+
- Document modified
53+
- Test system modified
854
## [3.7] - 2022-12-15
955
### Added
1056
- `Curve` class
@@ -606,7 +652,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
606652
- TPR
607653
- documents and `README.md`
608654

609-
[Unreleased]: https://github.com/sepandhaghighi/pycm/compare/v3.7...dev
655+
[Unreleased]: https://github.com/sepandhaghighi/pycm/compare/v3.8...dev
656+
[3.8]: https://github.com/sepandhaghighi/pycm/compare/v3.7...v3.8
610657
[3.7]: https://github.com/sepandhaghighi/pycm/compare/v3.6...v3.7
611658
[3.6]: https://github.com/sepandhaghighi/pycm/compare/v3.5...v3.6
612659
[3.5]: https://github.com/sepandhaghighi/pycm/compare/v3.4...v3.5

0 commit comments

Comments
 (0)