- Added a crash fix for C++ version
- Fixed C++ attachment in wheel generation
- attempting to publish multiplatform wheels using artifacts:
- for python 3.7, 3.8, 3.9
- for ubuntu-latest, macos-latest, windows-latest
NOTE: to be specified, perhaps should add arm
- fixing (hopefully)
poetry publish build
by adding--no-interaction
- test job now only runs on PR
- publish_test now only runs on merge to
master
, and incorporates matrix testing - publish now works on tags with
*.*.*
pattern and incorporates matrix testing
- 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.
- readme improvement
- ci imrovement
Combo
is now set as a submodule insrc/Combo
- initial version