Skip to content

v1.6.3

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 15:17
· 12 commits to master since this release

OnlineStatsBase v1.6.3

Diff since v1.6.2

Breaking Change

  • 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