v.24.1Backward Incompatible Changes
Improve sumMapFiltered operation with NaN and -0 handling
Improve the operation ofsumMapFilteredwith NaN values. NaN values are now placed at the end (instead of randomly) and considered different from any values.-0is now also treated as equal to0; since 0 values are discarded,-0values are discarded too. #58959 (Raúl Marín).