Minimum version numbers on Optim and NLopt
sglyon opened this issue · 0 comments
sglyon commented
@Shunsuke-Hori in order to get a new version of QuantEcon registered we will need to put minimum version numbers on packages that have had breaking changes. I know this is true for Optim -- espeically with the box constrained minimization routines.
Would you please check to see which version of their API you are using and put a lower bound in the REQUIRE file (like we do here for Distributions.jl)?
It might be that we need to do the same for NLopt.jl, but I don't think that API has had breaking changes.