An open API service for producing an overview of a list of open source projects.

JOSS: https://github.com/kno10/python-kmedoids

Score: 15.788212299877804

Last synced: about 16 hours ago
JSON representation

Repository metadata:

Fast K-Medoids clustering in Python with FasterPAM


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 10 days ago

Total Commits: 97
Total Committers: 3
Avg Commits per committer: 32.333
Development Distribution Score (DDS): 0.299

Commits in past year: 7
Committers in past year: 1
Avg Commits per committer in past year: 7.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Erich Schubert e****t@t****e 68
lale1009 l****n@t****e 26
David Muhr m****d@g****m 3

Issue and Pull Request metadata

Last synced: about 2 months ago

Total issues: 23
Total pull requests: 8
Average time to close issues: 13 days
Average time to close pull requests: 12 days
Total issue authors: 17
Total pull request authors: 6
Average comments per issue: 2.7
Average comments per pull request: 1.75
Merged pull request: 3
Bot issues: 0
Bot pull requests: 0

Past year issues: 2
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 2
Past year pull request authors: 0
Past year average comments per issue: 1.0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/kno10/python-kmedoids

Top Issue Authors

  • timClicks (4)
  • davnn (2)
  • apcamargo (2)
  • khieu (2)
  • bsimmons-onboard (1)
  • AlexHermansson (1)
  • finloop (1)
  • RoyiAvital (1)
  • heshpdx (1)
  • matudor (1)
  • HLammers (1)
  • rjustindavis (1)
  • awarebayes (1)
  • hpelin (1)
  • bzm3r (1)

Top Pull Request Authors

  • davnn (3)
  • RoyiAvital (1)
  • lale1009 (1)
  • rjustindavis (1)
  • bitsnaps (1)
  • danielskatz (1)

Top Issue Labels

Top Pull Request Labels


Package metadata

pypi.org: kmedoids

k-Medoids Clustering in Python with FasterPAM

  • Homepage: https://github.com/kno10/python-kmedoids
  • Documentation: https://kmedoids.readthedocs.io/
  • Licenses: GPL-3.0-or-later
  • Latest release: 0.5.4 (published 8 months ago)
  • Last Synced: 2026-05-23T07:06:05.662Z (about 1 month ago)
  • Versions: 18
  • Dependent Packages: 4
  • Dependent Repositories: 6
  • Downloads: 25,909 Last month
  • Rankings:
    • Downloads: 3.468%
    • Dependent packages count: 4.787%
    • Dependent repos count: 5.997%
    • Average: 7.393%
    • Stargazers count: 9.371%
    • Forks count: 13.341%
  • Maintainers (1)
pypi.org: kmedoids-debug

k-Medoids Clustering in Python with FasterPAM

  • Homepage: https://github.com/kno10/python-kmedoids
  • Documentation: https://kmedoids-debug.readthedocs.io/
  • Licenses: GPL-3.0-or-later
  • Latest release: 0.4.1 (published over 3 years ago)
  • Last Synced: 2026-05-23T07:06:01.741Z (about 1 month ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 130 Last month
  • Rankings:
    • Dependent packages count: 6.633%
    • Stargazers count: 9.996%
    • Downloads: 14.072%
    • Forks count: 14.514%
    • Average: 15.165%
    • Dependent repos count: 30.611%
  • Maintainers (1)

Dependencies

Cargo.toml cargo
  • ndarray 0.15
  • numpy 0.16
  • pyo3 0.16.5
  • rand 0.8
  • rayon 1.5
  • rustkmedoids 0.3.3
docs/requirements.txt pypi
  • kmedoids *
  • scikit-learn *
requirements-dev.txt pypi
  • maturin >=0.12
  • pip >=21.3
  • pytest >=3.5.0
requirements.txt pypi
  • numpy *
.github/workflows/wheels.yml actions
  • actions-rs/toolchain v1 composite
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
pyproject.toml pypi