JuliaStats / StatsKit.jl

Convenience meta-package to load essential packages for statistics
Other
139 stars 16 forks source link

Work around automatic Pkg capping #7

Closed mohamed82008 closed 5 years ago

mohamed82008 commented 5 years ago

Ref: https://discourse.julialang.org/t/package-compatibility-caps/15301

andreasnoack commented 5 years ago

We don't need to do anything here. It's easier to handle directly in METADATA. However, TimeSeries doesn't pass on 1.0 so I think we mainly need https://github.com/JuliaStats/TimeSeries.jl/pull/370.

mohamed82008 commented 5 years ago

Great, that PR seems ready AFAICT. This problem with Stats is causing all PRs to fail tests over at https://github.com/TuringLang/Turing.jl so I hope it can get fixed quickly. Thank you.

nalimilan commented 5 years ago

Turing should not depend on Stats.jl. The last release of this package has been tagged in 2014 for Julia 0.2 (!). And the next release is going to be completely different. Turing would better use StatsBase instead, which is completely equivalent to using Stats in its currently tagged version.

I've filed https://github.com/TuringLang/Turing.jl/pull/561.

nalimilan commented 5 years ago

See also https://github.com/JuliaLang/METADATA.jl/pull/18265. I'll close this since there's no need to change the repo to tag a new release.

mohamed82008 commented 5 years ago

Awesome thanks!