Skip to content

Releases: KaHIP/VieClus

VieClus v1.2.0

10 Feb 09:30

Choose a tag to compare

What's New

  • Python interface (pip install vieclus) with pybind11 bindings
  • vieclus_graph helper class for easy graph construction (same interface as KaHIP)
  • vieclus.cluster() function for graph clustering from Python
  • PyPI packaging with scikit-build-core
  • GitHub Actions CI and automated PyPI publishing
  • NOMPI compilation support (./compile_withcmake.sh NOMPI)

Installation

Python

pip install vieclus

C++ (with MPI)

./compile_withcmake.sh
mpirun -n 2 ./deploy/vieclus examples/astro-ph.graph --time_limit=60

C++ (without MPI)

./compile_withcmake.sh NOMPI
./deploy/vieclus examples/astro-ph.graph --time_limit=60

VieClus v1.1

13 Aug 07:49

Choose a tag to compare

  • mac compatibility
  • openmp dependency removed

VieClus v1.0

21 May 11:59

Choose a tag to compare