Skip to content

Verbose and Separate

Compare
Choose a tag to compare
@Casyfill Casyfill released this 28 Mar 17:04
· 65 commits to master since this release
03050e1
  • Added verbose (int) parameter to track progress.
  • start_separate (bool) - Indicates if Combo should start by assigning each node into its own separate community. This could help to achieve higher modularity, but it makes execution much slower.
  • Fixed an error and warnings in build on windows. (no windows wheels built for PyPI yet)
  • few other minor fixes.