Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Similarity #485

Merged
merged 30 commits into from
Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
76bd2e5
Add five new metric #349 #350
alirezazolanvari Feb 6, 2023
46ab792
Merge branch 'dev' of https://github.com/sepandhaghighi/pycm into sim…
alirezazolanvari Feb 6, 2023
f99965e
Add five new metrics #349 #350
alirezazolanvari Feb 6, 2023
19f508f
Add five new metrics #349 #350
alirezazolanvari Feb 7, 2023
0473302
Add five new metrics #349 #350
alirezazolanvari Feb 7, 2023
8d65b1c
Add five new metrics #349 #350
alirezazolanvari Feb 7, 2023
d8a1eed
Minor edits #349 #350
alirezazolanvari Feb 7, 2023
d135041
Add five new metrics #349 #350
alirezazolanvari Feb 7, 2023
293b2c1
Apply autopep8 #349 #350
alirezazolanvari Feb 8, 2023
bf416c2
fix minor bug in GillbertWells similarity #349 #350
alirezazolanvari Feb 8, 2023
e8f3e78
fix minor bug in Goodall similarity #349 #350
alirezazolanvari Feb 12, 2023
c78dcfb
fix minor bug in Hurlbert correlation #349 #350
alirezazolanvari Feb 12, 2023
e5c2506
Add new metrics verified test #349 #350
alirezazolanvari Feb 12, 2023
54ff94a
minor edit
alirezazolanvari Feb 12, 2023
49e1132
minor edit
alirezazolanvari Feb 12, 2023
24d2bbd
Merge branch 'dev' of https://github.com/sepandhaghighi/pycm into sim…
alirezazolanvari Feb 12, 2023
659f9bb
remove problematic distances #349 #350
alirezazolanvari Feb 13, 2023
de7e215
change Goodall test method to resudual mode #349 #350
alirezazolanvari Feb 13, 2023
455d5ea
doc : Distance.ipynb updated #485
sepandhaghighi Feb 14, 2023
27e07df
doc : Distance.ipynb updated #485
sepandhaghighi Feb 15, 2023
031de2c
doc : Distance.ipynb script section changed #485
sepandhaghighi Feb 15, 2023
7156ba4
doc : Distance.ipynb updated #485
sepandhaghighi Feb 17, 2023
75ef9c3
doc : CHANGELOG updated #485
sepandhaghighi Feb 17, 2023
b7a63c3
fix : autopep8
sepandhaghighi Feb 17, 2023
9cf1aa1
Modify references
alirezazolanvari Feb 18, 2023
aac69bd
doc : minor bugs in Document fixed #485
sepandhaghighi Feb 20, 2023
2852c22
fix : minor edit in Gilbert & Wells function #485
sepandhaghighi Feb 20, 2023
625de03
fix : sort_char_num_transformer function added #485
sepandhaghighi Feb 22, 2023
ba835c7
doc : minor edit in docstring #485
sepandhaghighi Feb 22, 2023
6f4007e
fix : autopep8 #485
sepandhaghighi Feb 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- 23 new distance/similarity
1. Dennis
2. Digby
3. Dispersion
4. Doolittle
5. Eyraud
6. Fager & McGowan
7. Faith
8. Fleiss-Levin-Paik
9. Forbes I
10. Forbes II
11. Fossum
12. Gilbert & Wells
13. Goodall
14. Goodman & Kruskal's Lambda
15. Goodman & Kruskal Lambda-r
16. Guttman's Lambda A
17. Guttman's Lambda B
18. Hamann
19. Harris & Lahey
20. Hawkins & Dotson
21. Kendall's Tau
22. Kent & Foster I
23. Kent & Foster II
### Changed
- `sort` parameter added to `relabel` method
- Document modified
Expand Down
Loading