Releases: Casyfill/pyCombo
Releases · Casyfill/pyCombo
v0.1.08 - Support Python versions up to 3.12
What's Changed
- We updated library versions to support Python up to version 3.12
- We also stopped supporting Python 3.7 - if you use it, please install pyCombo version 0.1.07
Full Changelog: 0.1.07...0.1.08
A crash fix
- Updated pyCombo with a fix from the C++ version.
- Removed randomness from tests.
FIX
Multiplatform
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
One more try
0.1.04rc3 try2
poetry publish --no-interaction -vvv
0.1.04rc2 fix release
rc1
attempting to publish multiplatform wheels
- attempting to publish multiplatform wheels:
- for python 3.7, 3.8, 3.9
- for ubuntu-latest, macos-latest, windows-latest
NOTE: to be specified, perhaps should add arm
Multiplatform Publish
(to be tested)
- builds and publishes wheels
- for python 3.7, 3.8, 3.9
- for
ubuntu-latest
,macos-latest
,windows-latest
# to be specified, perhaps should add arm
Verbose and Separate
- 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.