Skip to content

Releases: nlpub/chinese-whispers

Chinese Whispers v0.7.6

11 Feb 21:20
3552828
Compare
Choose a tag to compare
Bump version to 0.7.6

Chinese Whispers v0.7.5

28 Aug 17:34
e7290f7
Compare
Choose a tag to compare
Bump version to 0.7.5

Chinese Whispers v0.7.4

16 Jan 20:49
3f51eda
Compare
Choose a tag to compare
Bump version to 0.7.4

Chinese Whispers v0.7.3

19 Jul 09:27
90fb68e
Compare
Choose a tag to compare
Bump version to 0.7.3

Version 0.7.2

01 May 17:56
48f0baa
Compare
Choose a tag to compare
v0.7.2

Bump version to 0.7.2

Version 0.4

21 Jun 14:33
Compare
Choose a tag to compare
  • Add the seed flag for better reproducibility.
  • Do not use defaultdict in aggregate_clusters.

Version 0.3

19 Jan 16:07
Compare
Choose a tag to compare
  • Decouple the node weighting implementations.
  • Fix the log and nolog confusion.
  • Add duck typing for weighting.
  • Return the WEIGHTING dict.
  • Do not specify the exact version of NetworkX.

Version 0.2

19 Jan 11:09
Compare
Choose a tag to compare
  • Adding samples of usage
  • Adding comments in the code
  • Making sure that the implementation corresponds to the original algorithm (update of the update step)