File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Table of Contents
4040 plugins
4141 devguide
4242 changelog
43+ releases
4344 license
4445 citing
4546
Original file line number Diff line number Diff line change 1+ ********************************************************************************
2+ Releases
3+ ********************************************************************************
4+
5+ .. rst-class :: lead
6+
7+ COMPAS releases are available on the Python Package Index (PyPI), on ``conda-forge ``
8+ or directly from the Github repo.
9+
10+ Versions are tagged following the Semantic Versioning (semver) convention of ``MAJOR.MINOR.PATCH ``.
11+ For more information see `Semantic Versioning 2.0.0 <https://semver.org/ >`_.
12+
13+ The API of ``COMPAS `` was under heavy development up until ``COMPAS 0.19 ``,
14+ the last version series before ``1.0 ``.
15+
16+ Starting with ``1.0 `` the API has been stabilized and the project adheres strictly to
17+ semver. In addition to the version number, major releases also have a name
18+ following the pattern ``<geometric adjective> <nautical term> ``, with the words
19+ forming a tautogram in which the first letter increases alphabetically on every major
20+ release and rolls back to A after reaching Z. For example: ``COMPAS 16.0: Projective Pirate ``.
You can’t perform that action at this time.
0 commit comments