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 9916a44..43e8581 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.14511244.svg + :target: https://doi.org/10.5281/zenodo.14511244 + :alt: DOI + ``dkpy`` is a `D-K iteration `_ library written in Python, aiming to build upon `python-control `_. @@ -123,8 +133,10 @@ 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}}, + 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",