Skip to content

Releases: Casyfill/pyCombo

v0.1.08 - Support Python versions up to 3.12

24 Sep 21:36
f120b9b
Compare
Choose a tag to compare

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

19 Jan 16:43
ab86e76
Compare
Choose a tag to compare
  • Updated pyCombo with a fix from the C++ version.
  • Removed randomness from tests.

FIX

12 Apr 22:50
d58ea5b
Compare
Choose a tag to compare
FIX
  • fixes submodule pull

Multiplatform

29 Mar 22:51
Compare
Choose a tag to compare

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

28 Mar 20:55
Compare
Choose a tag to compare
0.1.04rc3

try2

poetry publish --no-interaction -vvv

28 Mar 20:28
Compare
Choose a tag to compare
0.1.04rc2

fix release

rc1

28 Mar 19:07
Compare
Choose a tag to compare
rc1
0.1.04rc1

fix

attempting to publish multiplatform wheels

28 Mar 19:00
Compare
Choose a tag to compare
  • 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

28 Mar 18:54
Compare
Choose a tag to compare

(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

28 Mar 17:04
03050e1
Compare
Choose a tag to compare
  • 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.