JuliaLinearAlgebra / AlgebraicMultigrid.jl

Algebraic Multigrid in Julia
Other
116 stars 23 forks source link

Dependency cleanup #65

Closed ViralBShah closed 2 years ago

ViralBShah commented 4 years ago

Do we need compat as a dependency any more? It should be possible to drop it.

Also, why do we need such a specific version of IterativeSolvers.jl. Perhaps we want 0.8.3+ or some such thing. Isn't 0.8 sufficient unless versions prior to 0.8.3 are broken?

ViralBShah commented 4 years ago

Compat removed in cfee0f00071ceeae6e6d323d04c1d3557ffacad2

vlandau commented 4 years ago

0.8.3 specifies the range [0.8.3, 0.9.0), right?

ViralBShah commented 4 years ago

I am not sure. I can never remember... If it does, we are all good.

vlandau commented 4 years ago

Looks like it does. :+1: