Getting to 1.0 -- How can we get packages to "make that tag"?

No.

The commitment is to tag a breaking release when the API change. The rate such tags will come has to be communicated explicitly by the project and cannot be encoded in the version number.

See 6. Compatibility · Pkg.jl

Until the authors of them decide to make breaking changes. Also not something that can be encoded in a version number.

This has nothing to do with being pre -1.0 but just a consequence of a package tagging breaking releases.


In summary, there seems to be a lot of questions here but none of them seem really related to tagging a 1.0. What you basically say is that you want packages to make fewer breaking changes. That is a very valid position. But it is the way you want packages to be developed that you want changed, not if a package go from 0.18 to 0.19 or 18.0 to 19.0.

4 Likes