joshday / OnlineStats.jl

⚡ Single-pass algorithms for statistics
https://joshday.github.io/OnlineStats.jl/latest/
MIT License
831 stars 62 forks source link

Fix things for the new behavior of `eachrow` and friends #262

Closed joshday closed 1 year ago

joshday commented 1 year ago

eachrow and similar functions now return an AbstractVector, which breaks a lot of stuff in OnlineStats.

joshday commented 1 year ago

Easier than I thought. Just had to change a few stats' supertypes.