This repository was archived by the owner on Jan 8, 2026. It is now read-only.
Releases: sergeyklay/clusterium
Releases · sergeyklay/clusterium
0.6.0
What's Changed
- Reinvent DP and PYP models by @sergeyklay in #59
- Update docs by @sergeyklay in #60
- Add typing, and minor tweaks by @sergeyklay in #61
- Update docs by @sergeyklay in #62
Full Changelog: 0.5.0...0.6.0
0.5.0
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
What's Changed
- Add CHANGELOG and update documentation structure by @sergeyklay in #34
- Improve cascading metadata resolution in version module by @sergeyklay in #35
- Refactor type hints to use built-in types by @sergeyklay in #36
- Remove redundant JSON output file generation by @sergeyklay in #37
- Remove embedding cache functionality by @sergeyklay in #38
- Enhance CLI for text and CSV input support by @sergeyklay in #39
- Separate alpha and sigma parameter for DP and PYP by @sergeyklay in #40
- Amend and improve API documentation by @sergeyklay in #41
- Improve type hinting defenition by @sergeyklay in #42
- Introduce --show-plot/--no-show-plot option by @sergeyklay in #43
- Add run_batch_test.sh script for manual testing of clusx commands by @sergeyklay in #44
Full Changelog: 0.3.3...0.4.0
0.3.3
What's Changed
- Fix CD workflow with release artifact upload by @sergeyklay in #33
Full Changelog: 0.3.2...0.3.3
0.3.2
What's Changed
- Amend project documentation by @sergeyklay in #31
- Add checksum generation and verification to CD workflow by @sergeyklay in #32
Full Changelog: 0.3.1...0.3.2
0.3.1
0.3.0
What's Changed
- Implement Proper Bayesian Inference by @sergeyklay in #26
- Rebranding by @sergeyklay in #27
- Initial docs structure by @sergeyklay in #28
- Update project documentation by @sergeyklay in #29
Full Changelog: 0.2.0...0.3.0
0.2.0
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
Fix type annotation for embeddings_provider