v.25.12Bug Fix (user-visible misbehavior in an official stable release)
Fix incorrect distance calculations
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).