+ While there are many hundreds of changes between “main” and “master,” one that is most likely to be noticed are that GSAS-II now has two types of version numbers. When we developed in svn, a consecutive number (that started with 1) was assigned for every change to the code. When we moved to GitHub, we continued using consecutive numbering of versions, but only incremented the number when a significant change was made. Automatic build systems want version numbers in the form x.y.z so version 5806 is now also noted as version v5.3.0. Minor changes that warrant a change to the consecutive version number will be noted by a change in the final digit of the new version number (e.g. v5.3.0 to v5.3.1) while more major changes will be noted by changing the second digit v5.3.x to v5.4.0). Nothing warranting going from v5 to v6 is planned, at least not at present.
0 commit comments