Skip to content

7.13.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 01:07
  • Renamed "Angular" similarity to "Cosine" similarity (resolves #277).
    • The actual similarity computation remains unchanged. The change is purely a rename, as the "angular" was simply incorrect (and confusing).
    • This is a breaking change in the Python, Scala, and Java clients.
    • This is NOT a breaking change in the JSON/HTTP API. If you reference "angular" in the JSON/HTTP API, it will simply be treated as cosine similarity in the plugin internals.
    • Relevant commits:
      • 889e86c: Release: Actually bump version to 7.13.3.1
      • 4694cfe: Bump version to release "Angular" to "Cosine" rename (#297)
      • e593289: Renaming Angular to Cosine in Java client (#296)
      • dcabb8c: Renaming Angular to Cosine in Python client (#295)
      • 6798e3b: Renaming "Angular" to "Cosine" in Plugin and Scala client (Re #277) (#294)
      • 86776b6: Tests: Verify angular models are invariant to vector magnitude (Issue #277) (#292)