diff --git a/.mailmap b/.mailmap index 5033c6abf33..bdf025452df 100644 --- a/.mailmap +++ b/.mailmap @@ -1,29 +1,25 @@ Abelardo Moralejo Olaizola moralejo -Alison Mitchell AMWMitchell -Alison Mitchell Alison Mitchell -Alison Mitchell Alison Mitchell -Alison Mitchell Alison Mitchell -Alison Mitchell Alison Mitchell +Alison Mitchell +Alison Mitchell +Alison Mitchell +Alison Mitchell Daniel Nieto nieto@talos -Daniel Parsons Dan Parsons -Daniel Parsons parsonsrd + +Daniel Parsons Andrés Baquero Andres-Baquerp <52699174+andres-baquero@users.noreply.github.com> -Francesco Visconti francesco visconti -Francesco Visconti fvisconti +Francesco Visconti Gernot Maier GernotMaier -Jean Jacquemier Jacquemier -Jean Jacquemier jacquem -Jean Jacquemier jacquemier +Jean Jacquemier Justus Zorn justuszorn -Kai Brügge Kai Bruegge +Kai Brügge Karl Kosack Karl Kosack @@ -31,38 +27,34 @@ Lab Saha labsaha Lukas Nickel LukasNickel -Maximilian Linhoff Maximilian Noethe -Maximilian Linhoff Maximilian Linhoff -Maximilian Linhoff Maximilian Nöthe +Maximilian Linhoff Michele Peresano Michele Peresano +Mykhailo Dalchenko + Noah Biederbeck Noah Biederbeck Raquel de los Reyes rdelosreyes -Samuel Timothy Spencer Samuel Timothy Spencer <31512502+STSpencer@users.noreply.github.com> -Samuel Timothy Spencer Samuel Timothy Spencer <31512502+Sojourner92@users.noreply.github.com> +Samuel Timothy Spencer <31512502+STSpencer@users.noreply.github.com> +Samuel Timothy Spencer <31512502+Sojourner92@users.noreply.github.com> -Tino Michael tino-michael +Tino Michael -Thomas Armstrong thomasarmstrong +Thomas Armstrong -Thomas Gasparetto thomas gasparetto +Thomas Gasparetto -Jonas Hackfeld Hckjs <53918415+Hckjs@users.noreply.github.com> -Jonas Hackfeld Jonas Hackfeld <53918415+Hckjs@users.noreply.github.com> +Jonas Hackfeld <53918415+Hckjs@users.noreply.github.com> -Tarek Hassan tialis -Tarek Hassan Tarek Hassan +Tarek Hassan +Tarek Hassan -Wrijupan Bhattacharyya wrijupan +Wrijupan Bhattacharyya -Jason Watson Jason Watson -Jason Watson watsonjj -Jason Watson Jason -Jason Watson Jason Watson -Jason Watson watsonjj +Jason Watson +Jason Watson Thomas Vuillaume Thomas Vuillaume @@ -89,5 +81,16 @@ Rune Michael Dominik Henning Ptaszyk +Tomas Bylund + + +Georg Schwefer + +Clara Escanuela Nieves + <53437218+clara-escanuela@users.noreply.github.com> + +Anno Knierim <32365583+aknierim@users.noreply.github.com> + +Vadym Voitsekhovskyi -Tomas Bylund Tomas Bylund +Tjark Miener diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9a956bcecb..92361ddeb92 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,6 +14,7 @@ repos: - id: codespell additional_dependencies: - tomli + exclude: AUTHORS - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. diff --git a/AUTHORS b/AUTHORS index 5c77bc17f12..7bc29d02cc1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,44 +1,67 @@ Karl Kosack -Jason Watson +Maximilian Linhoff +Jason Watson Daniel Parsons Jean Jacquemier Tino Michael -Maximilian Nöthe +Lukas Nickel +Noah Biederbeck +Tomas Bylund +Lukas Beiske +Georg Schwefer +Jonas Hackfeld Alison Mitchell Dominik Neise +Michele Peresano Christoph Deil Justus Zorn +Anno Knierim +Stefan Fröse +Rune Michael Dominik Samuel Timothy Spencer Raquel de los Reyes Franca Cassol +Clara Escanuela Nieves +Thomas Vuillaume Kai Brügge +Felix Werner +Satoshi Fukami Michele Mastropietro Jeremie DECOCK +Abelardo Moralejo Olaizola +Mykhailo Dalchenko Tarek Hassan Wrijupan Bhattacharyya Francesco Visconti -Abelardo Moralejo Olaizola -Markus Gaug +Vadym Voitsekhovskyi Jose Enrique Ruiz +Markus Gaug Paolo Cumani Thomas Gasparetto Ruben Lopez-Coto -Lukas Nickel -Thomas Vuillaume +Orel Gueta Tristan Carel -Miguel Nievas -Michael Punch Daniel Nieto -Orel Gueta -Julien Lefaucheur -Thomas Armstrong +Michael Punch +Miguel Nievas +Christophe COSSOU Cyril Alispach +Daniel Morcuende +Julien Lefaucheur Konstantin Pfrang -Michele Peresano -Pierre Aubert -Mireia Nievas-Rosillo Moritz Hütten +Thomas Armstrong +Tjark Miener +Alice Donini <40267450+adonini@users.noreply.github.com> +Andrés Baquero +David Landriu +Gernot Maier +Henning Ptaszyk +Julian Sitarek <33022433+jsitarek@users.noreply.github.com> Lab Saha +Mireia Nievas-Rosillo +Pierre Aubert Sabrina Einecke -Gernot Maier -David Landriu +Yves Renier +momorning <55380737+momorning@users.noreply.github.com> +zinob diff --git a/docs/developer-guide/maintainer-info.rst b/docs/developer-guide/maintainer-info.rst index 472a4190e2d..05b84fd2bb6 100644 --- a/docs/developer-guide/maintainer-info.rst +++ b/docs/developer-guide/maintainer-info.rst @@ -51,6 +51,12 @@ How To Make a Release? Add the planned new version to the ``docs/_static/switcher.json`` file, so it will be available from the version dropdown once the documentation is built. + Update the ``AUTHORS`` file using the following command: + + .. code-block:: console + + $ bash -c "git shortlog -sne | grep -v dependabot | sed -E 's/^\s+[0-9]+\s+//' > AUTHORS" + 2. Create a new github release, a good starting point should already be made by the release drafter plugin.