Skip to content

v0.2.0a0

Compare
Choose a tag to compare
@sidchaini sidchaini released this 19 Sep 09:14
· 24 commits to main since this release
0cb3fda

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