Skip to content

Commit

Permalink
Update codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Feb 23, 2024
1 parent fe3e6fb commit 740bddc
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions codemeta.json
Expand Up @@ -4,15 +4,15 @@
"license": "https://spdx.org/licenses/CECILL-2.1",
"codeRepository": "https://github.com/NeuralEnsemble/PyNN",
"contIntegration": "https://github.com/NeuralEnsemble/PyNN/actions",
"dateModified": "2023-09-28",
"downloadUrl": "https://files.pythonhosted.org/packages/dd/dc/8f3fa3af04af2780c3dee226973537a415c02038a8465d2eff774d60003f/PyNN-0.12.1.tar.gz",
"dateModified": "2024-04-21",
"downloadUrl": "https://files.pythonhosted.org/packages/ad/db/393fbf9ac8a14343e1f5fff5c83a86e6afcdf1057aebe03a1e05c1161729/PyNN-0.12.2.tar.gz",
"issueTracker": "https://github.com/NeuralEnsemble/PyNN/issues",
"name": "PyNN",
"version": "0.12.1",
"version": "0.12.2",
"identifier": "RRID:SCR_002715",
"description": "PyNN (pronounced 'pine') is a simulator-independent language for building neuronal network models.\n\nIn other words, you can write the code for a model once, using the PyNN API and the Python programming language, and then run it without modification on any simulator that PyNN supports (currently NEURON, NEST and Brian 2) and on a number of neuromorphic hardware systems.\n\nThe PyNN API aims to support modelling at a high-level of abstraction (populations of neurons, layers, columns and the connections between them) while still allowing access to the details of individual neurons and synapses when required. PyNN provides a library of standard neuron, synapse and synaptic plasticity models, which have been verified to work the same on the different supported simulators. PyNN also provides a set of commonly-used connectivity algorithms (e.g. all-to-all, random, distance-dependent, small-world) but makes it easy to provide your own connectivity in a simulator-independent way.\n\nEven if you don't wish to run simulations on multiple simulators, you may benefit from writing your simulation code using PyNN's powerful, high-level interface. In this case, you can use any neuron or synapse model supported by your simulator, and are not restricted to the standard models.",
"applicationCategory": "neuroscience",
"releaseNotes": "http://neuralensemble.org/docs/PyNN/releases/0.12.1.html",
"releaseNotes": "http://neuralensemble.org/docs/PyNN/releases/0.12.2.html",
"funding": "https://cordis.europa.eu/project/id/945539",
"developmentStatus": "active",
"referencePublication": "https://doi.org/10.3389/neuro.11.011.2008",
Expand All @@ -24,7 +24,7 @@
"operatingSystem": ["Linux", "Windows", "macOS"],
"softwareRequirements": [
"at least one of the supported simulators: e.g. NEURON, NEST, or Brian.",
"Python (version 3.8-3.10)"
"Python (version 3.8-3.12)"
],
"relatedLink": [
"http://neuralensemble.org/docs/PyNN/",
Expand Down Expand Up @@ -186,6 +186,11 @@
"@type": "Person",
"givenName": "Lungsi",
"familyName": "Sharma"
},
{
"@type": "Person",
"givenName": "Alexandre",
"familyName": "Detiste"
}
]
}

0 comments on commit 740bddc

Please sign in to comment.