Skip to content

A Python binding for the CGGC-RG algorithm family

Notifications You must be signed in to change notification settings

KIT-IISM-EM/pycggcrg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pycggcrg

A Python binding for the CGGC-RG algorithm family.

Installation

To install run python setup.py install and ensure the C++ sources of CGGC-RG are found in the path ./cggc_rg.

Tests

Tests can be run calling python setup.py test.

Changes

0.2.5

  • Add: more tests
  • Add: more/better docstrings
  • Change: 'hardened' the wrapper

0.2.4

  • Fix: set C pseudo RNG seed
  • Fix: get_partition used vector.capacity() instead of vector.size()

0.2.3

  • Testing connectedness of the graph is now optional

0.2.2

  • Fixes

0.2.1

  • Added tests

0.2

  • CGGC algorithms can be called
  • Fixes

0.1

  • First version

About

A Python binding for the CGGC-RG algorithm family

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages