v.25.11Bug Fix (user-visible misbehavior in an official stable release)
Fix incorrect distance calculations
Backported in #90577: Fixed incorrect distance calculations inL2DistanceTransposedwhen using array reference vectors (which default toArray(Float64))withQBitcolumns of non-Float64element types (Float32,BFloat16). The function now automatically casts the reference vector to match theQBit's element type. Resolves #89976. #90485 (Raufs Dunamalijevs).