v1.6.3
OnlineStatsBase v1.6.3
Breaking Change
ExtremeValues
now usesOrderedDict{T, Int}
as internal representation rather thanVector{Pair{T,Int}}
. This was done during the fix of joshday/OnlineStats.jl#274
ExtremeValues
now uses OrderedDict{T, Int}
as internal representation rather than Vector{Pair{T,Int}}
. This was done during the fix of joshday/OnlineStats.jl#274