What versioning standard spacy uses? #9865
-
I would like to know what versioning standard spacy uses for its releases. Is it Semantic Versioning? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Are you running into problems using spacy due to the upgrade to v3.2.0 or are you just asking a question out of curiosity? Basically, the header in the release notes is not quite accurate, but we want to present this information in a way that users will notice. In this case, it mainly means "changes in behavior" rather than "backwards API incompatibilities". The changes to the language-specific tokenizer APIs are actually backwards incompatible, but the tokenizer init is mostly internals (no changes to any docs for https://spacy.io are needed) and this brings these APIs in line with other similar classes in spacy. |
Beta Was this translation helpful? Give feedback.
Are you running into problems using spacy due to the upgrade to v3.2.0 or are you just asking a question out of curiosity?
Basically, the header in the release notes is not quite accurate, but we want to present this information in a way that users will notice. In this case, it mainly means "changes in behavior" rather than "backwards API incompatibilities". The changes to the language-specific tokenizer APIs are actually backwards incompatible, but the tokenizer init is mostly internals (no changes to any docs for https://spacy.io are needed) and this brings these APIs in line with other similar classes in spacy.