Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Releases: sergeyklay/clusterium

0.6.0

16 Mar 21:46
05d2fba

Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

15 Mar 07:18
5adfc15

Choose a tag to compare

What's Changed

  • Fix code smells and style issues by @sergeyklay in #45
  • Improve and amend manual script to perform manual testing by @sergeyklay in #46
  • Fix issues in similarity metrics calculation by @sergeyklay in #47
  • Use load test parameters from a profile file by @sergeyklay in #48
  • Code cleanup and improved code coverage by @sergeyklay in #49
  • Move the to_numpy function to utils for better organization and reusability by @sergeyklay in #50
  • Refactored load_cluster_assignments function by @sergeyklay in #51
  • Enhance plotting functions with error handling by @sergeyklay in #52
  • Refactor DirichletProcess initialization and base_measure validation by @sergeyklay in #53
  • ci: tune up dependabot config by @sergeyklay in #54
  • Redesign progress bar on clustering by @sergeyklay in #55
  • Reformat output when storing results and embedding by @sergeyklay in #56
  • Enhance silhouette score calculation to handle singleton clusters properly by @sergeyklay in #57
  • Refactor script to perform manual testing by @sergeyklay in #58

Full Changelog: 0.4.0...0.5.0

0.4.0

13 Mar 11:21
71fa320

Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.4.0

0.3.3

12 Mar 12:30

Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

12 Mar 12:05

Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

12 Mar 00:51

Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

12 Mar 00:37

Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

0.2.0

11 Mar 18:46
01d9450

Choose a tag to compare

What's Changed

  • Migrate to Dirichlet & Pitman-Yor Process by @sergeyklay in #23
  • Add comprehensive evaluation dashboard and power-law analysis by @sergeyklay in #24
  • Add integration and unit tests for clustering models by @sergeyklay in #25

Full Changelog: 0.1.0...0.2.0

0.1.0

10 Mar 17:09

Choose a tag to compare

Fix type annotation for embeddings_provider