Skip to content

Tags: cwehmeyer/pydpc

Tags

v0.2.1

Toggle v0.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
cwehmeyer Christoph Wehmeyer
Documentation, badges, and crash fixes

- MkDocs + Material docs site published to GitHub Pages, with API
  reference, tutorial, and changelog pages
- Codecov coverage reporting and CodeQL code scanning
- Modernized decision-graph and notebook plot styling
- Fix segfault when assign() thresholds select zero cluster centers (GH-8)
- Fix crash on ~46,000+ point datasets from 32-bit integer overflow in
  the C extension, not memory exhaustion (GH-6)

v0.2.0

Toggle v0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
cwehmeyer Christoph Wehmeyer
Modernise build, packaging, and CI

- setup.py/versioneer → pyproject + setuptools-scm
- nose → pytest; CircleCI → GitHub Actions
- ruff + pre-commit; require Python >= 3.10, NumPy >= 2

0.1.3

Toggle 0.1.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
amending README + setup.py

0.1.2

Toggle 0.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
adding test for indices

0.1.1

Toggle 0.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
adding CI and bugfixes

0.1.0

Toggle 0.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
adding more consistency checks and hiding reference module