You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releases.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ or directly from the Github repo.
10
10
Versions are tagged following the Semantic Versioning (semver) convention of ``MAJOR.MINOR.PATCH``.
11
11
For more information see `Semantic Versioning 2.0.0 <https://semver.org/>`_.
12
12
13
-
The current version of COMPAS is ``0.19.1``, which means we have not yet established a compleltely stable API.
14
-
However, the ``0.19`` version series is the last before the release of ``COMPAS 1.0.0``!
15
-
16
-
In the future, in addition to a version number, major releases will also have a name following the pattern
17
-
``<geometric adjective> <nautical term>``, with the words forming an alliteration and the alliteration letter correspoding to the number of the release.
18
-
For example, the first release could be ``COMPAS 1.0.0: the Affine Admiral``.
19
-
The second could be ``COMPAS 2.0.0: the Barycentric Bulkhead``, and so on.
13
+
The API of ``COMPAS`` was under heavy development up until ``COMPAS 0.19``,
14
+
the last version series before ``1.0``.
20
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``.
0 commit comments