v0.2.0a0
What's Changed
Two Big Feature Updates: changes in how metric is passed, and new distance metrics by @sidchaini in - #16
- Feature: Distance metric is now passed during prediction instead of training
- Feature: Added 24 new distance metrics
- Tests: Added all new distances to the tests, and also changed the exactly equal check to approximately equal to account for differences in float calculations based on math.isclose()
- Other minor formatting changes
Full Changelog: v0.1.6a0...v0.2.0a0