From 0247e2eaba52468af1be28c7a0c1f0b705332c8b Mon Sep 17 00:00:00 2001 From: Steven Dahdah Date: Tue, 17 Dec 2024 21:20:27 -0500 Subject: [PATCH 1/3] Add badges --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 9916a44..edb49db 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,16 @@ dkpy ==== +.. image:: https://github.com/decargroup/dkpy/actions/workflows/test-package.yml/badge.svg + :target: https://github.com/decargroup/dkpy/actions/workflows/test-package.yml + :alt: Test package +.. image:: https://readthedocs.org/projects/dkpy/badge/?version=stable + :target: https://dkpy.readthedocs.io/en/stable/?badge=stable + :alt: Documentation status +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.14511317.svg + :target: https://doi.org/10.5281/zenodo.14511317 + :alt: DOI + ``dkpy`` is a `D-K iteration `_ library written in Python, aiming to build upon `python-control `_. From e33a95442bb7d311df6090a55062a74079e7fb16 Mon Sep 17 00:00:00 2001 From: Steven Dahdah Date: Tue, 17 Dec 2024 21:22:49 -0500 Subject: [PATCH 2/3] Update DOI to one referencing all versions --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index edb49db..187ab28 100644 --- a/README.rst +++ b/README.rst @@ -9,8 +9,8 @@ dkpy .. image:: https://readthedocs.org/projects/dkpy/badge/?version=stable :target: https://dkpy.readthedocs.io/en/stable/?badge=stable :alt: Documentation status -.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.14511317.svg - :target: https://doi.org/10.5281/zenodo.14511317 +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.14511244.svg + :target: https://doi.org/10.5281/zenodo.14511244 :alt: DOI ``dkpy`` is a `D-K iteration `_ @@ -133,7 +133,9 @@ If you use this software in your research, please cite it as below or see @software{dahdah_dkpy_2024, title={{decargroup/dkpy}}, + doi={10.5281/zenodo.14511244}, url={https://github.com/decargroup/dkpy}, + publisher={Zenodo}, author={Steven Dahdah and James Richard Forbes}, version = {{v0.1.6}}, year={2024}, From fd63074344b1c4e13d1dada1ec862b138c37a409 Mon Sep 17 00:00:00 2001 From: Steven Dahdah Date: Tue, 17 Dec 2024 21:25:44 -0500 Subject: [PATCH 3/3] Bump version --- CITATION.cff | 2 +- README.rst | 2 +- doc/conf.py | 4 ++-- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index d5db883..49d165c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,5 +10,5 @@ authors: orcid: "https://orcid.org/0000-0002-1987-9268" affiliation: "McGill University" title: "decargroup/dkpy" -version: v0.1.6 +version: v0.1.7 url: "https://github.com/decargroup/dkpy" diff --git a/README.rst b/README.rst index 187ab28..43e8581 100644 --- a/README.rst +++ b/README.rst @@ -137,6 +137,6 @@ If you use this software in your research, please cite it as below or see url={https://github.com/decargroup/dkpy}, publisher={Zenodo}, author={Steven Dahdah and James Richard Forbes}, - version = {{v0.1.6}}, + version = {{v0.1.7}}, year={2024}, } diff --git a/doc/conf.py b/doc/conf.py index 0b7d2cb..ccfd66b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -9,8 +9,8 @@ project = "dkpy" copyright = "2024, Steven Dahdah and James Richard Forbes" author = "Steven Dahdah and James Richard Forbes" -version = "0.1.6" -release = "0.1.6" +version = "0.1.7" +release = "0.1.7" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 645815d..f9577fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "dkpy" -version = "0.1.6" +version = "0.1.7" dependencies = [ "numpy>=1.21.0", "scipy>=1.7.0",