JuliaLinearAlgebra / AlgebraicMultigrid.jl

Algebraic Multigrid in Julia
Other
117 stars 23 forks source link

Info about upcoming removal of packages in the General registry #60

Closed KristofferC closed 5 years ago

KristofferC commented 5 years ago

As described in https://discourse.julialang.org/t/ann-plans-for-removing-packages-that-do-not-yet-support-1-0-from-the-general-registry/ we are planning on removing packages that do not support 1.0 from the General registry. This package has been detected to not support 1.0 and is thus slated to be removed. The removal of packages from the registry will happen approximately a month after this issue is open.

To transition to the new Pkg system using Project.toml, see https://github.com/JuliaRegistries/Registrator.jl#transitioning-from-require-to-projecttoml. To then tag a new version of the package, see https://github.com/JuliaRegistries/Registrator.jl#via-the-github-app.

If you believe this package has erroneously been detected as not supporting 1.0 or have any other questions, don't hesitate to discuss here or in the thread linked at the top of this post.

ranjanan commented 5 years ago

This package does support Julia 1.0 (https://github.com/JuliaLinearAlgebra/AlgebraicMultigrid.jl/blob/master/.travis.yml#L9). But there's some dead code lying around that supports v0.6 that I should get rid of.

KristofferC commented 5 years ago

It is indeed installable on 1.0. I will check why the script thinks otherwise.

KristofferC commented 5 years ago

Alright, the issue here is regarding the package with the old name AMG.jl which has a repo pointing to this one. It is not about AlgebraicMultiGrid itself. Presumably the old package AMG.jl is fine to remove.

ranjanan commented 5 years ago

Yes, AMG.jl is fine to remove.