Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Refs #207 Fix implementation of Jensen Shannon measure #233

Merged
merged 6 commits into from
Nov 17, 2024

Commits on Nov 15, 2024

  1. Fix: Refs ashvardanian#207 Fix implementation of Jensen Shannon measure

    The Jensen Shannom measure implementation in SimSIMD is different from the implementation
    in scipy. It turns out that a scaling factory of 0.5 was missed and this fix seems to match
    the example provided in scipy documentation
    GoWind committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5e69a2f View commit details
    Browse the repository at this point in the history
  2. feat: Add more tests

    GoWind committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e0654bd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    f98e02d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63d665e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Fix: Don't skip JS tests

    ashvardanian committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    5c8f81c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    114490a View commit details
    Browse the repository at this point in the history