JuliaMath / Primes.jl

Prime numbers in Julia
Other
99 stars 32 forks source link

remove REQUIRE, add [compat], upgrade version #78

Closed rfourquet closed 4 years ago

rfourquet commented 4 years ago

Tagging a new version seems long overdue. I added a compat section, and tested manually DataStructures to find the lowest supported version, which is v"0.11.0. Which I put in the [compat] section, all the way up to the current v"1.17". But it looks suboptimal to have to list all the individual intermediate versions, is there a shortcut? (I didn't find documentation on using inequalities with a &&).

ararslan commented 4 years ago

But it looks suboptimal to have to list all the individual intermediate versions, is there a shortcut?

Unfortunately no.

rfourquet commented 4 years ago

I will go ahead and merge this one. I still think we should have another round of discussion about the possibility to deprecate one of our API before tagging Primes v1.0, but we shouldn't hold-up other changes which should be released. I will try to be more pro-active in the near future about getting to v1.0.