Releases: nlpub/chinese-whispers
Releases · nlpub/chinese-whispers
Chinese Whispers v0.7.6
Bump version to 0.7.6
Chinese Whispers v0.7.5
Bump version to 0.7.5
Chinese Whispers v0.7.4
Bump version to 0.7.4
Chinese Whispers v0.7.3
Bump version to 0.7.3
Version 0.7.2
v0.7.2 Bump version to 0.7.2
Version 0.4
- Add the
seed
flag for better reproducibility. - Do not use
defaultdict
inaggregate_clusters
.
Version 0.3
- Decouple the node weighting implementations.
- Fix the
log
andnolog
confusion. - Add duck typing for
weighting
. - Return the
WEIGHTING
dict. - Do not specify the exact version of NetworkX.
Version 0.2
- Adding samples of usage
- Adding comments in the code
- Making sure that the implementation corresponds to the original algorithm (update of the update step)