Skip to content

Commit 502669b

Browse files
authored
Merge pull request #28 from decargroup/feature/27-update-readme-with-zenodo-information
Update readme with Zenodo information
2 parents 92b2a4e + fd63074 commit 502669b

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ authors:
1010
orcid: "https://orcid.org/0000-0002-1987-9268"
1111
affiliation: "McGill University"
1212
title: "decargroup/dkpy"
13-
version: v0.1.6
13+
version: v0.1.7
1414
url: "https://github.com/decargroup/dkpy"

README.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
dkpy
44
====
55

6+
.. image:: https://github.com/decargroup/dkpy/actions/workflows/test-package.yml/badge.svg
7+
:target: https://github.com/decargroup/dkpy/actions/workflows/test-package.yml
8+
:alt: Test package
9+
.. image:: https://readthedocs.org/projects/dkpy/badge/?version=stable
10+
:target: https://dkpy.readthedocs.io/en/stable/?badge=stable
11+
:alt: Documentation status
12+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.14511244.svg
13+
:target: https://doi.org/10.5281/zenodo.14511244
14+
:alt: DOI
15+
616
``dkpy`` is a `D-K iteration <https://doi.org/10.1109/ACC.1994.735077>`_
717
library written in Python, aiming to build upon
818
`python-control <https://github.com/python-control/python-control>`_.
@@ -123,8 +133,10 @@ If you use this software in your research, please cite it as below or see
123133
124134
@software{dahdah_dkpy_2024,
125135
title={{decargroup/dkpy}},
136+
doi={10.5281/zenodo.14511244},
126137
url={https://github.com/decargroup/dkpy},
138+
publisher={Zenodo},
127139
author={Steven Dahdah and James Richard Forbes},
128-
version = {{v0.1.6}},
140+
version = {{v0.1.7}},
129141
year={2024},
130142
}

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
project = "dkpy"
1010
copyright = "2024, Steven Dahdah and James Richard Forbes"
1111
author = "Steven Dahdah and James Richard Forbes"
12-
version = "0.1.6"
13-
release = "0.1.6"
12+
version = "0.1.7"
13+
release = "0.1.7"
1414

1515
# -- General configuration ---------------------------------------------------
1616
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "dkpy"
7-
version = "0.1.6"
7+
version = "0.1.7"
88
dependencies = [
99
"numpy>=1.21.0",
1010
"scipy>=1.7.0",

0 commit comments

Comments
 (0)