JuliaAtoms / AtomicLevels.jl

https://juliaatoms.org/AtomicLevels.jl
Other
12 stars 3 forks source link

Set compat bounds for deps #87

Closed mortenpi closed 3 years ago

mortenpi commented 3 years ago

This sets all the compat bounds that CompatHelper suggested, but sticking to a major version where applicable and making sure the Manifests are 1.2-compatible. Merging this will close all the CompatHelper PRs (except #84).

The only one I did not touch at the moment is BlockBandedMatrices (#84), since that is being bumped from 0.8 to 0.10, and I have a hunch that @jagot, you may want there to be some freedom in the compat for it.

jagot commented 3 years ago

Just set BlockBandedMatrices = "0.8,1", since in this case we are actually backwards compatible.

mortenpi commented 3 years ago

Just set BlockBandedMatrices = "0.8,1"

That excludes 0.9 and 0.10 though, right? But I could set it to 0.8,0.9,0.10.

jagot commented 3 years ago

I had to delete Manifest.toml, otherwise it would not actually test with BlockBandedMatrices.jl @ 0.10