Errors in packages with julia v1.7-beta2: problem with package or julia?

I’d say start with the package - technically I suppose it shouldn’t be a Julia problem (as minor releases shouldn’t break your code), unless of course the code relies on undocumented internals which are outside the SemVer stability guarantee. The package authors are probably best placed to answer the question whether they are relying on internals, and if they aren’t, an issue should be raised on the main Julia repo.

3 Likes