Skip to content

Commit

Permalink
Add CITATION.cff file to cite TARDIS correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Aug 15, 2023
1 parent bbe044c commit db27088
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 7 deletions.
46 changes: 46 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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
15 changes: 8 additions & 7 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
.. 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/'
#########
CHANGELOG
#########

[Unreleased] - 2023-08-14
[Unreleased] - 2023-08-15
=========================

Deprecated
----------

* Minimal Python version is 3.8

Fixed
-----

* Fix auditor error handling when updating non-existing record
* 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
====================

Expand Down

0 comments on commit db27088

Please sign in to comment.