davidavdav / GaussianMixtures.jl

Large scale Gaussian Mixture Models
Other
95 stars 36 forks source link

Bump version requirements for Distributions, JLD2 and RDatasets #80

Closed nalimilan closed 3 years ago

nalimilan commented 3 years ago

Also add bounds for Julia 1 so that PRs to General registry are merged automatically.

I've tested that tests pass with these versions locally. Supersedes https://github.com/davidavdav/GaussianMixtures.jl/pull/77, https://github.com/davidavdav/GaussianMixtures.jl/pull/76, https://github.com/davidavdav/GaussianMixtures.jl/pull/72.

It would make sense to call JuliaRegistrator again after merging this so that the release is registered automatically, and so that it allows for DataFrames 0.22 (which RDatasets 0.6 doesn't support).

nalimilan commented 3 years ago

Failures on old Julia versions are due to SpecialFunctions 0.10 not being available there. But I guess that error already happens on master?

davidavdav commented 3 years ago

Last succesful build was https://travis-ci.org/github/davidavdav/GaussianMixtures.jl/builds/656909513, 9 months ago, so yes, it's been a while since the package built correctly

davidavdav commented 3 years ago

I think this PR is no longer necessary with 49e3b80