Releases: joshday/OnlineStatsBase.jl
Releases · joshday/OnlineStatsBase.jl
v1.7.1
v1.7.0
OnlineStatsBase v1.7.0
Merged pull requests:
- Add
fit!(o, y, n)
to fit multiple observations of the same value (#40) (@adknudson)
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
v1.6.2
OnlineStatsBase v1.6.2
Merged pull requests:
- CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#36) (@github-actions[bot])
Closed issues:
v1.6.1
OnlineStatsBase v1.6.1
v1.6.0
v1.5.0
v1.4.9
OnlineStatsBase v1.4.9
v1.4.8
OnlineStatsBase v1.4.8
v1.4.7
OnlineStatsBase v1.4.7
Closed issues:
- Handle transform errors in
FTSeries
(#28)
Merged pull requests: