0.6.0
What's Changed
- Support using NEON for SIMD distance calculations on aarch64 by @knudtty in #127
- Support for inner product distance metric by @tjgreen42 in #167
- Raise diskann maximum dimension from 2K to 16K by @tjgreen42 in #181
- Automatically set AVX2/FMA flags on x86 by @syvb in #188
- Fix Missing/Incorrect Index Statistics by @tjgreen42 in #180
- Upload built .deb packages to packagecloud by @syvb in #198
Internal changes
- Mark distance_type_* as CREATE OR REPLACE by @syvb in #169
- Find repo root properly when upgrade testing in a Cargo workspace by @syvb in #170
- Properly check if PG17 is supported in upgrade tester by @syvb in #171
- Use workspace target directory location in Debian install file by @syvb in #172
- Release 0.5.1 by @syvb in #173
- [chore] fix clippy warning by @tjgreen42 in #174
- [chore] Fix clippy errors in test code, and adjust precommit to check for these by @tjgreen42 in #175
- Run clippy as part of pgrx tests by @tjgreen42 in #178
- Fix CI - rely on ubuntu-22.04 as we used to by @adolsalamanca in #183
- Have cargo-pgrx install command specify version by @syvb in #187
- Move helper function to proper spot; fix new clippy warnings by @tjgreen42 in #189
- Hygiene: bump default pg version and update several dependencies by @tjgreen42 in #192
- Remove io_optimized / sbq_speedup storage mode by @tjgreen42 in #195
- Cleanup and traits for nodes by @tjgreen42 in #201
- Use LLVM 18 in GH Actions instead of 14 by @syvb in #202
- Release 0.6.0 by @syvb in #206
New Contributors
- @knudtty made their first contribution in #127
- @adolsalamanca made their first contribution in #183
Full Changelog: 0.5.1...0.6.0