Mon, 16 Sep 2024 22:34:47 UTC | login

Information for build python-pynn-0.9.6-1.fc33

ID195153
Package Namepython-pynn
Version0.9.6
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-pynn.git#67ea9d5074a391a56883584617bbb57dcbd4f7e5
SummaryA package for simulator-independent specification of neuronal network models
DescriptionPyNN (pronounced 'pine') is a simulator-independent language for building neuronal network models. In 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) and on a number of neuromorphic hardware systems. The 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. Even 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. Documentation: http://neuralensemble.org/docs/PyNN/ Mailing list: https://groups.google.com/forum/?fromgroups#!forum/neuralensemble This package supports the NEURON, NEST, and Brian simulators.
Built bydavidlt
State failed
Volume DEFAULT
StartedThu, 09 Jun 2022 13:42:51 UTC
CompletedThu, 09 Jun 2022 15:39:45 UTC
Taskbuild (f33, /rpms/python-pynn.git:67ea9d5074a391a56883584617bbb57dcbd4f7e5)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-pynn.git#67ea9d5074a391a56883584617bbb57dcbd4f7e5'}}
Tags No tags
RPMs No RPMs
Changelog * Tue Feb 09 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.9.6-1 - Remove duplicate neuron-devel BR - Add patch to correct python operator usage - Use arch dependent and version specific requirement on base package - Add comment about NEURON files - Filter out private libnrnmech from provides * Fri Jan 08 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.9.6-1 - Initial build