From f0317edff3ccc975029085bed37616d36a787ae5 Mon Sep 17 00:00:00 2001 From: RedDingleBerry <196618136+RedDingleBerry@users.noreply.github.com> Date: Tue, 25 Mar 2025 09:10:25 +0100 Subject: [PATCH] Removed code names --- CONTRIBUTING.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ea5df2..50fbf95 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -163,18 +163,6 @@ opinions. mlr-gd follows the [semantic versioning](https://semver.org/) scheme (Major.Minor.Patch). -### Code names -All major versions have a code name, these code names are the names of -mathematicians; from A to Z with the first letters place in the -alphabet being the same as the version. - -The code names should only be used for the release major versions -(x.0.0) with all other releases exclusively being the version. - -While you can refer to all versions by their code name followed by -the minor and patch (i.e., Name Minor.Patch), official documentation -should use semantic versioning (i.e., Major.Minor.Patch). - ## Style Guide ### Docstrings We use [google-style](https://google.github.io/styleguide/pyguide.html#381-docstrings)