Skip to content

v6.0.0-alpha.4

Pre-release
Pre-release

Choose a tag to compare

@sdd sdd released this 27 Jul 01:49
· 50 commits to master since this release
Immutable release. Only release title and notes can be modified.

✨ Features

  • Add result capacity hint for radius queries (@sdd)

  • Add adaptive parallel tree construction (@sdd)

  • Specialize within-radius result projection (@sdd)

🐛 Bug Fixes

  • Handle padded stems in parallel construction (@sdd)

♻️ Refactor

  • Within_unsorted to a visitor (@sdd)

  • Switch from propagating points as indexes to actual values (@sdd)

🧪 Testing

  • Add result collection threshold profiler (@sdd)

  • Add v6 release parity benchmark suites (@sdd)

  • Add point projection benchmark (@sdd)

🤖 CI

  • Add stem strategy benchmark variant (@sdd)

  • Rename basic benchmark variant (@sdd)

  • Pass benchmark features explicitly (@sdd)

  • Cap leaf benchmark tree size (@sdd)

  • Fix leaf benchmark export filter (@sdd)

  • Cap benchmark trees at 2^25 (@sdd)

  • Fix benchmark v5-v6 chart matching (@sdd)

  • Add ISA-specific stem benchmark reporting (@sdd)

  • Add tree construction benchmarks (@sdd)

🧹 Chore