From 4cd767581904cf4386fed25f426c847f35645a6e Mon Sep 17 00:00:00 2001 From: olimaol Date: Tue, 18 Jun 2024 14:51:49 +0200 Subject: [PATCH 1/2] updated version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a389af..ad80c03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "CompNeuroPy" -version = "1.0.2" +version = "1.0.3" description = 'General package for computational neuroscience with ANNarchy.' readme = "README.md" requires-python = ">=3.10" From 68d30576b13d74618b2907130b06cd8525fd1e8c Mon Sep 17 00:00:00 2001 From: olimaol Date: Tue, 18 Jun 2024 14:59:07 +0200 Subject: [PATCH 2/2] added new DOI to docs --- docs/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 04b683f..92a47ff 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,6 +3,7 @@ CompNeuroPy is an assisting Python package for working with ANNarchy ([GitHub](https://github.com/ANNarchy/ANNarchy), [documentation](https://annarchy.github.io/), [DOI](https://doi.org/10.5281/zenodo.6415039)). It is intended to help structure simulations with computational neuroscience models in a modular way and to make them more easily replicable. People who want to start working with ANNarchy are strongly recommended to first learn exclusively the functionality of ANNarchy. CompNeuroPy uses very few features of ANNarchy at this time. But also adds various special features. -- v1.0.0: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10497611.svg)](https://doi.org/10.5281/zenodo.10497611) -- v1.0.1: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10793741.svg)](https://doi.org/10.5281/zenodo.10793741) -- v1.0.2: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11917511.svg)](https://doi.org/10.5281/zenodo.11917511) \ No newline at end of file +- v.1.0.0: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10497611.svg)](https://doi.org/10.5281/zenodo.10497611) +- v.1.0.1: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10793741.svg)](https://doi.org/10.5281/zenodo.10793741) +- v.1.0.2: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11917511.svg)](https://doi.org/10.5281/zenodo.11917511) +- v.1.0.3: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.12091205.svg)](https://doi.org/10.5281/zenodo.12091205) \ No newline at end of file