diffeo / kodama

Fast hierarchical agglomerative clustering in Rust.
MIT License
91 stars 11 forks source link

fix panic when running linkage on empty matrices #1

Closed BurntSushi closed 6 years ago

BurntSushi commented 6 years ago

The commit messages should explain things.

This PR also bumps kodama to 0.2 to reflect a corresponding bump to num-traits (which is a public dependency).