From db270882012025b3c3ff40da1444fc05f54a6958 Mon Sep 17 00:00:00 2001 From: Manuel Giffels Date: Tue, 15 Aug 2023 09:48:50 +0200 Subject: [PATCH] Add CITATION.cff file to cite TARDIS correctly --- CITATION.cff | 46 +++++++++++++++++++++++++++++++++++++++ docs/source/changelog.rst | 15 +++++++------ 2 files changed, 54 insertions(+), 7 deletions(-) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..9ef755ae --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,46 @@ +# YAML 1.2 +# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/) +cff-version: 1.1.0 +message: If you use this software, please cite it using these metadata. +title: "MatterMiners/tardis: 0.7.1" +doi: 10.5281/zenodo.7943895 +authors: + - given-names: Manuel + family-names: Giffels + affiliation: Karlsruhe Institute of Technology + orcid: https://orcid.org/0000-0003-0193-3032 + - given-names: Max + family-names: Fischer + affiliation: Karlsruhe Institute of Technology + - given-names: Alexander + family-names: Haas + - given-names: Stefan + family-names: Kroboth + affiliation: University of Freiburg + - given-names: Matthias + family-names: Schnepf + affiliation: Karlsruhe Institute of Technology + - given-names: Eileen + family-names: Kuehn + affiliation: Karlsruhe Institute of Technology + - given-names: Pascal + family-names: Schuhmacher + - given-names: Rene + family-names: Caspart + affiliation: Karlsruhe Institute of Technology + - given-names: Florian + family-names: von Cube + affiliation: Karlsruhe Institute of Technology + - given-names: Dirk + family-names: Sammel + affiliation: University of Freiburg + - given-names: Benjamin + family-names: Rottler + affiliation: University of Freiburg + - given-names: Peter + family-names: Wienemann + affiliation: University of Bonn +version: 0.7.1 +date-released: 2023-05-17 +repository-code: https://github.com/MatterMiners/tardis +license: MIT diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 1680d8d5..89ce24ff 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,4 +1,4 @@ -.. Created by changelog.py at 2023-08-14, command +.. Created by changelog.py at 2023-08-15, command '/Users/giffler/.cache/pre-commit/repor6pnmwlm/py_env-python3.10/bin/changelog docs/source/changes compile --categories Added Changed Fixed Security Deprecated --output=docs/source/changelog.rst' based on the format of 'https://keepachangelog.com/' @@ -6,14 +6,9 @@ CHANGELOG ######### -[Unreleased] - 2023-08-14 +[Unreleased] - 2023-08-15 ========================= -Deprecated ----------- - -* Minimal Python version is 3.8 - Fixed ----- @@ -21,6 +16,12 @@ Fixed * Pin TARDIS to use pydantic version 1 * Fix missing `resource_status` attribute crashing Prometheus plugin on newly started drones +Deprecated +---------- + +* Minimal Python version is 3.8 +* Lancium compute support + [0.7.1] - 2023-05-16 ====================