johnmyleswhite / StreamStats.jl

Compute statistics over data streams in pure Julia
Other
48 stars 7 forks source link

StatsBase updated to no longer give warnings on Julia 0.4 #27

Closed tawheeler closed 5 years ago

tawheeler commented 8 years ago

I changed the types used in StatsBase to reflect Julia 0.4, and include Compat so things should still run with Julia 0.3. obs is now in StatsBase, so I pull that in as well.

tawheeler commented 8 years ago

I see this is similar to a previous PR... https://github.com/johnmyleswhite/StreamStats.jl/pull/22

johnmyleswhite commented 8 years ago

Yeah, I haven't been acting on these very quickly because this package is going to be officially deprecated in favor of OnlineStats at some point.

tawheeler commented 8 years ago

I didn't know that existed. Thanks.