Releases: SneaksAndData/anti-clustering
Releases · SneaksAndData/anti-clustering
v0.4.0
What's Changed
- Adds iterations to random heuristic by @matt035343 in #28
- Adds restarts to exchange heuristic by @matt035343 in #30
- Adding Tabu search as new algorithm by @matt035343 in #29
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Reformat code with black by @s-vitaliy in #20
- Changes mutating operations to non-mutating and remove copy operation by @matt035343 in #25
- Update CI/CD, pipelines and packages by @matt035343 in #22
- Fixes bug in reassignment of cluster labels by @matt035343 in #24
- Improvements to the simulated annealing algorithm by @matt035343 in #23
New Contributors
- @s-vitaliy made their first contribution in #20
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
What's Changed
- Add installation instructions by @matt035343 in #8
- Fixes bug where number of iterations is printed incorrectly by @matt035343 in #10
- Improves union find by implementing weighted union and path compression by @matt035343 in #12
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- First version of anti-clustering by @matt035343 in #5
New Contributors
- @matt035343 made their first contribution in #5
Full Changelog: v0.0.0...v0.1.0
v0.0.0
Initial commit