KristofferC / PGFPlotsX.jl

Plots in Julia using the PGFPlots LaTeX package
Other
301 stars 40 forks source link

StatsBase.jl version #323

Closed bkamins closed 5 months ago

bkamins commented 5 months ago

PGFPlotsX.jl requires StatsBase.jl 0.33, while the latest minor is 0.34. Is there a reason for this bound?

KristofferC commented 5 months ago

Not that I know, this is what we use from StatsBase: https://github.com/KristofferC/PGFPlotsX.jl/blob/master/ext/StatsBaseExt.jl

bkamins commented 5 months ago

I have checked and the code you use does not seem to have been touched in 0.34 release, so it should be safe to add 0.34 to compat.

KristofferC commented 5 months ago

New version in progress in the registry.

bkamins commented 5 months ago

Thank you!