Skip to content

v6.0.0-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@sdd sdd released this 21 Jul 07:44
· 76 commits to master since this release
Immutable release. Only release title and notes can be modified.

✨ Features

  • Make local query scratch the default (@sdd)

🐛 Bug Fixes

  • Remove broken dot product dist metric and associated code (@sdd)

⚡️ Performance

  • Alternate path to avoid wasted calcs on descent (@sdd)

  • Add IS_SIGNED assoc value to Axis (@sdd)

  • Dist1 on Manhattan and Chebyshev use saturating_dist (@sdd)

  • Improved offset update for Chebyshev and Manhattah (@sdd)

  • Use fused linear insertion for threshold vec results (@sdd)

  • Tune sorted and unsorted threshold vec limits (@sdd)

🤖 CI

  • Harden pre-release string updater workflow against no changes (@sdd)

  • Publish custom benchmark reports (@sdd)

  • Add bench chart justfile tasks (@sdd)

  • Fix benchmark workflow bootstrap (@sdd)

  • Derive benchmark key without just (@sdd)

  • Pass benchmark args to just correctly (@sdd)

  • Pass benchmark recipe arguments positionally (@sdd)

  • Authenticate initial benchmark pages push (@sdd)

  • Rank featured chart by relative change (@sdd)

  • Add distance metric ISA matrix (@sdd)

  • Fix distance metric ISA benchmark builds (@sdd)

  • Simplify benchmark workflows (@sdd)

  • Fix benchmark workflow shellcheck (@sdd)

  • Suggest benchmarks for performance-sensitive PRs (@sdd)

  • Use heuristic benchmark suggestions (@sdd)

  • Allow benchmark suggestion comment updates (@sdd)

  • Add leaf strategy benchmark variant (@sdd)

  • Allow org members to trigger benchmark runs (@sdd)

  • Clarify benchmark run names (@sdd)

  • Split nightly debug and release tests (@sdd)

🧹 Chore