Skip to content

Releases: KrainskiL/CGE.jl

v2.0.2

08 Apr 16:27
Compare
Choose a tag to compare

Fixes

  • Fixed order of internal and external divergence in output vector

v2.0.1

16 Jul 19:38
Compare
Choose a tag to compare

Hotfix release:

  • fixing clustering file generated by Louvain algorithm when vertices are 0-based

v2.0.0

07 Dec 00:13
924288f
Compare
Choose a tag to compare

Overhaul of the framework including:

  • addition of directed graphs handling
  • introducing second (local) score
  • changed calculation for global score (no split to external and internal divergence by default)
  • automatic landmark triggering
  • landmarks passed as absolute value or multiplier of number of communities
  • improved debugging messages
  • automatic early stopping for alpha
  • other tweaks

v1.2.2

16 Jun 18:09
Compare
Choose a tag to compare

Enhancing parsing of files:

  • -a CLI flag is removed as ordering of embedding is applied automatically if needed
  • new clustering format supported
  • support for node2vec embedding format (first line with metadata)

v1.2.1

14 Sep 16:22
f23d13a
Compare
Choose a tag to compare
  • Adding Louvain clustering through binary dependencies build by BinaryBuilder

  • Fixing cxx11 error on mac

Louvain clustering

09 Aug 20:44
ee8678c
Compare
Choose a tag to compare
  • Adding automatic clustering if file with clustering not provided
  • Implemented for Windows and Mac OS
  • Handling weighted graphs

Bugfix release

29 Jul 15:12
Compare
Choose a tag to compare

Changelog:

  • Handling duplicated embeddings

Release 1.0.0

16 Jul 19:24
Compare
Choose a tag to compare

Initital release:

  • calculate divergence score with provided edges list (optionally weighted), communities file and embedding
  • pure Julia CLI interface