Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- 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)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down