Closed rfourquet closed 4 years ago
But it looks suboptimal to have to list all the individual intermediate versions, is there a shortcut?
Unfortunately no.
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.
Tagging a new version seems long overdue. I added a compat section, and tested manually
DataStructures
to find the lowest supported version, which isv"0.11.0
. Which I put in the[compat]
section, all the way up to the currentv"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&&
).